You're viewing a demo portfolio

Join the waitlist
PRSM

query_registry

Active

Tool of Arclan MCP Registry

declared in 0.1.0

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.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results to return 1–20 (default 10)"
    },
    "status": {
      "enum": [
        "active",
        "mcp_partial",
        "auth_gated",
        "stdio",
        "unreachable",
        "invalid",
        "zombie",
        "all"
      ],
      "type": "string",
      "description": "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": {
      "type": "number",
      "description": "Minimum validation score 0–100 (default 0)"
    },
    "read_only": {
      "type": "boolean",
      "description": "Only return servers with no write or exec tools — safe for read-only agent workflows."
    },
    "transport": {
      "enum": [
        "http",
        "sse",
        "stdio",
        "unknown"
      ],
      "type": "string",
      "description": "Filter by transport type"
    },
    "capability": {
      "type": "string",
      "description": "Filter by tool name or keyword (searches name, description, tools)"
    },
    "production_safe": {
      "type": "boolean",
      "description": "Only return servers with uptime_7d > 97% and handshake_success_rate > 95%. Use when reliability matters."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Arclan MCP Registry

1/7 registries
View full server →