← Back to Plugins
MCP Server MCP

AuthProof

github By github 👁 1 views ▲ 0 votes

Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.

Homepage Verified source GitHub

Install

npx -y @authproof/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@authproof/mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AuthProof server URL",
          "name": "AUTHPROOF_SERVER"
        },
        {
          "description": "Agent wallet private key (hex)",
          "name": "AGENT_PRIVATE_KEY"
        },
        {
          "description": "Chain ID for signing",
          "name": "AUTHPROOF_CHAIN_ID"
        },
        {
          "description": "RPC URL for auto-payment",
          "name": "AUTHPROOF_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...