概览
What is Qatar Payments Mcp?
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 Payments to merchant without storing credentials or holding funds.
How to use Qatar Payments Mcp?
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.
Key features of Qatar Payments Mcp
- 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=truewhen payment completes). - Two tools:
create_payment_linkandquery_payment_status. - Zero runtime dependencies; Node ≥18 required.
Use cases of Qatar Payments Mcp
- An AI assistant sells digital products in QAR and generates checkout links.
- A customer‑support bot creates payment links for service fees.
- An e‑commerce agent hosted outside Qatar collects payments through Tap Payments.
- A Cursor‑based dev tool creates test payments using Tap’s free
sk_test_keys.
FAQ from Qatar Payments Mcp
What is the MCP endpoint for Qatar Payments Mcp?
The endpoint is https://mcp-qa.wishpool.app/mcp using Streamable HTTP and stateless JSON‑RPC.
How do I authenticate with this server?
Pass your Tap Payments secret key in the HTTP header x-tap-secret-key. Free test keys (sk_test_) are available from Tap’s business portal.
Does Qatar Payments Mcp store payment credentials or funds?
No. It is a stateless translation layer – funds always flow directly from the buyer to Tap Payments to the merchant. No database is used and no credentials or funds are held by the server.
What runtime environment is required?
Node.js version 18 or higher. The server has zero runtime dependencies.
What payment methods can I accept?
Cards, Apple Pay, and Google Pay – whatever is enabled on your Tap Payments account.