KosmoKrator

other

Flutterwave MCP, CLI, and Lua Integration for AI Agents

Flutterwave integration docs for AI agents: MCP gateway setup, Flutterwave CLI commands, Lua API reference, credentials, and function schemas.

7 functions 5 read 2 write API key auth

Flutterwave for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
flutterwave
route_slug
flutterwave
package
flutterwave
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Flutterwave MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Flutterwave.

Flutterwave CLI Matrix

Use these pages for direct Flutterwave CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
flutterwave.flutterwave_list_transactions Read read 4 List transactions from your Flutterwave account. Supports filtering by status and date range, with pagination.
flutterwave.flutterwave_get_transaction Read read 1 Retrieve full details of a specific Flutterwave transaction by its ID.
flutterwave.flutterwave_initiate_payment Write write 5 Initiate a new payment on Flutterwave. Requires a transaction reference, amount, currency, and customer details.
flutterwave.flutterwave_verify_transaction Read read 1 Verify a Flutterwave transaction by its ID to confirm payment status and retrieve full details.
flutterwave.flutterwave_list_customers Read read 1 List customers registered on your Flutterwave account, with pagination support.
flutterwave.flutterwave_create_customer Write write 4 Create a new customer record on Flutterwave. Requires an email address.
flutterwave.flutterwave_get_banks Read read 1 Get a list of supported banks for a given country from Flutterwave. Provide a country code like "NG" for Nigeria, "KE" for Kenya, "GH" for Ghana.