← Index

io.github.bch1212/agenttrust

io.github.bch1212/agenttrust·v0.1.0·Other
Quality Score
85
/100

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agenttrust": {
      "command": "npx",
      "args": [
        "-y",
        "agenttrust-mcp"
      ],
      "env": {
        "AGENTTRUST_API_KEY": "<your-agenttrust_api_key>",
        "AGENTTRUST_API_BASE": "https://agenttrust-mcp-production.up.railway.app"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agenttrust": {
      "command": "npx",
      "args": [
        "-y",
        "agenttrust-mcp"
      ],
      "env": {
        "AGENTTRUST_API_KEY": "<your-agenttrust_api_key>",
        "AGENTTRUST_API_BASE": "https://agenttrust-mcp-production.up.railway.app"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agenttrust-mcp
§02  Environment variables
AGENTTRUST_API_KEY
secret

API key for write operations. Reads are public. Free tier: 100 writes/day.

AGENTTRUST_API_BASE

Override the API base URL for self-hosted deployments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other