INDIVIDUAL MCP TOOL
web_fetch
Fetch a web page by URL and return its cleaned readable content, stripping ads, popups and navigation.
LIVE ENDPOINT
https://micro.mu/mcp
Connect to this endpoint to inspect the live schema for web_fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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 originalapps_read— Read the details of one app by its slugapps_search— Search the apps directory for small, useful tools, by name, description or tagapps_test— Test an app by checking its HTML and running its mu.