Skip to main content
Glama

@agent-score/mcp

npm version License: MIT

Model Context Protocol server for AgentScore trust and reputation tools.

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 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=as_live_... -- npx -y @agent-score/mcp

Cursor

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

AGENTSCORE_API_KEY

Yes

---

API key from agentscore.sh

AGENTSCORE_BASE_URL

No

https://api.agentscore.sh

API base URL override

Documentation

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

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.

View all MCP Connectors

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