← Back to Plugins
MCP Server MCP

io.github.zyntarasystems/human-dispatch-mcp

github By github 👁 3 views ▲ 0 votes

MCP server that dispatches physical-world tasks to humans through a unified API

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...