# mu MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/mu-micro-mu
- Repository: https://github.com/micro/mu
- Website: https://micro.mu

## Install
- Endpoint: https://micro.mu/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://micro.mu/mcp

## Tools
- agent (Agent) - Ask the AI agent a question. The agent can search news, markets, web, video, weather, places, and more to answer your question. Endpoint: https://micro.mu/mcp
- apps_build (Build apps) - Build a small app from a natural language description, save it, and return the app details with URL. Apps are one of: a tracker (a list you add entries to, optionally totalling a number), a checklist, or a counter. Endpoint: https://micro.mu/mcp
- apps_create (Create apps) - Create a new app — a small, self-contained HTML tool hosted on Mu Endpoint: https://micro.mu/mcp
- apps_edit (Edit apps) - Edit an existing app you own — update its name, description, tags, icon, HTML code, or price Endpoint: https://micro.mu/mcp
- apps_fork (Fork apps) - Fork an existing app — creates a copy under your account that you can modify independently Endpoint: https://micro.mu/mcp
- apps_read (Read apps) - Read details of a specific app by its slug Endpoint: https://micro.mu/mcp
- apps_run (Run apps) - Run JavaScript code in a sandboxed environment and return the result. Use for calculations, data processing, or any computation the user needs. Endpoint: https://micro.mu/mcp
- apps_search (Search apps) - Search the apps directory for small, useful tools Endpoint: https://micro.mu/mcp
- apps_test (Test apps) - Test an app by checking its HTML structure and executing its mu.api calls server-side. Returns which API calls work and which fail. Endpoint: https://micro.mu/mcp
- block_user (Block user) - Block a user — hides all their content from your view Endpoint: https://micro.mu/mcp
- blog_create (Create blog) - Create a new blog post Endpoint: https://micro.mu/mcp
- blog_delete (Delete blog) - Delete a blog post (author only) Endpoint: https://micro.mu/mcp
- blog_list (Browse blog) - Get recent blog posts (titles, snippets and ids; use blog_read for one in full). Endpoint: https://micro.mu/mcp
- blog_read (Read blog) - Read a specific blog post by ID Endpoint: https://micro.mu/mcp
- blog_update (Update blog) - Update an existing blog post (author only) Endpoint: https://micro.mu/mcp
- chat (Chat) - Chat with AI assistant Endpoint: https://micro.mu/mcp
- contacts_add (Add contacts) - Save someone to your address book. Adding a name already there updates it rather than making a second card. Endpoint: https://micro.mu/mcp
- contacts_delete (Delete contacts) - Remove someone from your address book. Endpoint: https://micro.mu/mcp
- contacts_find (Find contacts) - Look someone up in your address book by name, part of a name, or address. Use this before sending mail to a person named rather than addressed. Endpoint: https://micro.mu/mcp
- contacts_list (Browse contacts) - List everyone in your address book. Endpoint: https://micro.mu/mcp
- db_create (Db create) - Store a record in your database (a named collection). Private by default; set public=true to share it. Pass an id to update a record you own. Endpoint: https://micro.mu/mcp
- db_delete (Db delete) - Delete a record you own by id. Endpoint: https://micro.mu/mcp
- db_get (Db get) - Get one record by id from a collection (must be yours, or public). Endpoint: https://micro.mu/mcp
- db_list (Db list) - List records in a collection. scope: 'mine' (default), 'public', or 'all' (mine + public). Optional where filter, sort field and limit. Endpoint: https://micro.mu/mcp
- dismiss (Dismiss) - Hide content from your view Endpoint: https://micro.mu/mcp
- events_create (Create events) - Schedule a reminder or event. Pass repeat for something recurring, and prompt to have the agent do the work when it fires and mail you the answer — that is how a standing instruction like a morning briefing is set up. Endpoint: https://micro.mu/mcp
- events_free (Find free time) - Find when you have nothing booked. Give it how long you need and it returns the open slots, within working hours. Endpoint: https://micro.mu/mcp
- events_list (Browse events) - List your upcoming scheduled events and reminders, soonest first. Endpoint: https://micro.mu/mcp
- files_delete (Delete files) - Delete a file you own, and its contents. Endpoint: https://micro.mu/mcp
- files_get (Read files) - Read a stored file back by its id. Text comes back as text, anything else as base64. Endpoint: https://micro.mu/mcp
- files_list (Browse files) - List your stored files, newest first, with their URLs and ids. Endpoint: https://micro.mu/mcp
- files_put (Store files) - Store a file and get a URL for it. Use it to keep something you produced — a report, a CSV, a transcript — and hand back a link. Endpoint: https://micro.mu/mcp
- files_share (Share files) - Make a stored file readable by anyone holding its URL, or private again. Endpoint: https://micro.mu/mcp
- flag (Flag) - Flag content for moderation Endpoint: https://micro.mu/mcp
- hadith (Hadith) - Look up hadith from Sahih Al Bukhari. Pass a book number to get hadiths from that book. Endpoint: https://micro.mu/mcp
- images_generate (Generate images) - Generate an image from a text prompt. Returns a URL to the generated image. Endpoint: https://micro.mu/mcp
- images_search (Search images) - Search the public image library (community stock) by description. Returns image URLs to reuse. Endpoint: https://micro.mu/mcp
- index_search (Search index) - Search across everything mu knows — indexed news, blog, social and video, plus the user's own mail — and return the most relevant items with ids. Use for 'do you remember', 'what did I get about X', 'search my stuff' and cross-source lookups. Endpoint: https://micro.mu/mcp
- mail_address (Get an email address) - Get an email address that reaches you. Pass a tag to get your own address (you+tag@) — give that out, then read only its mail with mail_inbox(tag). Endpoint: https://micro.mu/mcp
- mail_inbox (Read mail) - Read your mail inbox. Pass a tag to read only mail sent to that plus-address (you+tag@), which is how an agent reads its own mail rather than all of yours. Endpoint: https://micro.mu/mcp
- mail_send (Send mail) - Send a mail message Endpoint: https://micro.mu/mcp
- markets_list (Browse markets) - Get live market prices for cryptocurrencies, stocks, futures, commodities and currencies. Endpoint: https://micro.mu/mcp
- news_list (Browse news) - Get recent news headlines with short summaries balanced across all topics (not dominated by one topic like crypto). Use for general news and briefing requests, then news_read for any article worth expanding. Endpoint: https://micro.mu/mcp
- news_read (Read news) - Read one news article in full (title, source, summary and body) by its id from news_headlines, or by article URL. Endpoint: https://micro.mu/mcp
- news_search (Search news) - Search for news articles Endpoint: https://micro.mu/mcp
- places_eta (Travel time) - How long it takes to travel between two places, by road rather than as the crow flies. Use it to answer whether somewhere is worth going to, or when to leave. Endpoint: https://micro.mu/mcp
- places_nearby (Find nearby places) - Find all places of interest near a given location Endpoint: https://micro.mu/mcp
- places_search (Search places) - Search for places by name or category, optionally near a location Endpoint: https://micro.mu/mcp
- prayer_qibla (Qibla for prayer) - Get the qibla direction (compass bearing to the Kaaba in Mecca) for a location, and the distance to Mecca. Endpoint: https://micro.mu/mcp
- prayer_reflection (Prayer times for prayer) - Get today's Islamic reflection: a verse of the Quran, a saying of the Prophet, and a name of Allah Endpoint: https://micro.mu/mcp
- prayer_times (Prayer times for prayer) - Get today's Islamic prayer times (Fajr, Dhuhr, Asr, Maghrib, Isha) for a location, and which prayer is next. Endpoint: https://micro.mu/mcp
- quran (Quran) - Look up a Quran chapter or verse. Pass chapter number (1-114) and optionally a verse number. Endpoint: https://micro.mu/mcp
- quran_search (Quran search) - Search the Quran, Hadith, and names of Allah using semantic search. Ask a question in natural language. Endpoint: https://micro.mu/mcp
- save (Save) - Bookmark content for later Endpoint: https://micro.mu/mcp
- saved_list (Saved list) - List the items you've saved for later (bookmarks), with their links. Endpoint: https://micro.mu/mcp
- social_list (Browse social) - Get the latest social posts from the network. Endpoint: https://micro.mu/mcp
- social_search (Search social) - Search social media posts Endpoint: https://micro.mu/mcp
- stream_list (Browse stream) - Read the platform event stream — user messages, agent responses, system events (markets, news, reminders) Endpoint: https://micro.mu/mcp
- stream_post (Post stream) - Post a message to the stream. Mention @micro to get an AI response. Endpoint: https://micro.mu/mcp
- tasks_create (Create tasks) - Add a task to your list. Set assignee to "agent" for work the agent should pick up itself. Endpoint: https://micro.mu/mcp
- tasks_delete (Delete tasks) - Remove a task from your list. Endpoint: https://micro.mu/mcp
- tasks_list (Browse tasks) - List your tasks, open ones first. Filter by state to see only what is outstanding. Endpoint: https://micro.mu/mcp
- tasks_next (Next tasks) - The next task assigned to the agent — what to work on now. Returns nothing when there is nothing assigned. Endpoint: https://micro.mu/mcp
- tasks_update (Update tasks) - Change a task: mark it doing or done, and record what came of it. Record the result — a task with no result is work nobody can check. Endpoint: https://micro.mu/mcp
- unblock_user (Unblock user) - Unblock a previously blocked user Endpoint: https://micro.mu/mcp
- unsave (Unsave) - Remove a saved bookmark Endpoint: https://micro.mu/mcp
- video_list (Browse video) - Get the latest videos from curated channels. Endpoint: https://micro.mu/mcp
- video_search (Search video) - Search for videos Endpoint: https://micro.mu/mcp
- wallet_balance (Check wallet) - Get your balance: credits (what calls are charged in), plus your Base address and USDC balance for topping up. Endpoint: https://micro.mu/mcp
- weather_forecast (Forecast weather) - Get the weather forecast for a location (current conditions plus the next few days). Endpoint: https://micro.mu/mcp
- web_fetch (Fetch search) - Fetch a web page and return its cleaned readable content (strips ads, popups, navigation) Endpoint: https://micro.mu/mcp
- web_search (Search the web) - Search the web for current information and news Endpoint: https://micro.mu/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: mu.micro
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 3, 2026
- Source: https://registry.modelcontextprotocol.io
