Skip to content
Claude Desktop

agentic-pay for Claude Desktop

io.github.shieldcubed/agentic-pay

Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.

client:Claude Desktop transport:stdio runtime:npm

Install agentic-pay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentic-pay": {
      "command": "npx",
      "args": [
        "-y",
        "@shieldcubed/agentic-pay"
      ],
      "env": {
        "AGENTIC_PAY_AGENT_ID": "<AGENTIC_PAY_AGENT_ID>",
        "AGENTIC_PAY_CONFIG": "<AGENTIC_PAY_CONFIG>",
        "BTC_WIF": "<BTC_WIF>",
        "ETH_RPC_URL": "<ETH_RPC_URL>",
        "ETH_PRIVATE_KEY": "<ETH_PRIVATE_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentic-pay in other clients