Zambia Payments Mcp

by junter1989k-ai

291 downloads
Not rated
GitHub Website

Description

<!-- mcp-name: app.wishpool/zambia-payments-mcp --> # Zambia Payments MCP — let AI agents accept payments in Zambia > **Live** · MCP endpoint: `https://mcp-zm.wishpool.app/mcp` · Listed on the [official MCP…

About

<!-- mcp-name: app.wishpool/zambia-payments-mcp --> # Zambia Payments MCP — let AI agents accept payments in Zambia > **Live** · MCP endpoint: `https://mcp-zm.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as…

Details

Author
junter1989k-ai
Downloads
291

- Accept payments via MTN Mobile Money, Airtel Money, and cards.
- Uses Flutterwave’s hosted checkout for PCI-compliant payments.
- Stateless—never stores funds, credentials, or a database.
- Supports test mode with FLWSECK_TEST- secret keys.
- Remote MCP server accessible over Streamable HTTP.
- Part of a 71‑country family of payment MCP servers.

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

Point your MCP client to the endpoint https://mcp-zm.wishpool.app/mcp and supply your Flutterwave secret key in the x-flutterwave-secret-key header (use FLWSECK_TEST- for test mode, FLWSECK- for production). Two tools are available: create_payment_link (creates a ZMW hosted-checkout link) and query_payment_status (returns paid status via paid=true).

Claude Desktop / Cursor

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

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

McpServers

{
    "zambia-payments": {
        "type": "http",
        "url": "https://mcp-zm.wishpool.app/mcp"
    }
}

Zambia Payments MCP — let AI agents accept payments in Zambia

> Live · MCP endpoint: https://mcp-zm.wishpool.app/mcp · Listed on the official MCP Registry as app.wishpool/zambia-payments-mcp · Part of a 71-country family — hub: mcp.wishpool.app

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Zambia: MTN Mobile Money, Airtel Money, cards — via Flutterwave — via Flutterwave's hosted checkout.

> ⚖️ Stateless translation layer: funds always flow buyer → Flutterwave → merchant directly. Never holds funds or stores credentials — no database at all.

Quick start

MCP endpoint: https://mcp-zm.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)

| Header | Value |
|---|---|
| x-flutterwave-secret-key | your Flutterwave secret key (FLWSECK_TEST- = test mode from dashboard.flutterwave.com, FLWSECK- = production) |

Tools

| Tool | What it does |
|---|---|
| create_payment_link | Create a ZMW hosted-checkout link. |
| query_payment_status | Pull-based status check; paid=true when PAID. |

Develop

node test/serve.js      # local server (http://localhost:3279/mcp)
node test/e2e.js        # protocol + validation suite (probes real Flutterwave auth errors)

Zero runtime dependencies; Node ≥ 18. MIT license.

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.