Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

mu.micro/mu

REMOTE · MICRO.MU · SCANNED SEP 20

News, web search, mail, markets, weather, places, files, calendar, contacts. 67 tools, one endpoint.

Available components

+1 this week 75 Trust /100

Recent critical change

Authorization (20 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 11397 tokens (~77/item across 148 items; 148 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management89
  • Stability check failed: schema churn in the 30 days we've observed: 13 tool removals, 1 breaking changes, 0 auth/transport breaks, 41 additions. See how to fix → Fail
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety95
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 11 of 14 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "blog_create" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 148 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the mu.micro/mu MCP server?

mu.micro/mu is a hosted endpoint at https://micro.mu/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · micro.mu

# add to Claude Code
claude mcp add --transport http mu-micro-mu 'https://micro.mu/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "mu-micro-mu": {
      "url": "https://micro.mu/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mu-micro-mu": {
      "type": "http",
      "url": "https://micro.mu/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.mu-micro-mu]
url = "https://micro.mu/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mu-micro-mu": {
      "type": "remote",
      "url": "https://micro.mu/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mu-micro-mu --url 'https://micro.mu/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  mu-micro-mu:
    url: "https://micro.mu/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mu-micro-mu": {
      "Transport": "http",
      "Url": "https://micro.mu/mcp"
    }
  }
}
# add to Vellum
assistant mcp add mu-micro-mu -t streamable-http -u 'https://micro.mu/mcp'
// mcp.json
{
  "mcpServers": {
    "mu-micro-mu": {
      "type": "http",
      "url": "https://micro.mu/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −1
    • Authorization: pass → fail critical
    • A breaking change shipped without a version bump: still 1.0.0 security
    • Tool “agent_ask” was removed security
    • Tool “agent_list” was removed security
    • Tool “inbox_list” was removed security
    • Tool “inbox_mark_read” was removed security
    • Tool “inbox_mark_unread” was removed security
    • Tool “inbox_read” was removed security
    • Tool “work_get” was removed security
    • Tool “work_list” was removed security
    • Tool “work_retry” was removed security
    • Tool “work_submit” was removed security
    • New tool “blog_delete”, which the server declares destructive security
    • New tool “bookmarks_delete”, which the server declares destructive security
    • New tool “contacts_delete”, which the server declares destructive security
    • New tool “docs_delete”, which the server declares destructive security
    • New tool “events_delete”, which the server declares destructive security
    • New tool “files_delete”, which the server declares destructive security
    • New tool “images_delete”, which the server declares destructive security
    • New tool “images_share”, which the server declares destructive security
    • New tool “mail_send”, which the server declares destructive security
    • New tool “notes_delete”, which the server declares destructive security
    • New tool “sms_send”, which the server declares destructive security
    • New tool “tasks_delete”, which the server declares destructive security
    • Schema quality: 44 → 77 functional
    • Destructive annotations: pass → 79 functional
    • New tool “blog_update” functional
    • New tool “apps_build” functional
    • New tool “apps_buildstatus” functional
    • New tool “apps_create” functional
    • New tool “apps_edit” functional
    • New tool “apps_embed” functional
    • New tool “apps_fork” functional
    • New tool “apps_read” functional
    • New tool “apps_search” functional
    • New tool “apps_test” functional
    • New tool “archive_list” functional
    • New tool “archive_search” functional
    • New tool “blog_create” functional
    • New tool “blog_list” functional
    • New tool “blog_read” functional
    • New tool “bookmarks_add” functional
    • New tool “bookmarks_annotate” functional
    • New tool “bookmarks_get” functional
    • New tool “bookmarks_list” functional
    • New tool “browser_read” functional
    • New tool “browser_shot” functional
    • New tool “chat_messages” functional
    • New tool “chat_rooms” functional
    • New tool “chat_send” functional
    • New tool “contacts_add” functional
    • New tool “contacts_find” functional
    • New tool “contacts_list” functional
    • New tool “docs_list” functional
    • New tool “docs_read” functional
    • New tool “docs_write” functional
    • New tool “events_create” functional
    • New tool “events_free” functional
    • New tool “events_list” functional
    • New tool “events_update” functional
    • New tool “files_driveread” functional
    • New tool “files_drivesearch” functional
    • New tool “files_get” functional
    • New tool “files_list” functional
    • New tool “files_put” functional
    • New tool “files_share” functional
    • New tool “flights_airport” functional
    • New tool “flights_overhead” functional
    • New tool “flights_status” functional
    • New tool “flights_track” functional
    • New tool “food_hygiene” functional
    • New tool “food_product” functional
    • New tool “food_search” functional
    • New tool “hazards_alerts” functional
    • New tool “hazards_floods” functional
    • New tool “hazards_quakes” functional
    • New tool “images_daily” functional
    • New tool “images_generate” functional
    • New tool “images_get” functional
    • New tool “images_list” functional
    • New tool “images_search” functional
    • New tool “images_update” functional
    • New tool “images_upload” functional
    • New tool “islam_read” functional
    • New tool “islam_search” functional
    • New tool “mail_gmailread” functional
    • New tool “mail_gmailsearch” functional
    • New tool “mail_inbox” functional
    • New tool “mail_info” functional
    • New tool “mail_markread” functional
    • New tool “mail_read” functional
    • New tool “mail_search” functional
    • New tool “maps_area” functional
    • New tool “maps_tile” functional
    • New tool “markets_convert” functional
    • New tool “markets_history” functional
    • New tool “markets_list” functional
    • New tool “markets_quote” functional
    • New tool “news_headlines” functional
    • New tool “news_list” functional
    • New tool “news_read” functional
    • New tool “news_search” functional
    • New tool “notes_add” functional
    • New tool “notes_get” functional
    • New tool “notes_list” functional
    • New tool “notify_devices” functional
    • New tool “notify_send” functional
    • New tool “places_address” functional
    • New tool “places_elevation” functional
    • New tool “places_geocode” functional
    • New tool “places_nearby” functional
    • New tool “places_search” functional
    • New tool “prayer_qibla” functional
    • New tool “prayer_reflection” functional
    • New tool “prayer_saying” functional
    • New tool “prayer_search” functional
    • New tool “prayer_times” functional
    • New tool “prayer_verse” functional
    • New tool “recall_conversation” functional
    • New tool “recall_list” functional
    • New tool “recall_search” functional
    • New tool “routes_directions” functional
    • New tool “routes_eta” functional
    • New tool “routes_nearest” functional
    • New tool “shell_run” functional
    • New tool “shell_write” functional
    • New tool “sms_history” functional
    • New tool “sms_number” functional
    • New tool “sms_verify” functional
    • New tool “social_list” functional
    • New tool “social_search” functional
    • New tool “stream_list” functional
    • New tool “tasks_create” functional
    • New tool “tasks_list” functional
    • New tool “tasks_next” functional
    • New tool “tasks_update” functional
    • New tool “text_classify” functional
    • New tool “text_extract” functional
    • New tool “text_summarise” functional
    • New tool “text_translate” functional
    • New tool “transit_arrivals” functional
    • New tool “transit_buses” functional
    • New tool “transit_feeds” functional
    • New tool “transit_nearby” functional
    • New tool “transit_status” functional
    • New tool “transit_trains” functional
    • New tool “users_find” functional
    • New tool “users_get” functional
    • New tool “users_list” functional
    • New tool “video_list” functional
    • New tool “video_read” functional
    • New tool “video_search” functional
    • New tool “wallet_address” functional
    • New tool “wallet_balance” functional
    • New tool “weather_air” functional
    • New tool “weather_forecast” functional
    • New tool “weather_history” functional
    • New tool “weather_lookup” functional
    • New tool “weather_marine” functional
    • New tool “web_fetch” functional
    • New tool “web_images” functional
    • New tool “web_search” functional
  • 14 Sept 26 +2

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

    • Tool “apps_build” was removed security
    • Tool “apps_create” was removed security
    • Tool “apps_edit” was removed security
    • Tool “apps_embed” was removed security
    • Tool “apps_fork” was removed security
    • Tool “apps_read” was removed security
    • Tool “apps_search” was removed security
    • Tool “apps_test” was removed security
    • Tool “archive_list” was removed security
    • Tool “archive_search” was removed security
    • Tool “blog_create” was removed security
    • Tool “blog_delete” was removed security
    • Tool “blog_list” was removed security
    • Tool “blog_read” was removed security
    • Tool “blog_update” was removed security
    • Tool “bookmarks_add” was removed security
    • Tool “bookmarks_annotate” was removed security
    • Tool “bookmarks_delete” was removed security
    • Tool “bookmarks_get” was removed security
    • Tool “bookmarks_list” was removed security
    • Tool “browser_read” was removed security
    • Tool “browser_shot” was removed security
    • Tool “chat_messages” was removed security
    • Tool “chat_rooms” was removed security
    • Tool “chat_send” was removed security
    • Tool “contacts_add” was removed security
    • Tool “contacts_delete” was removed security
    • Tool “contacts_find” was removed security
    • Tool “contacts_list” was removed security
    • Tool “docs_delete” was removed security
    • Tool “docs_list” was removed security
    • Tool “docs_read” was removed security
    • Tool “docs_write” was removed security
    • Authorization: fail → pass security
    • First check of Authorization: partial security
    • Schema quality: 77 → 44 functional
    • Destructive annotations: 79 → pass functional
  • 10 Sept 26 +2

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 8 Sept 26 −1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 6 Sept 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 4 Sept 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 1 Sept 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 30 Aug 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://micro.mu/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=micro.mu CN=YR2,O=Let's Encrypt,C=US 16 Sept 2026 15 Dec 2026 RSA 2048 SHA256-RSA 558fed297b8fa8136674184dfe454deb606
SANs: micro.mu
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of micro.mu. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
mu. present 46330 8 Verified
micro.mu. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; img-src 'self' data: blob: https:; media-src 'self' data: blob: https:; connect-src 'self'; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com; object-src 'none'; base-uri 'self'; form-action 'self' https://checkout.stripe.com; frame-ancestors 'self'
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://micro.mu/mcp Verified 200
http (plaintext) http://micro.mu/mcp HTTPS enforced 301 https://micro.mu/mcp
MCP tools · 148 exposed · ~11,397 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
prayer_times ~110

Get today's Islamic prayer times (salah) for a location, and which prayer is next

NameTypeReqDescription
latnumberyesLatitude of the location
lonnumberyesLongitude of the location
methodstringCalculation convention: isna, mwl, egypt, karachi, gulf, diyanet, muis or jakim (defaults to isna)
tzstringIANA timezone of the location, e.g. Europe/London (defaults to UTC)

No output schema declared.

No examples provided.

prayer_verse ~76

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

NameTypeReqDescription
chapternumberyesChapter (surah) number, 1-114
versenumberVerse number within the chapter. Omit for the whole chapter

No output schema declared.

No examples provided.

recall_conversation ~60

Read one whole conversation back by id, as recall_search and recall_list report it

NameTypeReqDescription
idstringyesThe conversation's id, as recall_search reports it
limitnumberMax messages, most recent kept (default 50)

No output schema declared.

No examples provided.

recall_list ~60

List the caller's conversations, most recently active first, with what each is about and where it happened

NameTypeReqDescription
clientstringOnly conversations on one client: web, mail, cli
limitnumberMax conversations (default 20)

No output schema declared.

No examples provided.

recall_search ~121

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

NameTypeReqDescription
clientstringNarrow to where it was said: web, mail, cli. Omit for everywhere
limitnumberMax results (default 20, max 200)
querystringyesWhat to look for — a word or phrase that was said

No output schema declared.

No examples provided.

routes_directions ~221

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

NameTypeReqDescription
arrive_bystringBe there by this time, as RFC3339. Cannot be combined with depart_at
depart_atstringWhen the journey starts, as RFC3339. Defaults to now
fromstringWhere the journey starts, e.g. 'King's Cross, London' (or give from_lat/from_lon)
from_latnumberOptional start latitude, if already known
from_lonnumberOptional start longitude, if already known
modestringHow to travel: drive (default), walk, cycle or transit
tostringWhere the journey ends, e.g. 'Heathrow Airport'
to_latnumberOptional end latitude, if already known
to_lonnumberOptional end longitude, if already known

No output schema declared.

No examples provided.

routes_eta ~257

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

NameTypeReqDescription
arrive_bystringBe there by this time, as RFC3339. Answers when to leave. Cannot be combined with depart_at
depart_atstringWhen the journey starts, as RFC3339 (e.g. 2026-08-13T08:00:00Z). Defaults to now. Traffic and timetables are read for this time
fromstringWhere the journey starts, e.g. 'King's Cross, London' (or give from_lat/from_lon)
from_latnumberOptional start latitude, if already known
from_lonnumberOptional start longitude, if already known
modestringHow to travel: drive (default), walk, cycle or transit
tostringWhere the journey ends, e.g. 'Heathrow Airport'
to_latnumberOptional end latitude, if already known
to_lonnumberOptional end longitude, if already known

No output schema declared.

No examples provided.

routes_nearest ~162

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

NameTypeReqDescription
fromstringWhere you are starting from, e.g. 'Shoreditch, London' (or give from_lat/from_lon)
from_latnumberOptional start latitude, if already known
from_lonnumberOptional start longitude, if already known
modestringHow to travel: drive (default), walk, cycle or transit
toarrayyesThe places to compare, e.g. ['Heathrow', 'Gatwick', 'Stansted']

No output schema declared.

No examples provided.

shell_run ~168

Run a shell command in your account's container sandbox 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

NameTypeReqDescription
commandstringyesA shell command to run, e.g. 'go test ./... 2>&1 | tail -40'
dirstringDirectory to run it in, under /work. Defaults to /work
timeoutnumberSeconds to allow, up to the instance's maximum. Defaults to 120

No output schema declared.

No examples provided.

shell_write ~152

Put a file in your account's container sandbox, creating any missing directories. The only file operation that is not a shell command, because it is the one a shell is bad at: source is full of quotes and backticks and a heredoc will mangle it. The content arrives as a string and reaches the file without a shell seeing it. To read, list, search or change a file, use the shell — cat, ls, grep and sed are right there

NameTypeReqDescription
contentstringyesThe whole file. This replaces what was there
pathstringyesWhere to put it, relative to /work — not to the directory your last command left you in. Missing directories are created

No output schema declared.

No examples provided.

sms_history ~57

Read the texts this account has sent and received, newest first. Both directions, which is why it is not called an inbox

NameTypeReqDescription
limitnumberHow many messages to return, newest first (default 50, max 200)

No output schema declared.

No examples provided.

sms_number ~30

The number texts are sent from, which numbers are verified as yours, and how many messages are left today

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sms_send ~181

Message somebody from this instance's number, by text or on WhatsApp. A text is charged per 160-character segment; WhatsApp is charged per 24-hour conversation and only reaches somebody who wrote in within the last day. Capped per day either way, and the recipient can stop it with STOP

NameTypeReqDescription
channelstringHow to send it: 'sms' (the default) or 'whatsapp'. WhatsApp only works with somebody who messaged this instance in the last 24 hours — reply on the channel they used
textstringyesWhat to say. A text is charged per 160-character segment, so brevity is not only good manners
tostringyesThe number to message, in international format, e.g. +447700900123. Use contacts_find to turn a name into one

No output schema declared.

No examples provided.

sms_verify ~81

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

NameTypeReqDescription
codestringThe code that was texted to that number. Omit to have one sent
numberstringyesYour own number, in international format

No output schema declared.

No examples provided.

social_list ~33

Read the latest social posts from the network

NameTypeReqDescription
limitnumberOptional max number of posts (default all recent)

No output schema declared.

No examples provided.

social_search ~65

Search public posts on this instance by keyword. This is the instance's own feed, not the wider internet — use web_search for that

NameTypeReqDescription
limitnumberMax results (default 20)
querystringyesWhat to look for in posts on this instance

No output schema declared.

No examples provided.

stream_list ~35

Read what has happened here recently

NameTypeReqDescription
limitnumberHow many entries to return (default 20, max 100)

No output schema declared.

No examples provided.

tasks_create ~109

Add a task. Assign it to the agent and it can pick the task up itself

NameTypeReqDescription
assigneestringme (default) or agent — assign to the agent and it can pick the task up
detailstringAnything the doer needs to know: context, links, constraints
duestringOptional deadline, RFC3339 or 2006-01-02 15:04
titlestringyesWhat is to be done

No output schema declared.

No examples provided.

tasks_delete ~23

Remove a task

NameTypeReqDescription
idstringyesThe task's id

No output schema declared.

No examples provided.

tasks_list ~69

List the caller's tasks, open ones first; optionally filtered by state

NameTypeReqDescription
limitnumberMaximum tasks, default 20, max 100
offsetnumberTasks to skip
statusstringOptional filter: todo, doing, done, failed or blocked

No output schema declared.

No examples provided.

tasks_next ~22

The next task assigned to the agent — what to work on now

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tasks_update ~88

Change a task: its state, or the result of doing it

NameTypeReqDescription
detailstringNew detail
idstringyesThe task's id
resultstringWhat came of it — the answer, the outcome, what was found
statusstringtodo, doing, done, failed or blocked
titlestringNew title

No output schema declared.

No examples provided.

text_classify ~65

Sort text into one of the labels you give, with a confidence. For routing, triage and moderation. Capped at 30,000 characters

NameTypeReqDescription
labelsstringyesComma-separated labels to choose between
textstringyesThe text to sort

No output schema declared.

No examples provided.

text_extract ~75

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

NameTypeReqDescription
schemastringyesA JSON schema, or a plain description of the fields wanted
textstringyesThe text to read

No output schema declared.

No examples provided.

text_summarise ~88

Summarise text into a few sentences. Pass style=bullets for a list, or a sentence count. Capped at 30,000 characters

NameTypeReqDescription
linesnumberOptional: roughly how many sentences or bullets
stylestringOptional: 'bullets' for a list, otherwise prose
textstringyesThe text to summarise

No output schema declared.

No examples provided.

text_translate ~56

Translate text into another language, preserving formatting. Capped at 30,000 characters

NameTypeReqDescription
textstringyesThe text to translate
tostringyesTarget language, e.g. 'French' or 'ar'

No output schema declared.

No examples provided.

transit_arrivals ~87

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

NameTypeReqDescription
stopstringyesStop name or id, e.g. 'Oxford Circus' or 940GZZLUOXC

No output schema declared.

No examples provided.

transit_buses ~126

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

NameTypeReqDescription
latnumberLatitude of the point to look around
limitnumberHow many to list, default 10
lonnumberLongitude of the point
within_kmnumberHow far to look, in kilometres — default 2, most 25

No output schema declared.

No examples provided.

transit_feeds ~78

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

NameTypeReqDescription
countrystringOptional two-letter code to narrow the list: GB, US, ES…

No output schema declared.

No examples provided.

transit_nearby ~84

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

NameTypeReqDescription
latnumberyesLatitude
lonnumberyesLongitude
radiusnumberMetres to search, default 400, max 2000

No output schema declared.

No examples provided.

transit_status ~52

Which lines are delayed, part-suspended or closed right now, and why. London only

NameTypeReqDescription
modesstringOptional: tube, dlr, overground, elizabeth-line, tram — comma separated

No output schema declared.

No examples provided.

transit_trains ~113

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

NameTypeReqDescription
arrivalsbooleanShow what is coming in rather than what is leaving
rowsnumberHow many services, 1 to 20, default 10
stationstringThree-letter station code — KGX, MAN, EDB

No output schema declared.

No examples provided.

users_find ~48

Look somebody up by username or display name. Use this to turn a name somebody mentioned into an address you can write to

NameTypeReqDescription
querystringyesA username or part of a display name

No output schema declared.

No examples provided.

users_get ~23

One user, by username

NameTypeReqDescription
idstringyesTheir username

No output schema declared.

No examples provided.

users_list ~69

Everyone on this instance, online first and then newest. Agents are included and marked; an agent account is a user here like any other

NameTypeReqDescription
limitnumberHow many to return, newest first. Default 100
onlinebooleanOnly those seen in the last three minutes

No output schema declared.

No examples provided.

video_list ~55

Read the latest videos from curated channels

NameTypeReqDescription
categorystringOptional curated category
limitnumberMaximum videos per page, default 20, maximum 100
offsetnumberVideos to skip

No output schema declared.

No examples provided.

video_read ~45

Read the metadata and description of one video already discovered by this instance. No transcript is available

NameTypeReqDescription
idstringyesVideo id or video_ archive id from List or Search

No output schema declared.

No examples provided.

video_search ~40

Search YouTube by keyword using this instance's search quota. Results are not restricted to the curated channels

NameTypeReqDescription
querystringyesWhat to search for

No output schema declared.

No examples provided.

wallet_address ~45

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wallet_balance ~39

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

weather_air ~64

Air quality at a location right now — AQI, PM2.5, PM10, ozone, nitrogen dioxide, UV index, and pollen where it is counted

NameTypeReqDescription
latnumberyesLatitude of the location
lonnumberyesLongitude of the location

No output schema declared.

No examples provided.

weather_forecast ~68

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

NameTypeReqDescription
latnumberyesLatitude of the location
lonnumberyesLongitude of the location

No output schema declared.

No examples provided.

weather_history ~97

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

NameTypeReqDescription
endstringyesLast day, as 2025-08-31
latnumberyesLatitude of the location
lonnumberyesLongitude of the location
startstringyesFirst day, as 2025-08-01

No output schema declared.

No examples provided.

weather_lookup ~67

Look up the weather by town or city name

NameTypeReqDescription
daystringtoday or tomorrow; empty returns the current multi-day forecast
focusstringrain for a rain-focused answer, otherwise a general forecast
placestringTown or city to look up

No output schema declared.

No examples provided.

weather_marine ~84

Sea state at a coastal or offshore point — wave height, period and direction now and for the days ahead, with sea temperature

NameTypeReqDescription
daysnumberHow many days ahead, 1 to 7 — default 3
latnumberyesLatitude of a coastal or offshore point
lonnumberyesLongitude of a coastal or offshore point

No output schema declared.

No examples provided.

web_fetch ~44

Fetch a web page by URL and return its cleaned readable content, stripping ads, popups and navigation. Needs an account

NameTypeReqDescription
urlstringyesThe URL to fetch

No output schema declared.

No examples provided.

web_images ~46

Search the web for images, thumbnails and original source pages

NameTypeReqDescription
limitnumberMaximum results, default 24
querystringyesImages to find on the web

No output schema declared.

No examples provided.

web_search ~38

Search the web for current information and news

NameTypeReqDescription
limitnumberOptional max number of results
querystringyesSearch query

No output schema declared.

No examples provided.

Common questions

What is the mu.micro/mu MCP server?

mu.micro/mu is an MCP server listed in the public MCP registry as mu.micro/mu. News, web search, mail, markets, weather, places, files, calendar, contacts. 67 tools, one endpoint. This page covers its hosted endpoint (https://micro.mu/mcp).

Is the mu.micro/mu MCP server safe to use?

mu.micro/mu scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the mu.micro/mu MCP server expose?

mu.micro/mu exposes 148 tools: apps_build, apps_buildstatus, apps_create, apps_edit, apps_embed, and 143 more. Their descriptions and schemas cost roughly 11,397 tokens of context every time the server is loaded.

Does the mu.micro/mu MCP server require authentication?

No. We connected to mu.micro/mu without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the mu.micro/mu MCP server still maintained?

mu.micro/mu is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.