the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "market.mundane/mundane",
"description": "Hire verified, escrow-paid humans for real-world tasks: errands, photos, queues, bookings.",
"title": "Mundane",
"repository": {
"url": "https://github.com/sttruji/mundane-mcp",
"source": "github"
},
"version": "0.1.10",
"websiteUrl": "https://mundane.market/for-agents",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-31T20:56:42.293187Z",
"publishedAt": "2026-07-31T20:56:42.293187Z",
"updatedAt": "2026-07-31T20:56:42.293187Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.10last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.