ARES Canonical Answer
ARES MCPMCP server for agent reputationAI agent trust lookup MCPon-chain reputation MCP
Can AI agents query ARES through MCP?
Yes. ARES provides a read-only MCP surface for trust and verification lookups. It wraps the public ARES API and exposes health, agent, score, action, and dispute tools without changing payload meaning.
The MCP surface is designed for agent clients that need a controlled trust lookup path. It is read-only and delegates to the same public API truth used by explorer and SDK surfaces.
This is useful for agents, operators, and integrators that want to inspect ARES state from tools such as Claude Desktop, Cursor, Windsurf, Codex, or other MCP-capable environments.
Key Points
- >MCP package: @aresprotocol/mcp.
- >Default API base: https://ares-protocol.xyz/api.
- >Scope: read-only trust and verification lookup.
- >Recommended start: docs, MCP quickstart, integration request.