← All servers

AgnicPay

io.github.agnicpay-prog/agnicpay v1.0.3
Official Registry git finance

X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over sse

Run in your terminal
claude mcp add agnicpay --transport sse https://mcp.agnic.ai/sse
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "agnicpay": {
      "url": "https://mcp.agnic.ai/sse"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agnicpay": {
      "serverUrl": "https://mcp.agnic.ai/sse"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "agnicpay": {
      "type": "sse",
      "url": "https://mcp.agnic.ai/sse"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "agnicpay": {
      "url": "https://mcp.agnic.ai/sse"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "agnicpay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.agnic.ai/sse"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
sse https://mcp.agnic.ai/sse none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.agnicpay-prog--agnicpay/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent