Qatar Payments Mcp

by junter1989k-ai

281 downloads
Not rated
GitHub Website

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Qatar Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.