Provides trust and reputation tools for AI agent wallets within the x402 payment ecosystem, enabling wallet reputation checks and real-time assessments for agent-to-agent transactions.
Allows browsing and interaction with agents registered under the ERC-8004 standard, facilitating ecosystem-level statistics and trust verification on the Ethereum network.
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., "@AgentScorecheck the reputation of wallet 0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
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-score/mcp
Model Context Protocol server for AgentScore — trust and reputation tools for AI agent wallets in the x402 payment ecosystem and ERC-8004 agent registry.
Tools
Tool | Tier | Description |
| Free | Cached trust reputation lookup |
| Paid | On-the-fly assessment with allow/deny decision |
| Free | Browse registered ERC-8004 agents |
| Free | Ecosystem-level statistics |
Setup
Get an API key at agentscore.sh/sign-up.
Claude Code
claude mcp add agentscore -e AGENTSCORE_API_KEY=ask_... -- npx -y @agent-score/mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": ["-y", "@agent-score/mcp"],
"env": {
"AGENTSCORE_API_KEY": "ask_..."
}
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": ["-y", "@agent-score/mcp"],
"env": {
"AGENTSCORE_API_KEY": "ask_..."
}
}
}
}Configuration
Variable | Required | Default | Description |
| Yes | — | API key from agentscore.sh |
| No |
| API base URL override |
Documentation
License
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.