Back to MCP Servers

Server Agentpay

Payment gateway for autonomous AI agents. Single gateway key for tool discovery, auto-provisioning, and pay-per-call metering. Supports Stripe and x402 USDC for fully autonomous wallet funding.

finance-fintechaiagent

Installation

npx -y mcp-server-agentpay

Configuration

{
  "mcpServers": {
    "mcp-server-agentpay": {
      "command": "npx",
      "args": ["-y", "mcp-server-agentpay"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub