MCP Server
Flutterwave MCP Server
An MCP server that enables AI assistants to interact with Flutterwave payment services, providing tools for transaction management, payment link generation, and automated customer support.
0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "flutterwave",
3 "command": "npx",
4 "args": [
5 "-y",
6 "mcp-flutterwave",
7 "--tools=checkout.create",
8 "--secret-key=FLW_SECRET_KEY"
9 ]
10}
JSON10 lines
README Documentation
mcp-flutterwave
An MCP (Model Context Protocol) server that enables AI assistants to interact with Flutterwave, providing tools for confirming transactions, send failed hooks, and more.
Warning!!!
This MCP is in active development.
Features
- Confirm Transactions (Already included)
- Retry Failed Transactions (Automatically retry transactions with recoverable errors) [x]
- Retrieve Transaction History (Fetch and analyze past transactions) [x]
- Send Failed Hooks (Already included)
- Generate Payment Links [x]
- Automated Customer Support (AI chatbot integrated with Flutterwave for transaction inquiries) [x]
Usage with Claude Desktop
Add the following to your claude_desktop_config.json
. See here for more details.
{
"mcpServers": {
"flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave",
"--tools=checkout.create",
"--secret-key=FLW_SECRET_KEY"
]
}
}
}
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source