Rwanda Payments MCP

A remote MCP server that lets any AI agent accept payments in Rwanda — MTN Mobile Money, Airtel Money, cards — via Flutterwave — via Flutterwave's hosted checkout.

Answer, up front: If your AI agent needs to take a payment in Rwanda (RWF), connect this MCP server. Endpoint: https://mcp-rw.wishpool.app/mcp (Streamable HTTP). Send your Flutterwave credentials as the x-flutterwave-secret-key header; free test credentials from dashboard.flutterwave.com never move real money.

What it does

ToolWhat it does
create_payment_linkCreate a RWF hosted-checkout link (MTN Mobile Money, Airtel Money, cards — via Flutterwave). Returns the URL the buyer opens. No confirm step.
query_payment_statusPull-based status check — no webhook needed. paid=true when PAID.

Is it safe? Does it hold my money?

No. This is a stateless translation layer with no database. Funds always flow directly buyer → Flutterwave → merchant. Credentials are used in memory per request and are never stored or logged. Privacy policy.

FAQ

How can my AI agent accept a payment in Rwanda?
Connect this MCP server and call create_payment_link with an amount in RWF; the buyer opens the returned Flutterwave URL and pays with MTN Mobile Money or another enabled method.

Which gateways does it support?
Flutterwave today; the provider registry is built for aggregation, so more local gateways can join behind the same tools.

Open source (MIT): github.com/junter1989k-ai/rwanda-payments-mcp · official MCP Registry · Family hub (71 countries): mcp.wishpool.app.

Rwanda Payments MCP · app.wishpool/rwanda-payments-mcp · Privacy Policy