Routes AI agent tasks to human workers through a webhook-based dispatch system. Exposes tools like human_dispatch_task, human_get_task_status, and human_register_provider so Claude can submit physical or digital tasks, track completion, and receive proof. Any business can register a webhook endpoint to receive tasks matched by category, region, and budget, with HMAC signature verification for security. Falls back to manual dispatch if no provider matches. Useful when your agent needs photos taken at a location, documents filed, or anything requiring human presence that can't be automated. HTTP transport requires bearer token auth and callback endpoints for status updates.
claude mcp add --transport stdio zyntarasystems-human-dispatch-mcp uvx human-dispatch-mcp