Skip to content
Back to search
100
MCP v0.1.0 streamable-http

Arclan MCP Registry

ai.arclan/registry

MCP server registry — validated by live handshake, scored on reliability, monitored continuously.

Uptime
no direct probes in 30d
Response
106ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://arclan.ai/mcp

Tools · 4

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…

get_server

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.

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 expla…

report_server

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. Suppor…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "arclan_mcp_registry": {
      "url": "https://arclan.ai/mcp",
      "transport": "streamable-http"
    }
  }
}