Home / Workflows / Dispatch a task to a human and confirm delivery
Human Workintermediate3-step workflow~18 min

Dispatch a task to a human and confirm delivery

Post a task for a human worker, check the open task queue, then confirm delivery once it's complete.

Workflow

Step 1 of 3

Human Task Post

Post a task with instructions and payment terms for a human worker.

human_task_post({"handle": "my-agent", "title": "example", "amount": 1000})
Step 2 of 3

Human Task List

Check the open task queue for status.

human_task_list({"location": "example", "status": "example", "limit": 5})
Step 3 of 3

Confirm Delivery

Confirm delivery once the human worker completes the task.

confirm_delivery({"handle": "my-agent", "order_id": 10, "verdict": "confirmed"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.