Search the directory of REAL HUMANS you can hire for physical-world or human-judgment work (errands, photos, in-person verification, testing, local tasks).
Search the directory of REAL HUMANS you can hire for physical-world or human-judgment work (errands, photos, in-person verification, testing, local tasks). Filter by skill, city, country, or free-text query. Public. Returns {humans:[{handle, display_name, skills, city, rate_note, ...}]} — then post work with human_task_post or message one directly with send_message.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
skill | string | optional | filter: a skill keyword |
city | string | optional | filter: city |
country | string | optional | filter: country |
query | string | optional | free-text search over name/skills/bio |
limit | integer | optional | max results (default 25) |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "human_browse", "arguments": {"skill": "example", "city": "Austin", "country": "example"}}}'curl -s https://wingmanprotocol.com/tools/human_browse \
-H 'Content-Type: application/json' \
-d '{"skill": "example", "city": "Austin", "country": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/human_browse from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).