Server data from the Official MCP Registry
MCP server that dispatches physical-world tasks to humans through a unified API
MCP server that dispatches physical-world tasks to humans through a unified API
Set these up before or after installing:
Environment variable: RENTAHUMAN_API_KEY
Environment variable: MTURK_ACCESS_KEY_ID
Environment variable: MTURK_SECRET_ACCESS_KEY
Environment variable: MTURK_SANDBOX
Environment variable: MANUAL_WEBHOOK_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zyntarasystems-human-dispatch-mcp": {
"env": {
"MTURK_SANDBOX": "your-mturk-sandbox-here",
"MANUAL_WEBHOOK_URL": "your-manual-webhook-url-here",
"RENTAHUMAN_API_KEY": "your-rentahuman-api-key-here",
"MTURK_ACCESS_KEY_ID": "your-mturk-access-key-id-here",
"MTURK_SECRET_ACCESS_KEY": "your-mturk-secret-access-key-here"
},
"args": [
"-y",
"human-dispatch-mcp"
],
"command": "npx"
}
}
}A well-structured MCP server for dispatching tasks to human workers with appropriate authentication requirements and sensible architecture. Minor concerns include placeholder credentials in simulation code and broad exception handling, but permissions align with the server's purpose and no significant security issues were found. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 8 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!