Agent Reliability MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Reliability MCP serverWhat does the corpus say about detecting benchmark contamination?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Reliability — MCP server
Testing, benchmarking and auditing autonomous AI agents — methods, harnesses, evidence
A remote MCP server over a curated knowledge graph. Every claim it returns is bound to a registered source: the tools hand back claims with their citations and a confidence value, so an agent can show its work instead of asserting.
Nothing to install. It is a hosted streamable-HTTP endpoint:
https://agentreliability.dev/mcpAdd it to a client
Claude Code
claude mcp add --transport http agent-reliability https://agentreliability.dev/mcpClaude Desktop / any client reading mcpServers
{
"mcpServers": {
"agent-reliability": {
"type": "streamable-http",
"url": "https://agentreliability.dev/mcp"
}
}
}No API key, no account, no auth. Read-only.
Check it answers, without any client at all:
curl -s https://agentreliability.dev/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-H 'mcp-protocol-version: 2025-06-18' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Related MCP server: knowledgelib-mcp
Tools
Eight, each with an outputSchema, each returning structuredContent.
tool | arguments | what it does |
| — | Corpus overview: what this instance knows, counts by type, published tags, freshness. Start here when you land and do not yet know whether this corpus can answer your question. |
|
| Full-text search over the knowledge graph. Accent- and apostrophe-insensitive, so query in the user's own words; every hit carries its relevance score and the fields it matched. |
|
| Answer a question from the corpus. Returns the matched object's claims with sources and confidence — never an unsourced answer. |
|
| Fetch one knowledge object by id, with its claims and the sources each claim cites. |
|
| List the knowledge objects carrying a tag (topics are content-backed tags). |
|
| Graph neighbours of an object: outgoing and incoming relations, each with its relation type. |
|
| The whole source registry, or just the sources cited by one object. Use it to judge the corpus before trusting it. |
|
| Most recently verified knowledge objects — a freshness signal. |
The intended path is get_overview → search or answer → get_entity
→ get_related. get_overview exists because an agent that has just
arrived needs to know whether this corpus can help before it spends a
call guessing.
What is in the corpus
knowledge objects | 38 |
registered sources | 31 |
published topics | 93 |
type | objects |
entity | 25 |
guide | 9 |
comparison | 2 |
faq | 1 |
glossary | 1 |
Subject matter: evals and benchmarks (GAIA, AgentBench, Inspect), LLM-as-judge and its failure modes, Goodhart and benchmark contamination, fault injection and chaos testing, approval gates and autonomy levels, grounding and faithfulness.
Questions it is built to answer
How do I tell a real eval from a benchmark my agent has memorised?
What does calibration mean for an LLM judge, and how is it measured?
Which failure modes does fault injection actually catch?
What an answer actually looks like
A real call against the live endpoint — answer with
"how do I tell a real eval from benchmark contamination" — returns this structuredContent, trimmed:
{
"answered": true,
"entity": {
"id": "agent-reliability-glossary",
"name": "Agent reliability glossary",
"evidence_tier": "secondary",
"confidence": 0.85,
"last_verified": "2026-08-08",
"canonical_url": "https://agentreliability.dev/k/agent-reliability-glossary"
},
"claims": [
{
"text": "An eval is a structured, repeatable test that measures an LLM or LLM-based system against a defined dimension; frameworks package evals as registries of reusable templates.",
"sources": [{ "title": "openai/evals — framework for evaluating LLMs and LLM systems" }]
}
]
}Note what travels with the answer: the evidence tier, a confidence, the date it was last verified, and the source behind the claim — not as prose an agent has to parse, but as fields it can act on. An agent can decline to use a weak claim, or cite the primary source directly.
When the corpus cannot answer, answered is false. It does not
improvise, and the miss is recorded so the gap can be filled.
Machine-readable surfaces
The MCP endpoint is one of several. The same corpus is served as plain files an agent can read directly:
surface | what it is |
the index, as | |
the whole corpus in one file | |
every surface this instance publishes, with its content type | |
one JSON document per knowledge object | |
the source registry, in full | |
this server's manifest |
Each knowledge object has a human page and a machine twin at the same id, with a canonical URL that agrees across all of them.
Behaviour worth knowing before you integrate
POSTonly. Every other method answers405with anAllow: POST, OPTIONSheader.Rate limit: 120 requests per minute per client, counted in a shared store, published on every response as
RateLimit-Limit,RateLimit-RemainingandRateLimit-Reset(all three exposed via CORS). It fails open: if the store is unreachable the request is served.Malformed input gets a spec-correct JSON-RPC error —
-32700for unparseable bodies,-32602for an unknown tool — never an HTML error page.Request bodies are capped and validated before transport.
Privacy
No accounts, no cookies, no ads. Usage is measured in aggregate with daily-rotating hashed identifiers and a 200-day retention; raw IPs are never stored. Full policy: PRIVACY.md.
Provenance and licence
Knowledge content is CC-BY-4.0: use it, cite it. The source registry is
public precisely so a claim can be checked rather than trusted —
get_sources returns what any given claim rests on.
Claims carry an evidence tier and a last_verified date. Where the
evidence is weaker, the object says so rather than rounding up.
How it is built
Compiled and served by Citarium, an open-source framework for turning a knowledge graph into a website, an API, an MCP server and agent-readable files from a single source — under external evaluation, with the guardians and the falsification record in the open.
This repository is the server's public face: its manifest and its documentation. The corpus itself lives at agentreliability.dev.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceTrust, identity, and reputation infrastructure for AI agents. Register agents with W3C DID (Ed25519), check EigenTrust reputation scores, submit peer attestations, search agents by capability, and verify IPFS-anchored audit trails. 11 tools.2014MIT
- AlicenseAqualityBmaintenanceSearch 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Free, no API key required.62371MIT

Openchainbenchofficial
AlicenseNot gradedqualityAmaintenanceLive, reproducible crypto infrastructure benchmarks for AI agents: RPC latency, bridge fees, L1 finality, gas oracle accuracy, stablecoin pegs. Three tools (list_benchmarks, get_benchmark,query_prom), no API key, CC-BY-4.0 data.5MIT- AlicenseNot gradedqualityCmaintenanceProvides AI agents with honest benchmark rankings (Agentic Memory Index and Agentic Search Index) for AI tools, plus graded checks and telemetry for x402 endpoints.MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/citarium/agentreliability-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server