Qatar Payments Mcp
About
Qatar Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor) accept payments in Qatar via Tap Payments' hosted checkout. It supports cards, Apple Pay, and Google Pay and serves as a stateless translation layer—funds flow directly from buyer to Tap…
Details
- Author
- junter1989k-ai
- Downloads
- 281
Jump to
- Lets AI agents accept payments in Qatar using Tap Payments.
- Supports cards, Apple Pay, and Google Pay via Tap’s checkout.
- Stateless translation layer – never holds funds or stores credentials.
- Pull‑based payment status check (paid=true when payment completes).
- Two tools: create_payment_link and query_payment_status.
- Zero runtime dependencies; Node ≥18 required.
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
Qatar 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
Connect to the endpoint https://mcp-qa.wishpool.app/mcp using Streamable HTTP. Pass your Tap Payments secret key in the x-tap-secret-key header. Use the create_payment_link tool to generate a QAR hosted-checkout link and query_payment_status to check if a payment has been completed.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"qatar payments mcp": {
"qatar-payments": {
"type": "http",
"url": "https://mcp-qa.wishpool.app/mcp"
}
}
}
}
McpServers
{
"qatar-payments": {
"type": "http",
"url": "https://mcp-qa.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.


