MCP.so
Sign In
R

Rwanda Payments Mcp

@junter1989k-ai

About Rwanda Payments Mcp

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Rwanda Payments MCP?

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, no credential storage.

How to use Rwanda Payments MCP?

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).

Key features of Rwanda Payments MCP

  • 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

Use cases of Rwanda Payments MCP

  • Allow AI agents to generate payment links and accept Rwandan currency automatically
  • Process RWF payments through chat or code assistants (Claude, ChatGPT, Cursor)
  • Let merchants integrate Flutterwave checkout into AI-driven workflows without holding funds

FAQ from Rwanda Payments MCP

How do I get started with Rwanda Payments MCP?

Add the MCP endpoint to your AI agent and set the x-flutterwave-secret-key header to your Flutterwave secret key (FLWSECK_TEST- for test mode, FLWSECK- for production). Then call create_payment_link to generate a hosted-checkout link.

What payment methods does Rwanda Payments MCP support?

MTN Mobile Money, Airtel Money, and card payments — all processed through Flutterwave’s hosted checkout.

Does Rwanda Payments MCP store any of my data?

No. It is a stateless translation layer. It has no database, never holds funds, and never stores credentials.

What are the runtime requirements?

Node.js ≥ 18, zero runtime dependencies. The server is MIT licensed.

What tools does Rwanda Payments MCP expose?

Two tools: create_payment_link (creates a RWF hosted-checkout link) and query_payment_status (pulls payment status until paid=true).

Frequently asked questions

How do I get started with Rwanda Payments MCP?

Add the MCP endpoint to your AI agent and set the `x-flutterwave-secret-key` header to your Flutterwave secret key (`FLWSECK_TEST-` for test mode, `FLWSECK-` for production). Then call `create_payment_link` to generate a hosted-checkout link.

What payment methods does Rwanda Payments MCP support?

MTN Mobile Money, Airtel Money, and card payments — all processed through Flutterwave’s hosted checkout.

Does Rwanda Payments MCP store any of my data?

No. It is a stateless translation layer. It has no database, never holds funds, and never stores credentials.

What are the runtime requirements?

Node.js ≥ 18, zero runtime dependencies. The server is MIT licensed.

What tools does Rwanda Payments MCP expose?

Two tools: `create_payment_link` (creates a RWF hosted-checkout link) and `query_payment_status` (pulls payment status until `paid=true`).

Comments

More MCP servers