mu.micro/mu
repo:https://github.com/micro/mu
News, web search, mail, markets, weather, places, files, calendar, contacts. 67 tools, one endpoint.
- transport:
- remote
- credential class:
- self-provisionable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- apps_buildshallow
Build a small app from a description, save it, and return its details and URL. An app is a single page — a tracker, a checklist, a counter — that keeps its own store and runs in the browser
- apps_createshallow
Create an app — a small, self-contained HTML tool hosted here. Takes the HTML; apps_build writes it for you from a description
- apps_editshallow
Edit an app you own — its name, description, tags, icon, HTML or price. Fields left out keep their value
- apps_embedshallow
Get the HTML that puts an app on another page — an iframe tag pointing at the app, which runs there sandboxed the same way it runs here. Apps that charge cannot be embedded, and an app that calls mu. only reaches this instance from a page on it
- apps_forkshallow
Fork an app into your own account, to change independently of the original
- apps_readshallow
Read the details of one app by its slug
- apps_searchshallow
Search the apps directory for small, useful tools, by name, description or tag
- apps_testshallow
Test an app by checking its HTML and running its mu.api calls server-side, so an author finds out what is broken without opening it
- archive_listshallow
With a kind, the most recent entries of it. Without one, what kinds are archived and how much of each
- archive_searchshallow
Search everything this instance has collected, across news, video, markets and posts at once. Use it when the question crosses a service, or when you do not know which service would hold the answer; news_search is narrower and better when you know it is news
- blog_createshallow
Publish a post to the caller's blog. For anything meant to be read later by other people — notes, write-ups, announcements. For a private note to yourself, prefer files or memory
- blog_deleteshallow
Delete one of the caller's own blog posts, by id or title. Refuses posts written by anyone else, and refuses an ambiguous title rather than guessing. Irreversible, so confirm with the user first
- blog_listshallow
Read recent blog posts — titles, snippets and ids
- blog_readshallow
Read one blog post in full, by id or by title. Use after blog_list has found a candidate and the summary is not enough
- blog_updateshallow
Edit one of the caller's own posts. Fields left out keep their current value
- browser_readshallow
Open a page in a real browser and read it after its JavaScript has run. Use it when web_fetch comes back empty or with only a nav bar, which is what a page that builds itself in the browser looks like to a plain fetch. web_fetch is free and is the right first try; this costs, because it runs a browser
- browser_shotshallow
Photograph a page and get back a URL for the picture. What it looks like, rather than what it says — a chart, a layout, a page whose content is an image. Ask for full to capture past the first screenful
- chat_messagesshallow
Read the recent conversation in a discussion room
- chat_roomsshallow
List discussion rooms that currently have activity
- chat_sendshallow
Say something in a discussion room, as the caller. Use chat_rooms to find the room id
- contacts_addshallow
Save someone to the address book. Adding a name already there updates it rather than making a second card
- contacts_deleteshallow
Remove someone from the address book
- contacts_findshallow
Look someone up in the address book by name, part of a name, or address. Use this before sending mail to a person named rather than addressed
- contacts_listshallow
List everyone in the caller's address book
- docs_deleteshallow
Delete one of your documents, by id
- docs_listshallow
List your documents, most recently changed first, with an optional search over titles and bodies. Use this to find an id
- docs_readshallow
Read one of your documents in full, by id or by exact title
- docs_writeshallow
Write a document — a title and a markdown body. Pass an id to replace one you already have. Private unless you set public. For something long enough to re-read; for a short thing to remember, use notes
- events_createshallow
Schedule a reminder or event at a given time; optionally repeating, and optionally running a prompt through the agent when it fires
- events_deleteshallow
Cancel an event by id
- events_freeshallow
Find when the caller has nothing booked — open slots of a given length, within working hours
- events_listshallow
List the caller's upcoming events and reminders, each with its id
- files_deleteshallow
Delete a file you own
- files_getshallow
Read a stored file back by its id
- files_listshallow
List the caller's stored files, newest first
- files_putshallow
Store a file and get a URL for it — a report, a CSV, a transcript
- files_shareshallow
Make a file readable by anyone with its URL, or private again
- flights_airportshallow
Report what is happening at an airport right now: what is on the ground, what is on approach and what is climbing out. Live positions, not the timetable, so it says nothing about scheduled or delayed departures
- flights_overheadshallow
List the aircraft flying near a location right now, nearest first, with altitude, speed, heading and distance. Live positions broadcast by the aircraft themselves, not a schedule
- flights_trackshallow
Find where an aircraft is right now by flight number ('BA117'), radio callsign ('BAW117') or registration ('G-ZBKL'). Only sees aeroplanes that are airborne and in range of a receiver — not finding one does not mean the flight was cancelled
- food_hygieneshallow
Food hygiene ratings for UK businesses, from the Food Standards Agency inspections. Takes a business name, a town or postcode, or a lat/lon to look around
- food_productshallow
Look up a packaged food by its barcode — name, brand, ingredients, allergens, nutrition per 100g, Nutri-Score and how processed it is
- food_searchshallow
Find packaged foods by name or brand, with the barcode of each so one can then be looked up in full
- hazards_alertsshallow
Current disasters worldwide from GDACS — cyclones, floods, volcanoes, wildfires and earthquakes — with an alert level of green, orange or red. Pass lat/lon to ask about somewhere in particular
- hazards_floodsshallow
Flood warnings and alerts in force in England, most severe first, from the Environment Agency. The one hazard here that is a forecast rather than a record — a warning says flooding is expected, which is something you can act on. Optionally near a point. England only, and the answer says so
- hazards_quakesshallow
Recent earthquakes worldwide from the USGS, with magnitude, place and how long ago. Pass lat/lon to ask about somewhere in particular, min for a magnitude floor, and period for hour, day, week or month
- images_generateshallow
Generate an image from a text prompt and return its URL
- images_searchshallow
Search the public image library by description and get URLs to reuse. Cheaper than generating: look here first
- mail_inboxshallow
List the account's most recent messages — read my mail, check my inbox
- mail_infoshallow
How to reach the caller here: the handle, the email address if this instance has a mail domain, and whether mail from outside can arrive at all. Pass a tag for a separate one (you+tag) — give that out, then read only its messages with mail_inbox(tag)
- mail_searchshallow
Search the account's mail and return matching messages
- mail_sendshallow
Write to somebody, as you. A username reaches them on this instance and is free; a full email address leaves over SMTP under this instance's domain, so a reply comes back to your inbox, and is charged. Resolve a name with contacts_find first. Mail that leaves needs MAIL_DOMAIN configured on the instance
- maps_areashallow
Every tile covering a bounding box at a zoom level, as URLs, row by row from the north-west, and how many are already held. What to ask for when you want the map around a place rather than one numbered tile
- maps_tileshallow
The URL for one map tile, by zoom, column and row. Styles: road, outdoor (rights of way and contours), light (a quiet basemap to draw on). Free. Britain only
- markets_convertshallow
Convert an amount from one currency to another — 250 GBP in JPY. Uses European Central Bank reference rates, and takes a past date back to 1999. Crypto converts at the live price through the dollar
- markets_listshallow
Get live prices for cryptocurrencies, stocks, commodities (oil, gold, silver, copper and crops), futures and currencies
- news_listshallow
Read recent news headlines with short summaries, balanced across topics
- news_readshallow
Read one news article in full by its id or URL
- news_searchshallow
Search indexed and live news for a topic
- notes_addshallow
Write a note under a title, so it is there next conversation. Writing a title that exists rewrites that note
- notes_deleteshallow
Delete one note by title
- notes_getshallow
Read one note by title. Use it when you know the title; notes_list when you do not
- notes_listshallow
List every note the caller has written, with its text
- notify_devicesshallow
Whether this account can be reached by notification at all, and on which devices. Worth asking before promising to tell somebody something
- notify_sendshallow
Interrupt yourself on your own devices — a phone, a laptop — with the page closed. For the thing that cannot wait until the next time somebody looks. An answer to a question belongs in the thread it was asked in, not here
- places_addressshallow
Name the place at a latitude and longitude — the reverse of places_geocode. Use it whenever you have coordinates and need to say where that is
- places_elevationshallow
How high a place is above sea level, in metres and feet. Sampled from a 90-metre global elevation model, so a summit reads a little under its surveyed height
- places_geocodeshallow
Resolve a place name or address to coordinates
- places_nearbyshallow
List points of interest near a location. Each one says whether it is open right now where that is known, so "is anything open near me" is one call
- places_searchshallow
Find places by name or category, optionally near a location. Each one says whether it is open right now where that is known, rather than raw opening-hours text to interpret
- prayer_qiblashallow
Get the qibla — the compass bearing to face for Islamic prayer from a location
- prayer_reflectionshallow
Get today's Islamic reflection — a verse of the Quran with its surah, a saying of the Prophet, and a name of Allah
- prayer_sayingshallow
Look up a hadith from Sahih al-Bukhari, optionally from a given book
- prayer_searchshallow
Search the Quran, the hadith and the names of Allah by meaning — ask a question in plain language rather than naming a reference
- prayer_timesshallow
Get today's Islamic prayer times (salah) for a location, and which prayer is next
- prayer_verseshallow
Look up a chapter of the Quran, or one verse within it, by number. Use prayer_search to ask a question instead of naming a reference
- recall_conversationshallow
Read one whole conversation back by id, as recall_search and recall_list report it
- recall_listshallow
List the caller's conversations, most recently active first, with what each is about and where it happened
- recall_searchshallow
Search everything the caller has said to an agent and been told, wherever they said it — the browser, email, or the command line. Use it when something was mentioned and you need to find where; notes_get is for a fact somebody wrote down on purpose
- routes_directionsshallow
The turn-by-turn route between two places, with the distance for each instruction. Use ETA instead when only the travel time is wanted — this asks the provider for more and costs more
- routes_etashallow
How long it takes to travel between two places, by road rather than as the crow flies. Can be asked about a future departure, or told when you need to arrive and answer when to leave
- routes_nearestshallow
Given a starting point and several destinations, say which is quickest to reach and put them in order. Each destination is a separate routing lookup, so ask about the places you are actually choosing between rather than a long list
- shell_listshallow
List a directory on your machine
- shell_readshallow
Read a file from your machine
- shell_runshallow
Run a shell command on your own machine and get back what it wrote. A real shell in a container: pipes, redirection and && all work, the working directory is /work and files there persist between calls. Use it to build, test, run scripts and move files about. A non-zero exit code comes back in the response rather than as an error, so read the output — a failing build is an answer
- shell_writeshallow
Put a file on your machine, creating any missing directories. Use this rather than shell redirection for anything with quotes or backticks in it, which is most source code
- sms_historyshallow
Read the texts this account has sent and received, newest first. Both directions, which is why it is not called an inbox
- sms_numbershallow
The number texts are sent from, which numbers are verified as yours, and how many messages are left today
- sms_sendshallow
Text somebody, from this instance's number. Charged per 160-character segment, capped per day, and the recipient can stop it with STOP
- sms_verifyshallow
Claim a number as your own, so texts arriving from it reach this account. Call it with just the number to have a code texted there, then again with the code
- social_listshallow
Read the latest social posts from the network
- social_searchshallow
Search public posts on this instance by keyword. This is the instance's own feed, not the wider internet — use web_search for that
- stream_listshallow
Read what has happened here recently
- tasks_createshallow
Add a task. Assign it to the agent and it can pick the task up itself
- tasks_deleteshallow
Remove a task
- tasks_listshallow
List the caller's tasks, open ones first; optionally filtered by state
- tasks_nextshallow
The next task assigned to the agent — what to work on now
- tasks_updateshallow
Change a task: its state, or the result of doing it
- text_classifyshallow
Sort text into one of the labels you give, with a confidence. For routing, triage and moderation. Capped at 30,000 characters
- text_extractshallow
Turn text into JSON matching a schema you give. Pass the fields you want as a JSON schema or a plain description; returns JSON only. Capped at 30,000 characters
- text_summariseshallow
Summarise text into a few sentences. Pass style=bullets for a list, or a sentence count. Capped at 30,000 characters
- text_translateshallow
Translate text into another language, preserving formatting. Capped at 30,000 characters
- transit_arrivalsshallow
What is due at a stop and when. Takes a stop name or an id. In London this is live from TfL — buses, tube, DLR, Overground and Elizabeth line. Elsewhere it is the published timetable, and says so
- transit_busesshallow
Where the buses actually are near a point right now — line, where each is heading and how far away, nearest first. England, from the Bus Open Data Service. This is position rather than prediction: it says what is moving, not when it reaches you
- transit_feedsshallow
Which published timetables this instance carries, and which others it could — with the size of each, so an operator can see what switching one on costs. Also names the feeds that look right but whose timetables have run out
- transit_nearbyshallow
Bus stops and stations near a point, nearest first, with the id each one is called by. London live from TfL; elsewhere from whichever published timetables this instance has loaded
- transit_statusshallow
Which lines are delayed, part-suspended or closed right now, and why. London only
- transit_trainsshallow
The live departure or arrival board at a British station, by its three-letter code — KGX, MAN, EDB. Scheduled and expected time, platform, operator and where it is going, plus any disruption notice. From National Rail
- users_findshallow
Look somebody up by username or display name. Use this to turn a name somebody mentioned into an address you can write to
- users_getshallow
One user, by username
- users_listshallow
Everyone on this instance, online first and then newest. Agents are included and marked; an agent account is a user here like any other
- video_listshallow
Read the latest videos from curated channels
- video_searchshallow
Search videos from the channels this instance curates. A curated set rather than all of YouTube, so a miss means it is not followed here, not that it does not exist
- wallet_addressshallow
Your own address on Base, to receive USDC. Created the first time you ask. Funds sent on any other chain land at the same address there and cannot be reached from here
- wallet_balanceshallow
What your wallet holds in USDC on Base. Says so plainly when the chain could not be reached, because that is not the same as holding nothing
- wallet_listshallow
Which priced servers this wallet is allowed to pay, by name. Pass one of these names to wallet_pay
- wallet_payshallow
Call a tool on one of those servers and pay for it from your wallet if it asks. Nothing is spent when the tool is free. Every payment is capped per call and per day, so a server cannot name any price it likes
- weather_airshallow
Air quality at a location right now — AQI, PM2.5, PM10, ozone, nitrogen dioxide, UV index, and pollen where it is counted
- weather_forecastshallow
Get the weather forecast for a location — current conditions, the days ahead, and today's sunrise, sunset and how much daylight is left, which is the fact that decides an afternoon outdoors
- weather_historyshallow
What the weather actually was at a location between two dates — average high and low, total rainfall and the extremes. Records run a few days behind today
- weather_marineshallow
Sea state at a coastal or offshore point — wave height, period and direction now and for the days ahead, with sea temperature
- web_fetchshallow
Fetch a web page by URL and return its cleaned readable content, stripping ads, popups and navigation. Needs an account
- web_searchshallow
Search the web for current information and news
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/0251a3f4-9443-4106-9c2b-eab17a953987)