MCP Server to interact with Flutterwave APIs.
MCP Flutterwave MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP Server to interact with Flutterwave APIs.
An MCP (Model Context Protocol) server that enables AI assistants to interact with the Flutterwave API — create payment links, charge customers directly, manage transfers, collect via virtual accounts, pay bills, and more.
Once MCP Flutterwave is connected, these are the calls the assistant has available:
Checkout — The Checkout tool exposed by this serverTransactions — The Transactions tool exposed by this serverTransfers — The Transfers tool exposed by this serverVerification — The Verification tool exposed by this serverStablecoins — The Stablecoins tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 5 environment variables: FLW_SECRET_KEY, FLW_ENCRYPTION_KEY, YOUR_SECRET_KEY, YOUR_ENCRYPTION_KEY, ANTHROPIC_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Flutterwave's toolset — Checkout, Transactions, Transfers and 2 more — is a fair guide to whether it matches your workflow. It is maintained by bajoski34; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Checkout | The Checkout tool exposed by this server. |
| Transactions | The Transactions tool exposed by this server. |
| Transfers | The Transfers tool exposed by this server. |
| Verification | The Verification tool exposed by this server. |
| Stablecoins | The Stablecoins tool exposed by this server. |
{
"mcpServers": {
"flutterwave": {
"command": "mcp-flutterwave",
"args": ["--tools=all"],
"env": {
"FLW_SECRET_KEY": "YOUR_SECRET_KEY",
"FLW_ENCRYPTION_KEY": "YOUR_ENCRYPTION_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| FLW_SECRET_KEY | Credential the server authenticates with. | Yes |
| FLW_ENCRYPTION_KEY | Credential the server authenticates with. | Yes |
| YOUR_SECRET_KEY | Credential the server authenticates with. | Yes |
| YOUR_ENCRYPTION_KEY | Credential the server authenticates with. | Yes |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.