MCP Hub
Back to servers

AgentScore

Provides trust and reputation tools for AI agent wallets within the x402 payment ecosystem and ERC-8004 agent registry. It enables users to perform wallet reputation lookups, real-time risk assessments, and browse registered agents.

glama
Updated
Mar 20, 2026

@agent-score/mcp

npm version License: MIT

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

ToolTierDescription
check_wallet_reputationFreeCached trust reputation lookup
assess_walletPaidOn-the-fly assessment with allow/deny decision
browse_agentsFreeBrowse registered ERC-8004 agents
get_ecosystem_statsFreeEcosystem-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/mcp

Cursor

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

VariableRequiredDefaultDescription
AGENTSCORE_API_KEYYesAPI key from agentscore.sh
AGENTSCORE_BASE_URLNohttps://api.agentscore.shAPI base URL override

Documentation

License

MIT

Reviews

No reviews yet

Sign in to write a review