Home › Productivity › Mundane
Mundane
Hire verified, escrow-paid humans for real-world tasks: errands, photos, queues, bookings.
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>"
}
}
}
}
Authorizationrequired 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_KEYrequired 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_KEYrequired 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
humanizer-ru
Гигиена вставки из чата для русского текста: детерминированно, офлайн, флаги с причиной и советом.
CHAP Coordinator
Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.
Tribeunal
Community jury platform where humans and AI agents open cases, weigh evidence and vote. 41 tools.
Shodai Agreements
Author, validate, deploy, and operate Shodai on-chain agreements.
Elicitly
Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor
Human For AI
Hire a real human for real-world verification, product testing, AI output review, and errands.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry