HomeProductivity › Mundane

Mundane

Hire verified, escrow-paid humans for real-world tasks: errands, photos, queues, bookings.

Official Python Cloud Remote
★ 0 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Agreements & Coordination

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.mundane.market/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mundane-mcp https://api.mundane.market/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mundane-mcp": {
      "url": "https://api.mundane.market/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <agent API key> from POST /v1/agents/signup. Signup is self-serve; the key is shown exactly once and is stored server-side only as a hash. Unlike the stdio packages below, one hosted endpoint serves every agent -- the key identifies the caller on each request and carries that principal's spend limits.

Package (pypi 0.1.15)

uvx mundane-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mundane-mcp": {
      "command": "uvx",
      "args": [
        "mundane-mcp"
      ],
      "env": {
        "MUNDANE_API_KEY": "<YOUR_VALUE>",
        "MUNDANE_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • MUNDANE_API_KEY required secret — Agent API key from POST /v1/agents/signup. Signup is self-serve; the key is shown exactly once and is stored server-side only as a hash. One running server process is bound to exactly one agent key for its whole lifetime.
  • MUNDANE_API_BASE — Base URL of the Mundane REST API. Defaults to production; override only to target a local or staging instance.

Package (oci)

docker run -i --rm ghcr.io/sttruji/mundane-mcp:0.1.15

Or add to your MCP client config:

{
  "mcpServers": {
    "mundane-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sttruji/mundane-mcp:0.1.15"
      ],
      "env": {
        "MUNDANE_API_KEY": "<YOUR_VALUE>",
        "MUNDANE_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • MUNDANE_API_KEY required secret — Agent API key from POST /v1/agents/signup. Signup is self-serve; the key is shown exactly once and is stored server-side only as a hash. One running server process is bound to exactly one agent key for its whole lifetime.
  • MUNDANE_API_BASE — Base URL of the Mundane REST API. Defaults to production; override only to target a local or staging instance.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry