Pakistan Payments Mcp
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
Jump to
- 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:
- 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
Pakistan 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-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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


