← Index

io.github.up2itnow0822/clawpay

io.github.up2itnow0822/clawpay·v3.0.1·Finance & Payments
Quality Score
84
/100

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clawpay": {
      "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": {
      "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 string)

BASE_RPC_URL

Base RPC URL for on-chain operations

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