Overview
The AgentScore MCP (Model Context Protocol) server exposes trust lookups as tools that AI agents and assistants can call directly. This lets agents check wallet reputation before transacting, without custom API integration code.Installation
Configuration
Add AgentScore to your MCP client configuration (e.g., Claude Desktop, Cursor, or any MCP-compatible host):Available tools
agentscore_reputation
Look up a wallet’s trust score and reputation.
Parameters:
address(string, required) — EVM wallet addressmin_grade(string, optional) — Minimum grade for the decisionmin_transactions(number, optional) — Minimum transaction count
“Check the reputation of 0xdb5aa553feeb2c3e3d03e8360b36fb0f7e480671 with a minimum grade of B”Returns:
agentscore_batch
Score multiple wallets at once.
Parameters:
addresses(string[], required) — Array of EVM wallet addresses (max 100)min_grade(string, optional) — Minimum grade thresholdmin_transactions(number, optional) — Minimum transaction count