Pakistan Payments Mcp

by junter1989k-ai

243 downloads
Not rated
GitHub

About

A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Pakistan through Safepay's hosted checkout. It supports cards and local payment methods and is part of a 50-country family hosted at mcp.wishpool.app.

Details

Author
junter1989k-ai
Downloads
243

- Stateless translation layer — no database, never stores credentials.
- Funds flow directly from buyer to merchant via Safepay.
- Two tools: create payment links and query payment status.
- Sandbox mode via x-safepay-mode: sandbox header.
- Zero runtime dependencies, Node ≥ 18, MIT license.

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 Pakistan 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-pk.wishpool.app/mcp to your AI agent, sending the required header x-safepay-public-key (from your Safepay dashboard) and optionally x-safepay-mode: sandbox for test mode. The server exposes two tools: create_payment_link to generate a PKR checkout link and query_payment_status to check if a payment has been completed.

Claude Desktop / Cursor

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

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

McpServers

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