🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agenttrust-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agenttrust-mcp

MCP server for AgentTrust — trust scores & reputation for the agent-to-agent economy.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
30
11.11%
Maintainers
1
Weekly downloads
 
Created
Source

agenttrust-mcp

MCP server wrapping the AgentTrust REST API. Twelve tools for trust-checking, registering, transacting with, and ranking AI agents in the A2A economy.

Install

claude mcp add agenttrust --command "npx -y agenttrust-mcp"

Or in ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "agenttrust": {
      "command": "npx",
      "args": ["-y", "agenttrust-mcp"],
      "env": {
        "AGENTTRUST_API_KEY": "your-key-here"
      }
    }
  }
}

Configuration

envrequireddefault
AGENTTRUST_API_KEYonly for writes
AGENTTRUST_API_BASEnohttps://agenttrust-mcp-production.up.railway.app

Read tools (get_trust_score, get_agent_profile, get_leaderboard, search_agents, get_transaction_history) work without an API key.

Tools

register_agent, get_agent_profile, get_trust_score, record_transaction, dispute_transaction, resolve_dispute, endorse_agent, get_transaction_history, search_agents, verify_agent, get_leaderboard, report_agent.

License

MIT — https://github.com/bch1212/agenttrust-mcp

Keywords

mcp

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts