Agent Tools
Back to MCP servers

Arclan MCP Registry

https://arclan.ai/mcp
● healthy

skills: {'id': 'query_registry', 'name': 'query_registry', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_server', 'name': 'get_server', 'description': 'Get full details for a specific MCP server. Pass the server name (e.g. "GitHub", "Brave Search"), registry ID slug, or endpoint URL. Returns score, state, tools list, latency, and recent test history.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'recommend_server', 'name': 'recommend_server', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'report_server', 'name': 'report_server', 'description': 'Submit an agent usage report for an MCP server. Reports are aggregated and influence registry trust scores. Call this after using an MCP server so the registry can track real-world reliability. Supports both a simple outcome report and a structured scoring report (criterion + component_score).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1157.3ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://arclan.ai/mcp
JSON-RPC initialize probe
curl -X POST https://arclan.ai/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://arclan.ai/mcp
Listed at (chiark)
https://chiark.ai/agents/3ec55b76-f74b-4618-8683-2342527e2a8c