← Back to Plugins
MCP Server MCP

Attest

github By github 👁 1 views ▲ 0 votes

Scan agent payment endpoints (x402, AP2, L402, MPP, 402) for a trust grade A-F before paying.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://attestagent.org/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "attest-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the Attest API base URL. Defaults to https://attestagent.org. Only needed for self-hosting or testing.",
          "name": "ATTEST_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...