airpay-mcp-server

airpay/airpay-mcp-server
★ 0 stars Go 🤖 AI/LLM Updated 1d ago
Airpay MCP Server — Integrate Airpay payment gateway with AI assistants using Model Context Protocol. Enable LLMs like Claude & GPT to process payments, query transactions, and automate fintech workflows. Built for developers building AI-powered payment experiences.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "airpay-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/airpay/airpay-mcp-server@latest"
      ]
    }
  }
}