MCP Hub
Back to servers

@theyahia/tabby-mcp

MCP server for Tabby — buy now pay later, installments (UAE/Saudi)

npm270/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/tabby-mcp

tabby-mcp

MCP server for Tabby BNPL (Buy Now Pay Later) platform (UAE/Saudi/Kuwait/Bahrain). Manage checkout sessions, payments, captures, refunds, and voids.

Tools (8)

ToolDescription
create_sessionCreate a BNPL checkout session
get_sessionGet session details
create_paymentCreate a payment from session
get_paymentGet payment details
captureCapture authorized payment
refundRefund captured payment
voidVoid authorized payment
list_paymentsList payments with filters

Quick Start

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

Environment Variables

VariableRequiredDescription
TABBY_SECRET_KEYYesSecret API key from Tabby dashboard

Demo Prompts

  • "Create a Tabby checkout session for 500 AED"
  • "Check session sess_abc123 status"
  • "Capture payment pay_xyz789"
  • "Refund 200 AED from payment pay_xyz789"
  • "List all authorized payments"

License

MIT

Reviews

No reviews yet

Sign in to write a review