← micro.mu

INDIVIDUAL MCP TOOL

mail_send

Write to somebody, as you.

micro.munone authenticationAvailability not checked

LIVE ENDPOINT

https://micro.mu/mcp

No auth detected

Connect to this endpoint to inspect the live schema for mail_send and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

micro.mu

CONNECT 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.

Related tools

  • apps_build — Build a small app from a description, save it, and return its details and URL.
  • apps_create — Create an app — a small, self-contained HTML tool hosted here.
  • apps_edit — Edit an app you own — its name, description, tags, icon, HTML or price.
  • apps_embed — 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_fork — Fork an app into your own account, to change independently of the original
  • apps_read — Read the details of one app by its slug
  • apps_search — Search the apps directory for small, useful tools, by name, description or tag
  • apps_test — Test an app by checking its HTML and running its mu.