loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp

MCP Tool

agentscore/mcp

MCP server for AgentScore trust and reputation tools

Install

$ npx loaditout add agentscore/mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@agent-score/mcp

[](https://www.npmjs.com/package/@agent-score/mcp) [](LICENSE)

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 | |------|------|-------------| | check_wallet_reputation | Free | Cached trust reputation lookup | | assess_wallet | Paid | On-the-fly assessment with allow/deny decision | | browse_agents | Free | Browse registered ERC-8004 agents | | get_ecosystem_stats | 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/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

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | AGENTSCORE_API_KEY | Yes | — | API key from agentscore.sh | | AGENTSCORE_BASE_URL | No | https://api.agentscore.sh | API base URL override |

Documentation
  • API Reference
  • MCP Specification
  • [ERC-8004 Standard](https://eips.ethereum.org/EIPS/

Tags

agentscoreai-agentclaudeerc-8004mcpmodel-context-protocolreputationtrustx402

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated28 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/20/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/agentscore/mcp)](https://loaditout.ai/skills/agentscore/mcp)