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

mcp-agenttrust

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-agenttrust

AgentTrust MCP Server — verify AI agent and MCP server quality from your IDE

pipPyPI
Version
0.1.2
Weekly downloads
96
Maintainers
1

mcp-agenttrust

MCP server for AI agent and MCP server quality verification.

Evaluate any MCP server's competency before trusting it with real tasks or payments. Uses challenge-response testing across 6 quality dimensions with LLM judge consensus.

Install

pip install mcp-agenttrust

Usage

With Claude Desktop / Cursor / Windsurf

Add to your MCP client config:

{
  "mcpServers": {
    "agenttrust": {
      "command": "mcp-agenttrust",
      "env": {
        "AGENTTRUST_API_URL": "http://localhost:8002",
        "AGENTTRUST_API_KEY": "your-api-key"
      }
    }
  }
}

Standalone

export AGENTTRUST_API_URL=http://localhost:8002
mcp-agenttrust

Tools

ToolDescription
check_quality(server_url)Full evaluation with LLM judge scoring
get_score(target_id)Lookup cached quality score
verify_attestation(attestation_id)Verify AQVC quality credential
list_scores(domain, min_score)Search evaluated servers

Requirements

Requires a running AgentTrust API instance (the MCP server proxies requests to it).

License

MIT

Keywords

mcp

FAQs

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