← Index

io.github.up2itnow0822/agentpay

io.github.up2itnow0822/agentpay·v3.1.0·Finance & Payments
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "agentpay-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<your-agent_private_key>",
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "agentpay-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<your-agent_private_key>",
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentpay-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