← Index

ClawPay MCP — Non-Custodial x402 Payments for AI Agents

io.github.up2itnow0822/clawpay-mcp·v1.2.0·Finance & Payments
Quality Score
88
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clawpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "clawpay-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<your-agent_private_key>",
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clawpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "clawpay-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<your-agent_private_key>",
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y clawpay-mcp
§02  Environment variables
AGENT_PRIVATE_KEY
requiredsecret

Private key for the agent wallet (hex, without 0x prefix)

BASE_RPC_URL

Base RPC URL (defaults to public Base mainnet)

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