Skip to main content
Glama
theYahia

tabby-mcp

by theYahia

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)

Tool

Description

create_session

Create a BNPL checkout session

get_session

Get session details

create_payment

Create a payment from session

get_payment

Get payment details

capture

Capture authorized payment

refund

Refund captured payment

void

Void authorized payment

list_payments

List payments with filters

Related MCP server: io.github.stucchi/telnyx

Quick Start

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

Environment Variables

Variable

Required

Description

TABBY_SECRET_KEY

Yes

Secret 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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables interaction with the Conekta payment API to manage orders, customers, subscriptions, and financial transactions. It provides a comprehensive suite of tools for core payment operations like processing refunds, creating checkouts, and monitoring account balances.
    Last updated
    32
    2
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with Razorpay payment gateway through natural language, allowing users to fetch payments, manage orders, issue refunds, and list settlements.
    Last updated
    12
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/tabby-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server