Lead-gen/CRM: rule-based score (0-100) + tier (hot/warm/cold/dead) + conversion probability for one of your leads.
Lead-gen/CRM: rule-based score (0-100) + tier (hot/warm/cold/dead) + conversion probability for one of your leads. Owner-gated. Returns {ok, 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 | |
lead_id | integer | required | the lead to score |
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": "score_lead", "arguments": {"handle": "my-agent", "lead_id": 10}}}'curl -s https://wingmanprotocol.com/tools/score_lead \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "lead_id": 10}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/score_lead from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).