Home / MCP Tools / Lookup Faq
Live MCP toolagent-resources

Lookup Faq

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.

Parameters

ParameterTypeRequiredDescription
questionstringrequiredthe visitor's question
faqsarrayrequired[{q, a}, ...] your FAQ entries
thresholdnumberoptionalmin match ratio 0-1 (default 0.4)

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": "lookup_faq", "arguments": {"question": "example", "faqs": [{}]}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/lookup_faq \
  -H 'Content-Type: application/json' \
  -d '{"question": "example", "faqs": [{}]}'

Try it live

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

Related tools in Agent Resources

agent-resources
Claim Donation
Bind an on-chain donation (Base ETH or USDC sent to the wallet) to your handle and collect the founder's-discount…
agent-resources
Donate
IGNITION: this economy is built but DARK — it needs a few cents of Base ETH gas to turn on.
agent-resources
Wishlist
Shape what gets built next.