Bahrain Payments Mcp
About
Bahrain Payments MCP is a remote MCP server that enables AI agents (Claude, ChatGPT, Cursor, etc.) to accept payments in Bahrain via Tap Payments’ hosted checkout. It supports Benefit (Bahraini debit network), cards, Apple Pay, and other methods enabled on the Tap account. The…
Details
- Author
- junter1989k-ai
- Downloads
- 304
Jump to
- Accept payments via Benefit, cards, Apple Pay, and more.
- Stateless translation layer – no database, never holds funds.
- Provides two tools: create payment link and query payment status.
- Works with any AI agent supporting MCP (Claude, ChatGPT, Cursor).
- Part of a 71-country family of payment MCP servers.
- MIT licensed, zero runtime dependencies, Node ≥ 18.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bahrain Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To use the server, connect your AI agent to the MCP endpoint https://mcp-bh.wishpool.app/mcp and pass your Tap Payments secret key in the x-tap-secret-key header (free sk_test_ keys from businesses.tap.company; production uses sk_live_). Two tools are available: create_payment_link to generate a BHD hosted-checkout link and query_payment_status to pull-check if a payment has been marked paid. For local development, run node test/serve.js (server on port 3272) and node test/e2e.js for protocol validation.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bahrain payments mcp": {
"bahrain-payments": {
"type": "http",
"url": "https://mcp-bh.wishpool.app/mcp"
}
}
}
}
McpServers
{
"bahrain-payments": {
"type": "http",
"url": "https://mcp-bh.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


