Agent QA

Agent QA

Evaluates MCP servers by running read-only checks and returning a graded report with an A-F letter grade.

Category
访问服务器

README

Agent QA

Agent QA tells you whether a public MCP server is reliable enough to trust, and gives it a letter grade from A to F.

You hand it the URL of an MCP endpoint. It connects to that server the same way an AI agent would, runs a set of read-only checks, and returns a report you can read in a few seconds.

Why it exists

Anyone listing an MCP server on OKX.AI has to test it first. The tool the docs point to is the MCP Inspector, which you drive by hand, one call at a time. Agent QA does that testing for you and hands back a single graded report.

If you build MCP servers, this shows you where yours breaks before your users do. If you depend on someone else's server, this tells you how much you can lean on it.

What it checks

Five things, each scored on its own.

  1. Connection and handshake. Can the server open a session and list its tools at all.
  2. Schema validity. Does every tool declare a valid input schema with its required fields. An agent reads that schema to build its calls, so a broken schema breaks the caller.
  3. Malformed input handling. When the server gets bad input, such as a missing field or the wrong type, does it reject it cleanly, or does it crash or quietly return a wrong answer. This probe is read-only. It only sends input that a correct server rejects before it does any real work, so it never triggers a side effect.
  4. Latency. How fast the server answers over repeated calls, reported as p50 and p95.
  5. Description quality. Are the tool names and descriptions clear enough for an AI to pick the right tool and call it correctly. The scoring rubric is written down in the code so every grade is defensible.

The report gives a score for each category, a per-tool breakdown, an overall grade, and a short list of the top issues found.

How to read the grade

  • A, 90 and above. Reliable.
  • B, 80 to 89. Minor issues.
  • C, 70 to 79. Works, with real gaps.
  • D, 60 to 69. Unreliable in places.
  • F, below 60. Do not depend on it yet.

An endpoint that cannot be reached scores F, because a server you cannot reach is a server you cannot trust.

How to use it

From the browser

  1. Open the Agent QA site.
  2. Paste the MCP endpoint URL into the box.
  3. Press Evaluate.
  4. Read the grade, the category scores, the per-tool results, and the defect log.

From the command line

Run the agent-qa command with the endpoint URL:

agent-qa https://your-server.example/mcp

For machine-readable output, add the JSON flag:

agent-qa https://your-server.example/mcp --json

The command exits with code 1 when the endpoint cannot be reached, so you can drop it into a script or a continuous integration check and let it fail the build on a bad server.

From the HTTP API

Send a POST request to /evaluate with the endpoint URL:

POST /evaluate
{ "endpoint_url": "https://your-server.example/mcp" }

It returns the full report as JSON. GET /health returns a liveness check. GET / serves the browser interface.

As an MCP tool

The service is also an MCP server. It exposes one tool, evaluate_mcp_endpoint, with a single endpoint_url parameter, and returns the same report. Any MCP client or AI agent can call it.

推荐服务器

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 模型以安全和受控的方式获取实时的网络信息。

官方
精选