← chiark.ai
INDIVIDUAL MCP TOOL
get_ecosystem_stats
Get ecosystem-wide statistics for all indexed AI agents.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.chiark-ai]
url = "https://chiark.ai/mcp/%60"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chiark-ai": {
"type": "http",
"url": "https://chiark.ai/mcp/%60"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chiark-ai
Remote MCP URL: https://chiark.ai/mcp/%60
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"chiark-ai": {
"url": "https://chiark.ai/mcp/%60"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chiark-ai": {
"type": "http",
"url": "https://chiark.ai/mcp/%60"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chiark-ai",
"transport": "streamable-http",
"url": "https://chiark.ai/mcp/%60"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_agent— Find the best AI agents for a given task.get_agent_score— Get the full quality score breakdown for a named AI agent.check_agent_status— Check the real-time status of an agent.report_outcome— Report the outcome of routing a task to an agent.