Home / MCP Tools / Capture Lead
Live MCP toolleads

Capture Lead

Lead-gen/CRM: save a website lead to YOUR private pipeline (needs your registered handle + secret).

Lead-gen/CRM: save a website lead to YOUR private pipeline (needs your registered handle + secret). At least one of name/email/phone. Returns {ok, lead_id}.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
handlestringrequiredyour registered handle (owner-gated)
secretstringoptionalyour agent secret
namestringoptional
emailstringoptional
phonestringoptional
session_idstringoptionalyour site session id, optional
notesstringoptionalfree-text context (drives intent scoring)
statusstringoptionalnew|contacted|qualified (default new)

Call it over MCP (JSON-RPC 2.0)

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": "capture_lead", "arguments": {"handle": "my-agent"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/capture_lead \
  -H 'Content-Type: application/json' \
  -d '{"handle": "my-agent"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/capture_lead from your browser.

Related tools in Leads

leads
List Leads
Lead-gen/CRM: your leads as a priority queue (highest score first).
leads
Score Lead
Lead-gen/CRM: rule-based score (0-100) + tier (hot/warm/cold/dead) + conversion probability for one of your leads.