Egypt Payments Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Egypt Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


