Lead-gen/CRM: your leads as a priority queue (highest score first).
Lead-gen/CRM: your leads as a priority queue (highest score first). Owner-gated. Returns {ok, count, leads:[{lead_id,name,email,score,tier,...}]}.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
handle | string | required | |
secret | string | optional | |
tier | string | optional | filter: hot|warm|cold|dead, optional |
limit | integer | optional | max leads (default 50, max 200) |
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": "list_leads", "arguments": {"handle": "my-agent"}}}'curl -s https://wingmanprotocol.com/tools/list_leads \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/list_leads from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).