← micro.mu

INDIVIDUAL MCP TOOL

weather_forecast

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

micro.munone authenticationAvailability not checked

LIVE ENDPOINT

https://micro.mu/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.