Jordan Payments Mcp

by junter1989k-ai

259 downloads
Not rated
GitHub Website

About

A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Jordan via Tap Payments’s hosted checkout. It acts as a stateless translation layer between the AI agent and Tap Payments — funds flow directly from buyer to merchant, and no credentials…

Details

Author
junter1989k-ai
Downloads
259

- Stateless – no database, never holds funds or stores credentials.
- Supports cards, Apple Pay, and any method enabled on the merchant’s Tap account.
- Two tools: create_payment_link and query_payment_status.
- Uses Streamable HTTP transport with stateless JSON‑RPC.
- Node.js ≥ 18, zero runtime dependencies, MIT license.
- Part of a 71‑country family of payment MCP servers.

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

Configure your MCP client with the endpoint https://mcp-jo.wishpool.app/mcp and add the HTTP header x-tap-secret-key with your Tap Payments secret key (free test keys from businesses.tap.company). Then invoke the create_payment_link tool to generate a JOD hosted-checkout link, or use query_payment_status to check whether a payment has been completed.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jordan payments mcp": {
            "jordan-payments": {
                "type": "http",
                "url": "https://mcp-jo.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "jordan-payments": {
        "type": "http",
        "url": "https://mcp-jo.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.