AgentScore
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.
Tools
Tool | Tier | Description |
| Free | Cached trust reputation lookup |
| Paid | On-the-fly assessment with allow/deny decision |
| Free | Browse registered 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=as_live_... -- npx -y @agent-score/mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": ["-y", "@agent-score/mcp"],
"env": {
"AGENTSCORE_API_KEY": "as_live_..."
}
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": ["-y", "@agent-score/mcp"],
"env": {
"AGENTSCORE_API_KEY": "as_live_..."
}
}
}
}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.
Latest Blog Posts
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/agentscore/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server