Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Paytabs

FreeNot checked

MCP server for PayTabs payment gateway (MENA region). Enables payment page creation, transaction management, refunds, voids, tokenization, and payment method di

GitHubEmbed

About

MCP server for PayTabs payment gateway (MENA region). Enables payment page creation, transaction management, refunds, voids, tokenization, and payment method discovery.

README

MCP server for PayTabs payment gateway (MENA region). Supports payment pages, transactions, refunds, voids, tokenization, and payment method discovery.

Tools (8)

Tool Description
create_payment_page Create a hosted payment page
query_transaction Query transaction details
refund_transaction Refund a completed transaction
create_token Tokenize a card for recurring payments
charge_token Charge a saved card token
list_transactions List transactions by date range
void_transaction Void a pending transaction
get_payment_methods Get available payment methods

Quick Start

{
  "mcpServers": {
    "paytabs": {
      "command": "npx",
      "args": ["-y", "@theyahia/paytabs-mcp"],
      "env": {
        "PAYTABS_PROFILE_ID": "<YOUR_PROFILE_ID>",
        "PAYTABS_SERVER_KEY": "<YOUR_SERVER_KEY>"
      }
    }
  }
}

Environment Variables

Variable Required Description
PAYTABS_PROFILE_ID Yes Merchant profile ID
PAYTABS_SERVER_KEY Yes Server key from PayTabs dashboard

Demo Prompts

  • "Create a payment page for 500 SAR for electronics order"
  • "Check status of transaction TST2026040112345"
  • "Refund 200 SAR from transaction TST2026040112345"
  • "Void pending transaction TST2026040198765"
  • "What payment methods are available for AED?"

License

MIT

from github.com/theYahia/paytabs-mcp

Install Paytabs in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install paytabs-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add paytabs-mcp -- npx -y @theyahia/paytabs-mcp

FAQ

Is Paytabs MCP free?

Yes, Paytabs MCP is free — one-click install via Unyly at no cost.

Does Paytabs need an API key?

No, Paytabs runs without API keys or environment variables.

Is Paytabs hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Paytabs in Claude Desktop, Claude Code or Cursor?

Open Paytabs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Paytabs with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs