Skip to content
Cline

agentic-pay for Cline

io.github.shieldcubed/agentic-pay

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

client:Cline transport:stdio runtime:npm

Install agentic-pay in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agentic-pay in other clients