South Africa Payments Mcp
About
South Africa Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor) accept payments in South Africa via Paystack’s hosted checkout. It acts as a stateless translation layer: funds flow directly from buyer to Paystack to the merchant, never holding…
Details
- Author
- junter1989k-ai
- Downloads
- 261
Jump to
- Accept cards, instant EFT, and other South African payment methods via Paystack.
- Stateless: no database, no stored credentials, no held funds.
- Remote server with Streamable HTTP transport.
- Two tools: create_payment_link and query_payment_status.
- Part of a 30-country MCP family, hub at mcp.wishpool.app.
- Zero runtime dependencies; Node ≥ 18 required for local development.
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
South Africa 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
Connect your AI agent to the endpoint https://mcp-za.wishpool.app/mcp (Streamable HTTP) and set the HTTP header x-paystack-secret-key to your Paystack secret key (sk_test_ for test mode, sk_live_ for production). Use the tools create_payment_link to generate a ZAR hosted-checkout link and query_payment_status to check if a payment is completed.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"south africa payments mcp": {
"south-africa-payments": {
"type": "http",
"url": "https://mcp-za.wishpool.app/mcp"
}
}
}
}
McpServers
{
"south-africa-payments": {
"type": "http",
"url": "https://mcp-za.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.


