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.
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Reputation oracle for AI agents on Base: SAFE/CAUTION/BLOCK + 0-100 score before you pay. x402+MCP
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
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/agentscore/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server