← Back to Plugins
MCP Server MCP

io.github.bch1212/agenttrust

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "agenttrust-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for write operations. Reads are public. Free tier: 100 writes/day.",
          "isSecret": true,
          "name": "AGENTTRUST_API_KEY"
        },
        {
          "description": "Override the API base URL for self-hosted deployments.",
          "default": "https://agenttrust-mcp-production.up.railway.app",
          "name": "AGENTTRUST_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...