MCP.so
登录
R

Rwanda Payments Mcp

@junter1989k-ai

关于 Rwanda Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

更多 MCP 服务器