Ghana Payments Mcp

by junter1989k-ai

267 downloads
Not rated
GitHub Website

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

- 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:

  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 Ghana 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

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"
    }
}
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.