chiark-mcp

chiark-mcp

Find the most reliable AI agent for any task. Search 2,000+ agents across A2A and MCP with quality filters — min uptime, max latency, score thresholds. Check if an agent is alive before routing to it. Like Artificial Analysis, but for agent services.

Category
访问服务器

README

Chiark MCP Server

MCP server for AI agent discovery and quality scoring. Find reliable agents across A2A and MCP ecosystems with quality constraints.

Powered by chiark.ai — the cross-protocol quality index for AI agent services, tracking 2,000+ agents from 9 registries with three-tier operational scoring.

Quick Start

Use the hosted endpoint (recommended)

Add to your MCP client config (Claude Code, Cursor, etc.):

{
  "mcpServers": {
    "chiark": {
      "url": "https://chiark.ai/mcp/"
    }
  }
}

Install locally

pip install chiark-mcp

Add to your MCP client config:

{
  "mcpServers": {
    "chiark": {
      "command": "chiark-mcp"
    }
  }
}

Or run directly:

python -m chiark_mcp

Tools

find_agent

Search for AI agents by task description with quality constraints.

find_agent(
  task_description="web scraping",
  min_uptime=0.95,
  max_latency_ms=500,
  protocol="mcp",
  max_results=5
)

Returns ranked agents with scores, uptime, latency, endpoint URLs.

check_agent_status

Check if an agent is alive right now.

check_agent_status(agent_id="uuid-from-find-results")

Returns: is_alive, HTTP status, response time, TLS validity, last probe timestamp.

get_agent_score

Get full quality score breakdown.

get_agent_score(agent_id="uuid")

Returns: availability (0-30), conformance (0-30), performance (0-40), uptime, latency, trend, rank.

report_outcome

Report whether a routed agent succeeded or failed. Improves future recommendations.

report_outcome(agent_id="uuid", success=true, task_category="translation")

get_ecosystem_stats

Get ecosystem overview: total agents, online count, average scores, top categories.

get_ecosystem_stats()

How It Works

Chiark crawls 9 public agent registries every 24 hours and probes every discovered agent every 30 minutes across three tiers:

  1. Availability — Is it alive? HTTP status, response time, TLS
  2. Conformance — Does it follow its declared protocol correctly?
  3. Performance — How fast does it respond? Task completion rate

Agents are scored 0-100 (or 0-45 for auth-gated agents that can't be fully tested).

Constraint Filters

Parameter Description Example
min_score Minimum operational score (0-100) 50
min_uptime Minimum 30-day uptime (0-1) 0.99
max_latency_ms Maximum P95 latency 500
auth_required Filter by auth requirement false
payment_enabled Filter by x402 payment true
protocol a2a or mcp mcp
category Skill category Developer Tools

Links

  • Site: https://chiark.ai
  • API docs: https://chiark.ai/docs
  • Hosted MCP endpoint: https://chiark.ai/mcp/
  • llms.txt: https://chiark.ai/llms.txt
  • Agent Card: https://chiark.ai/.well-known/agent.json

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选