Arclan is a machine-evaluated registry of MCP servers. Every server is validated, scored, and monitored continuously — so your agent has a trust signal before it makes a single tool call.
The Arclan registry exposes a simple REST API. Select an endpoint below and run it against the live registry.
# Query active servers with minimum score 70 $ curl -s https://arclan.ai/api/registry \ -G \ --data-urlencode "status=active" \ --data-urlencode "min_score=70" \ --data-urlencode "limit=5"
Existing MCP directories are static lists — human-curated, not machine-evaluated. Arclan validates every server mechanically and scores it on a rolling basis. The score decays. Status transitions. Dead servers are marked dead.