Developer Tools
micro.mu
Enables users to build, create, edit, and fork small HTML apps hosted on the Mu platform.
ENDPOINT 1
https://micro.mu/mcp
MCP server metadata
- Name
- mu
- Version
- 1.0.0
Known tools 119
apps_buildBuild a small app from a description, save it, and return its details and URL.
Inferred read-onlyapps_editEdit an app you own — its name, description, tags, icon, HTML or price.
Potential side effectsapps_embedGet 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.
Inferred read-onlyapps_forkFork an app into your own account, to change independently of the original
Inferred read-onlyapps_searchSearch the apps directory for small, useful tools, by name, description or tag
Inferred read-onlyarchive_searchSearch everything this instance has collected, across news, video, markets and posts at once.
Inferred read-onlybrowser_readOpen a page in a real browser and read it after its JavaScript has run.
Inferred read-onlycontacts_findLook someone up in the address book by name, part of a name, or address.
Inferred read-onlydocs_listList your documents, most recently changed first, with an optional search over titles and bodies.
Inferred read-onlyevents_createSchedule a reminder or event at a given time; optionally repeating, and optionally running a prompt through the agent when it fires
Inferred read-onlyevents_freeFind when the caller has nothing booked — open slots of a given length, within working hours
Inferred read-onlyflights_airportReport what is happening at an airport right now: what is on the ground, what is on approach and what is climbing out.
Inferred read-onlyflights_overheadList the aircraft flying near a location right now, nearest first, with altitude, speed, heading and distance.
Inferred read-onlyflights_trackFind where an aircraft is right now by flight number ('BA117'), radio callsign ('BAW117') or registration ('G-ZBKL').
Inferred read-onlyfood_hygieneFood hygiene ratings for UK businesses, from the Food Standards Agency inspections.
Inferred read-onlyfood_productLook up a packaged food by its barcode — name, brand, ingredients, allergens, nutrition per 100g, Nutri-Score and how processed it is
Inferred read-onlyfood_searchFind packaged foods by name or brand, with the barcode of each so one can then be looked up in full
Inferred read-onlyhazards_alertsCurrent disasters worldwide from GDACS — cyclones, floods, volcanoes, wildfires and earthquakes — with an alert level of green, orange or red.
Inferred read-onlyhazards_floodsFlood warnings and alerts in force in England, most severe first, from the Environment Agency.
Inferred read-onlyhazards_quakesRecent earthquakes worldwide from the USGS, with magnitude, place and how long ago.
Inferred read-onlyimages_searchSearch the public image library by description and get URLs to reuse.
Inferred read-onlymail_infoHow 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.
Potential side effectsmaps_areaEvery tile covering a bounding box at a zoom level, as URLs, row by row from the north-west, and how many are already held.
Inferred read-onlymarkets_listGet live prices for cryptocurrencies, stocks, commodities (oil, gold, silver, copper and crops), futures and currencies
Inferred read-onlynotify_devicesWhether this account can be reached by notification at all, and on which devices.
Inferred read-onlynotify_sendInterrupt yourself on your own devices — a phone, a laptop — with the page closed.
Inferred read-onlyplaces_addressName the place at a latitude and longitude — the reverse of places_geocode.
Inferred read-onlyprayer_qiblaGet the qibla — the compass bearing to face for Islamic prayer from a location
Inferred read-onlyprayer_reflectionGet today's Islamic reflection — a verse of the Quran with its surah, a saying of the Prophet, and a name of Allah
Inferred read-onlyprayer_searchSearch the Quran, the hadith and the names of Allah by meaning — ask a question in plain language rather than naming a reference
Inferred read-onlyprayer_timesGet today's Islamic prayer times (salah) for a location, and which prayer is next
Inferred read-onlyrecall_conversationRead one whole conversation back by id, as recall_search and recall_list report it
Inferred read-onlyrecall_listList the caller's conversations, most recently active first, with what each is about and where it happened
Inferred read-onlyrecall_searchSearch everything the caller has said to an agent and been told, wherever they said it — the browser, email, or the command line.
Potential side effectsroutes_directionsThe turn-by-turn route between two places, with the distance for each instruction.
Inferred read-onlyroutes_etaHow long it takes to travel between two places, by road rather than as the crow flies.
Inferred read-onlyroutes_nearestGiven a starting point and several destinations, say which is quickest to reach and put them in order.
Inferred read-onlysms_numberThe number texts are sent from, which numbers are verified as yours, and how many messages are left today
Inferred read-onlysms_verifyClaim a number as your own, so texts arriving from it reach this account.
Inferred read-onlytransit_busesWhere the buses actually are near a point right now — line, where each is heading and how far away, nearest first.
Inferred read-onlytransit_feedsWhich 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.
Inferred read-onlytransit_nearbyBus stops and stations near a point, nearest first, with the id each one is called by.
Inferred read-onlytransit_statusWhich lines are delayed, part-suspended or closed right now, and why.
Inferred read-onlytransit_trainsThe live departure or arrival board at a British station, by its three-letter code — KGX, MAN, EDB.
Inferred read-onlyweather_forecastGet 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
Inferred read-onlyweather_historyWhat the weather actually was at a location between two dates — average high and low, total rainfall and the extremes.
Inferred read-onlyweather_marineSea state at a coastal or offshore point — wave height, period and direction now and for the days ahead, with sea temperature
Inferred read-onlyweb_fetchFetch a web page by URL and return its cleaned readable content, stripping ads, popups and navigation.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mu]
url = "https://micro.mu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mu": {
"type": "http",
"url": "https://micro.mu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mu
Remote MCP URL: https://micro.mu/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mu": {
"url": "https://micro.mu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mu": {
"type": "http",
"url": "https://micro.mu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mu",
"transport": "streamable-http",
"url": "https://micro.mu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for micro.mu was fetched 2026-08-23T22:37:44.737Z.
micro.mu is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.