recommend_server
Get ranked MCP server recommendations for a task. Returns servers scored by production safety, keyword relevance, registry score, latency, and freshness. Each result includes a reason code array explaining why it was ranked. Use this instead of query_registry when you want an opinionated ranked list rather than a filtered search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Task or capability query — e.g. "search the web" or "read files" | |
| auth | No | Include servers that require authentication (default: true) | |
| limit | No | Max results 1–20 (default: 5) | |
| read_only | No | Only return servers with no write-classified tools | |
| production_safe | No | Only return production-safe servers (uptime > 97%, handshake > 95%) |