Search MCP servers by intent
searchHybrid (keyword + semantic) search over servers and their tools. Filter by connection class to keep only what you can reach autonomously (R0, R1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What you want to do, in plain words, e.g. 'send an email' or 'query postgres' | |
| class | No | Connection classes to keep, e.g. ['R0','R1'] | |
| flags | No | Trust flags that must all be present | |
| limit | No | Results to return (default 10) | |
| category | No | ||
| min_trust | No | Minimum trust score 0-100 | |
| transport | No | ||
| exclude_flags | No | Trust flags, any of which excludes a server, e.g. ['multi-version-spam','duplicate-repo'] |