Egypt Payments Mcp

by junter1989k-ai

265 downloads
Not rated
GitHub

About

Egypt Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Egypt via Paymob's hosted checkout. It supports cards and mobile wallets such as Vodafone Cash. It acts as a stateless translation layer—never holding funds or…

Details

Author
junter1989k-ai
Downloads
265

- Creates EGP hosted-checkout payment links
- Pull-based payment status checking (paid=true when PAID)
- Stateless: no database, never stores credentials or funds
- Works with any MCP-compatible AI agent
- Supports test mode that never moves real money
- 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 Egypt 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

Add the MCP endpoint https://mcp-eg.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC) to your AI agent, providing your Paymob API key in the x-paymob-api-key header (optionally set x-paymob-mode to test). Use the tools create_payment_link and query_payment_status to initiate and check payments.

create_payment_link

Create a payment link in EGP for Egypt via Paymob. Buyer pays with cards, mobile wallets (Vodafone Cash and others) via Paymob. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-paymob-api-key; free test credentials from accept.paymob.com never move real money). Money always flows buyer→Paymob→merchant; this service never touches funds.

query_payment_status

Check whether a Egypt payment (created by create_payment_link) has been paid. Queries Paymob directly — pull-based, no webhook needed. paid=true when status is PAID.

Claude Desktop / Cursor

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

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

McpServers

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