Oman Payments Mcp

by junter1989k-ai

297 downloads
Not rated
GitHub Website

About

Oman Payments MCP is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Oman using Tap Payments’ hosted checkout. It supports cards, Apple Pay, and other methods enabled on the merchant’s Tap account. The server is a stateless…

Details

Author
junter1989k-ai
Downloads
297

- Stateless translation layer with no database.
- Never holds funds or stores credentials.
- Supports OMR (Omani Rial) payments via Tap Payments.
- Provides a hosted checkout link for card/Apple Pay.
- Pull-based payment status check (paid=true when complete).
- Remote MCP server with Streamable HTTP transport.

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 Oman 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 any MCP client to the endpoint https://mcp-om.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC). Set the HTTP header x-tap-secret-key to your Tap Payments secret key (test keys start with sk_test_, live keys with sk_live_). Use the provided tools: create_payment_link to generate an OMR hosted-checkout link, and query_payment_status to check if a payment is paid.

Claude Desktop / Cursor

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

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

McpServers

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