theYahia/bepaid-mcp
MCP server for bePaid — payment gateway, tokenization (Belarus)
Platform-specific configuration:
{
"mcpServers": {
"bepaid-mcp": {
"command": "npx",
"args": [
"-y",
"bepaid-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for bePaid payment gateway (Belarus). Supports payments, captures, voids, refunds, card tokenization, and subscriptions via HTTP Basic auth.
| Tool | Description | |---|---| | create_payment | Create a payment checkout | | get_payment | Get transaction details by UID | | capture_payment | Capture an authorized payment | | void_payment | Void an authorized payment | | refund_payment | Refund a captured payment | | tokenize_card | Create card tokenization checkout | | charge_token | Charge a tokenized card | | create_subscription | Create a recurring subscription |
{
"mcpServers": {
"bepaid": {
"command": "npx",
"args": ["-y", "@theyahia/bepaid-mcp"],
"env": {
"BEPAID_SHOP_ID": "<YOUR_SHOP_ID>",
"BEPAID_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | BEPAID_SHOP_ID | Yes | Shop ID from bePaid dashboard | | BEPAID_SECRET_KEY | Yes | Secret key from bePaid dashboard |
MIT
Loading reviews...