Arclan MCP Registry
What this MCP does
Provides a validated registry for discovering, evaluating, recommending, and reporting on MCP servers.
Tools
Input schema
{'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'Server name, registry ID slug, or any identifier (e.g. "github", "brave-search", "gateway-pipeworx-io-rpc-mcp")'}, 'url': {'type': 'string', 'description': 'The MCP server endpoint URL (e.g. "https://mcp.example.com/mcp")'}}}
Input 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.'}}}
Input schema
{'type': 'object', 'properties': {'q': {'type': 'string', 'description': 'Task or capability query — e.g. "search the web" or "read files"'}, 'auth': {'type': 'boolean', 'description': 'Include servers that require authentication (default: true)'}, 'limit': {'type': 'number', 'description': 'Max results 1–20 (default: 5)'}, 'read_only': {'type': 'boolean', 'description': 'Only return servers with no write-classified tools'}, 'production_safe': {'type': 'boolean', 'description': 'Only return production-safe servers (uptime > 97%, handshake > 95%)'}}}
Input schema
{'type': 'object', 'required': ['serverUrl', 'outcome'], 'properties': {'errors': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of error strings encountered during tool use'}, 'agentId': {'type': 'string', 'description': 'Identifier for the reporting agent (optional)'}, 'outcome': {'enum': ['success', 'failure', 'partial'], 'type': 'string', 'description': 'Result of using the server'}, 'severity': {'enum': ['info', 'warning', 'error', 'critical'], 'type': 'string', 'description': 'Severity of the worst issue encountered'}, 'criterion': {'enum': ['output_reliability', 'side_effect_transparency', 'failure_handling', 'rate_limits', 'agent_feedback'], 'type': 'string', 'description': 'Specific reliability criterion being scored (enables structured component scoring)'}, 'latencyMs': {'type': 'number', 'description': 'Total wall-clock latency in milliseconds'}, 'serverUrl': {'type': 'string', 'description': 'The MCP server endpoint URL that was used'}, 'toolsUsed': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of tool names that were called'}, 'environment': {'enum': ['prod', 'staging', 'dev', 'unknown'], 'type': 'string', 'description': 'Environment the server was used in'}, 'evidenceRef': {'type': 'string', 'description': 'Trace ID, log URL, or other reference supporting this report'}, 'taskCategory': {'type': 'string', 'description': 'Category of task attempted (e.g. "search", "write", "read")'}, 'turnsRequired': {'type': 'number', 'description': 'Number of turns to complete the task'}, 'componentScore': {'type': 'number', 'description': 'Score 0–100 for the specified criterion'}, 'taskDescription': {'type': 'string', 'description': 'Brief description of what the task was'}}}
Recent tool changes
Similar MCP servers
inference.sh
Runs AI applications, connects to MCP servers, manages agent skills and knowledge, and publishes interactive artifacts.
AIS Agent Flight Recorder — dead-man alerts & resume for AI agents
Monitors agents and scheduled jobs through heartbeats, alerts on failures, and stores state capsules for resuming interrupted wor…
AIS Gateway — the campus front desk for AIS MCP buildings
Provides information about AIS MCP services, available buildings, pricing, and payment methods.
Alpic
Manages hosted MCP projects, deployment debugging, and usage analytics through the Alpic platform.
AgentMesh
Provides access to the AgentMesh network for finding, hiring, and communicating with other agents.
AgentUtility Model Router
MCP cluster for routing model-related requests through pay-per-call x402 tools; no tools are exposed in the registry.
agentra
Described as an identity, trust-scoring, and KYA service for autonomous agents; no tools are currently exposed.
AgentTrust — Identity & Trust for A2A Agents
Described as an identity, trust, and A2A orchestration service for autonomous agents; no tools are currently exposed.