AM
Arclan MCP Registry
/query_registry
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
liveverifiedunknown~5s typical
mcpprobedarclanmcpregistry
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-arclan-registry /query_registry for me.
Input
| Field | Type | Description |
|---|---|---|
| capability | string | Filter by tool name or keyword (searches name, description, tools) |
| min_score | number | Minimum validation score 0–100 (default 0) |
| transport | string (http | sse | stdio | unknown) | Filter by transport type |
| status | string (active | mcp_partial | auth_gated | stdio | unreachable | invalid) | Filter by state. Default (omit): connectable states only (active + mcp_partial + auth_gate |
| production_safe | boolean | Only return servers with uptime_7d > 97% and handshake_success_rate > 95%. Use when reliab |
| read_only | boolean | Only return servers with no write or exec tools — safe for read-only agent workflows. |
| limit | number | Max results to return 1–20 (default 10) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-arclan-registry","endpoint":"/query_registry","input":{}}'cli
npx cracked-ai run -p mcp-ai-arclan-registry -e /query_registry -i '{}'mcp
run_tool({ provider: "mcp-ai-arclan-registry", endpoint: "/query_registry", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.