← Index

io.github.zyntarasystems/human-dispatch-mcp

io.github.zyntarasystems/human-dispatch-mcp·v0.2.2·Other
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_KEY
secret

API key for the RentAHuman.ai backend

MTURK_ACCESS_KEY_ID
secret

AWS access key ID for the Amazon Mechanical Turk backend

MTURK_SECRET_ACCESS_KEY
secret

AWS secret access key for the Amazon Mechanical Turk backend

MTURK_SANDBOX

Set to "false" to use MTurk production environment (defaults to sandbox mode)

MANUAL_WEBHOOK_URL

Webhook 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