io.github.zyntarasystems/human-dispatch-mcp
Quality Score
80
/100
MCP server that dispatches physical-world tasks to humans through a unified API
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"human-dispatch-mcp": {
"command": "npx",
"args": [
"-y",
"human-dispatch-mcp"
],
"env": {
"RENTAHUMAN_API_KEY": "<your-rentahuman_api_key>",
"MTURK_ACCESS_KEY_ID": "<your-mturk_access_key_id>",
"MTURK_SECRET_ACCESS_KEY": "<your-mturk_secret_access_key>",
"MTURK_SANDBOX": "<mturk_sandbox>",
"MANUAL_WEBHOOK_URL": "<manual_webhook_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"human-dispatch-mcp": {
"command": "npx",
"args": [
"-y",
"human-dispatch-mcp"
],
"env": {
"RENTAHUMAN_API_KEY": "<your-rentahuman_api_key>",
"MTURK_ACCESS_KEY_ID": "<your-mturk_access_key_id>",
"MTURK_SECRET_ACCESS_KEY": "<your-mturk_secret_access_key>",
"MTURK_SANDBOX": "<mturk_sandbox>",
"MANUAL_WEBHOOK_URL": "<manual_webhook_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y human-dispatch-mcp§02 Environment variables
RENTAHUMAN_API_KEYsecret
API key for the RentAHuman.ai backend
MTURK_ACCESS_KEY_IDsecret
AWS access key ID for the Amazon Mechanical Turk backend
MTURK_SECRET_ACCESS_KEYsecret
AWS secret access key for the Amazon Mechanical Turk backend
MTURK_SANDBOXSet to "false" to use MTurk production environment (defaults to sandbox mode)
MANUAL_WEBHOOK_URLWebhook URL for the manual backend to send task notifications
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.