← Index

io.github.agntor/trust

io.github.agntor/trust·v0.1.0·Finance & Payments
Quality Score
77
/100

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "trust": {
      "command": "npx",
      "args": [
        "-y",
        "@agntor/mcp"
      ],
      "env": {
        "AGNTOR_API_KEY": "<your-agntor_api_key>",
        "AGNTOR_SECRET_KEY": "<your-agntor_secret_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "trust": {
      "command": "npx",
      "args": [
        "-y",
        "@agntor/mcp"
      ],
      "env": {
        "AGNTOR_API_KEY": "<your-agntor_api_key>",
        "AGNTOR_SECRET_KEY": "<your-agntor_secret_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agntor/mcp
§02  Environment variables
AGNTOR_API_KEY
secret

API key for Agntor backend calls (get one at app.agntor.com)

AGNTOR_SECRET_KEY
secret

JWT signing key for audit ticket generation

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments