MCP Hub
Back to servers

@theyahia/tap-payments-mcp

MCP server for Tap Payments — payment gateway, multi-country (UAE/Saudi/Kuwait)

npm260/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/tap-payments-mcp

tap-payments-mcp

MCP server for Tap Payments gateway (UAE/Saudi/Kuwait/Bahrain). Supports charges, refunds, customers, and invoices via Bearer token auth.

Tools (8)

ToolDescription
create_chargeCreate a payment charge
get_chargeGet charge details by ID
list_chargesList charges with filters
create_refundRefund a captured charge
get_refundGet refund details
create_customerCreate a customer profile
create_invoiceCreate a payment invoice
list_invoicesList invoices with filters

Quick Start

{
  "mcpServers": {
    "tap-payments": {
      "command": "npx",
      "args": ["-y", "@theyahia/tap-payments-mcp"],
      "env": {
        "TAP_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
TAP_SECRET_KEYYesSecret API key from Tap dashboard

Demo Prompts

  • "Create a charge of 100 AED for a coffee subscription"
  • "Check status of charge chg_abc123"
  • "List all captured charges"
  • "Refund 50 AED from charge chg_xyz789"
  • "Create a customer profile for Ali with email ali@example.com"

License

MIT

Reviews

No reviews yet

Sign in to write a review