Ghana Payments Mcp
About
Ghana Payments Mcp is a remote MCP server that allows AI agents (Claude, ChatGPT, Cursor, etc.) to accept payments in Ghana via Paystack's hosted checkout. It supports MTN Mobile Money, cards, and other Paystack methods. It is a stateless translation layer: funds flow directly…
Details
- Author
- junter1989k-ai
- Downloads
- 267
Jump to
- Accept Ghanaian payments via MTN Mobile Money and cards
- Stateless: no database, no credential storage
- Remote Streamable HTTP server (no local installation required)
- Two tools: create payment link and query status
- Part of a 30‑country family of MCP servers
- Zero runtime dependencies; Node ≥ 18 only for 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
Ghana 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
Configure your MCP client with the endpoint https://mcp-gh.wishpool.app/mcp and include the header x-paystack-secret-key set to your Paystack secret key (sk_test_ for test mode, sk_live_ for production). Use the tools create_payment_link to generate a GHS checkout link and query_payment_status to check payment status.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ghana payments mcp": {
"ghana-payments": {
"type": "http",
"url": "https://mcp-gh.wishpool.app/mcp"
}
}
}
}
McpServers
{
"ghana-payments": {
"type": "http",
"url": "https://mcp-gh.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.


