Rwanda Payments Mcp

by junter1989k-ai

253 downloads
Not rated
GitHub Website

About

A remote MCP server that lets AI agents accept payments in Rwanda via MTN Mobile Money, Airtel Money, and cards through Flutterwave’s hosted checkout. It is a stateless translation layer: funds flow directly from buyer to merchant (buyer → Flutterwave → merchant). No database…

Details

Author
junter1989k-ai
Downloads
253

- Accept payments via MTN Mobile Money, Airtel Money, cards
- Uses Flutterwave secure hosted checkout
- Stateless: never holds funds or stores credentials
- No database; zero runtime dependencies (Node ≥ 18)
- Remote MCP server (Streamable HTTP, stateless JSON-RPC)
- Pull-based payment status query

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

Add the MCP endpoint https://mcp-rw.wishpool.app/mcp to your AI agent (Claude, ChatGPT, Cursor, etc.) and include the HTTP header x-flutterwave-secret-key with your Flutterwave secret key (test or production). Use the tools create_payment_link (creates a RWF hosted-checkout link) and query_payment_status (pull-based status check; returns paid=true when paid).

Claude Desktop / Cursor

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

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

McpServers

{
    "rwanda-payments": {
        "type": "http",
        "url": "https://mcp-rw.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.