Find the right tool WITHOUT loading all 160+ schemas into your context.
Find the right tool WITHOUT loading all 160+ schemas into your context. Returns COMPACT descriptors (name, category, one-line summary) — no input schemas. Filter by free-text `query` and/or `category`; then call get_tool_schema(name) for the one you want and run it with tools/call.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | optional | free-text match over tool name/summary |
category | string | optional | filter to one category, e.g. finance, trades, memory, browser, vault, web, meta |
limit | integer | optional | max results (default 40, max 150) |
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": "discover_tools", "arguments": {"query": "wingman protocol", "category": "example", "limit": 5}}}'curl -s https://wingmanprotocol.com/tools/discover_tools \
-H 'Content-Type: application/json' \
-d '{"query": "wingman protocol", "category": "example", "limit": 5}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/discover_tools from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).