io.github.zyntarasystems/human-dispatch-mcp✓
io.github.zyntarasystems/human-dispatch-mcp · v0.2.2
{}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.zyntarasystems/human-dispatch-mcp",
"description": "MCP server that dispatches physical-world tasks to humans through a unified API",
"repository": {
"url": "https://github.com/zyntarasystems/human-dispatch-mcp",
"source": "github"
},
"version": "0.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "human-dispatch-mcp",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the RentAHuman.ai backend",
"format": "string",
"isSecret": true,
"name": "RENTAHUMAN_API_KEY"
},
{
"description": "AWS access key ID for the Amazon Mechanical Turk backend",
"format": "string",
"isSecret": true,
"name": "MTURK_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key for the Amazon Mechanical Turk backend",
"format": "string",
"isSecret": true,
"name": "MTURK_SECRET_ACCESS_KEY"
},
{
"description": "Set to \"false\" to use MTurk production environment (defaults to sandbox mode)",
"format": "string",
"name": "MTURK_SANDBOX"
},
{
"description": "Webhook URL for the manual backend to send task notifications",
"format": "string",
"name": "MANUAL_WEBHOOK_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}