← Back to Plugins
MCP Server MCP

ClawPay MCP — Non-Custodial x402 Payments for AI Agents

github By github 👁 1 views ▲ 0 votes

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "clawpay-mcp",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for the agent wallet (hex, without 0x prefix)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENT_PRIVATE_KEY"
        },
        {
          "description": "Base RPC URL (defaults to public Base mainnet)",
          "format": "string",
          "name": "BASE_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...