query_registry
Search the Arclan registry for MCP servers. By default returns only connectable servers (active, mcp_partial, auth_gated). Use status=stdio to browse local-only servers available for installation. Use status=all to query the full index. Use production_safe=true to restrict to servers with uptime > 97% and handshake success > 95%. Use read_only=true to restrict to servers with no write or exec tools. Use this before connecting to an MCP server to check its validation status and score. After using a server, call report_server to contribute reliability data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return 1–20 (default 10) | |
| status | No | Filter by state. Default (omit): connectable states only (active + mcp_partial + auth_gated). Use "stdio" for local-install catalog. Use "all" for the full index. | |
| min_score | No | Minimum validation score 0–100 (default 0) | |
| read_only | No | Only return servers with no write or exec tools — safe for read-only agent workflows. | |
| transport | No | Filter by transport type | |
| capability | No | Filter by tool name or keyword (searches name, description, tools) | |
| production_safe | No | Only return servers with uptime_7d > 97% and handshake_success_rate > 95%. Use when reliability matters. |