An MCP (Model Context Protocol) server that enables AI assistants to interact with Flutterwave, providing tools for confirming transactions, send failed hooks, and more.
This MCP is in active development.
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"
]
}
}
}
{
"mcpServers": {
"flutterwave": {
"env": {},
"args": [
"-y",
"mcp-flutterwave",
"--tools=checkout.create",
"--secret-key=FLW_SECRET_KEY"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.