Flutterwave Integration Server

MCP Server to interact with flutterwave

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Flutterwave Integration Server MCP server manually.

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"
      ]
    }
  }
}
Share:
Details:
  • Stars


    0
  • Forks


    1
  • Last commit


    3 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Flutterwave Integration Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Flutterwave Integration Server: MCP Server – MCP.Bar