find_mcp
Search for existing MCP servers that provide a capability (e.g. "postgres", "wayback machine", "google sheets"). Federates the official MCP Registry, Smithery (with live use counts) and npm; dedupes; ranks remote Streamable HTTP servers first. Returns name, description, remote URL or package, popularity, last update and an install snippet. Use before building or asking the user to build a tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results after ranking. Default 8. | |
| query | Yes | What capability you need, as 1-5 keywords (an API name, a product, a data source). Not a sentence. | |
| remote_only | No | Only servers reachable over HTTP without installing anything locally. | |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |