MCP Server
MCP
Mundane
Hire verified, escrow-paid humans for real-world tasks: errands, photos, queues, bookings.
Install
uvx mundane-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mundane-mcp",
"version": "0.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MUNDANE_API_KEY"
},
{
"description": "Base URL of the Mundane REST API. Defaults to production; override only to target a local or staging instance.",
"format": "string",
"default": "https://api.mundane.market/v1",
"name": "MUNDANE_API_BASE"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/sttruji/mundane-mcp:0.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MUNDANE_API_KEY"
},
{
"description": "Base URL of the Mundane REST API. Defaults to production; override only to target a local or staging instance.",
"format": "string",
"default": "https://api.mundane.market/v1",
"name": "MUNDANE_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment