theYahia/tabby-mcp
MCP server for Tabby — BNPL, installment payments (UAE/Saudi/Kuwait)
Platform-specific configuration:
{
"mcpServers": {
"tabby-mcp": {
"command": "npx",
"args": [
"-y",
"tabby-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Tabby BNPL (Buy Now Pay Later) platform (UAE/Saudi/Kuwait/Bahrain). Manage checkout sessions, payments, captures, refunds, and voids.
| 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 |
{
"mcpServers": {
"tabby": {
"command": "npx",
"args": ["-y", "@theyahia/tabby-mcp"],
"env": {
"TABBY_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | TABBY_SECRET_KEY | Yes | Secret API key from Tabby dashboard |
MIT
Loading reviews...