Kenya Payments Mcp

by junter1989k-ai

260 downloads
Not rated
GitHub Website

About

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Kenya via M-Pesa, cards, and bank transfer through Flutterwave’s hosted checkout. It is a stateless translation layer — funds flow directly from buyer to merchant, and the server never holds…

Details

Author
junter1989k-ai
Downloads
260

- Accept M-Pesa, cards, and bank transfers in Kenya.
- Stateless translation layer with no database.
- Remote server accessible via Streamable HTTP.
- Part of a 30-country family at mcp.wishpool.app.
- Two tools: create payment links and query payment status.
- Zero runtime dependencies; Node.js ≥ 18 required.

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

Connect any MCP client to the endpoint https://mcp-ke.wishpool.app/mcp and set the x-flutterwave-secret-key header to your Flutterwave secret key. Use the create_payment_link tool to generate a KES hosted-checkout link and query_payment_status to check if a payment has been completed.

Claude Desktop / Cursor

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

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

McpServers

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