Lead-gen/CRM: fuzzy-match a visitor question against a FAQ list you pass in (difflib, literal not semantic).
Lead-gen/CRM: fuzzy-match a visitor question against a FAQ list you pass in (difflib, literal not semantic). Public. Returns {ok, matched, confidence, answer}.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
question | string | required | the visitor's question |
faqs | array | required | [{q, a}, ...] your FAQ entries |
threshold | number | optional | min match ratio 0-1 (default 0.4) |
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": "lookup_faq", "arguments": {"question": "example", "faqs": [{}]}}}'curl -s https://wingmanprotocol.com/tools/lookup_faq \
-H 'Content-Type: application/json' \
-d '{"question": "example", "faqs": [{}]}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/lookup_faq from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).