Snap Router — task to the right tool
snap_routerRanks the best-fit x402 services and MCP tools for a plain-language task, with price and a 'works well with' hint, so agents know what to load first.
Instructions
Tool/service DISCOVERY, not execution. Input: an agent task in plain words. Output: a ranked shortlist of x402 services and MCP tools from the merged x402 Bazaar + MCP Registry catalog (16k+ entries) that can do it, each with price and a 'works well with' hint. One vector pass, ~200ms, no LLM call, hybrid keyword-fill so nothing is missed. Call this FIRST, before loading candidate tools into context, whenever you do not already know which tool serves a task. NOT for on-chain token data itself (use token_report / token_depth / etc. for that). Example task: 'check a Base token for a honeypot before trading'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | how many results to return | |
| task | Yes | the task, in plain language | |
| registries | No | restrict to these catalogs (default: both) | |
| max_price_usdc | No | drop results priced above this |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| picks | Yes | ||
| engine | No | ||
| works_well_with | No |