MeatSpace✓
io.github.zmarten/meatspace · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.zmarten/meatspace",
"description": "Human-in-the-loop for AI agents. Submit choices, get a human decision.",
"title": "MeatSpace",
"repository": {
"url": "https://github.com/zmarten/meatspace",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://meatspace.run",
"icons": [
{
"src": "https://meatspace.run/icon.png",
"mimeType": "image/png"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://meatspace.run/api/mcp",
"headers": [
{
"description": "Bearer token for the ask_human tool. Optional — get_service_status and provision_api_key require no auth, so a fresh client can connect without credentials and call provision_api_key to mint a token instantly.",
"value": "Bearer {api_key}",
"isSecret": true,
"variables": {
"api_key": {
"description": "Your MeatSpace API key. Mint one with provision_api_key (no auth, rate-limited to 5 keys per email) or via POST https://meatspace.run/api/keys.",
"format": "string",
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}