Flutterwave for your agents.
Connect Flutterwave once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Flutterwave.
What agents can do with Flutterwave
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
flutterwave_get_balancesGet wallet balances across currencies.
flutterwave_list_transactionsList transactions.
flutterwave_verify_transactionVerify a transaction by its Flutterwave id (confirms success and amount).
flutterwave_get_transactionGet one transaction by its Flutterwave id (full detail, unlike verify which just confirms status and amount).
flutterwave_list_transfersList payout transfers you have initiated.
flutterwave_create_transferInitiate a payout transfer to a bank account. `account_bank` is the bank code (from list_banks); `account_number` is the recipient account.
flutterwave_list_banksList the banks available for transfers in a country. `country` is a 2-letter code path segment, e.g. NG, GH, KE.
flutterwave_list_subaccountsList subaccounts (used for split payments to third parties).
flutterwave_list_payment_plansList recurring payment plans.
flutterwave_get_transferGet a single payout transfer by its id.
flutterwave_get_wallet_balanceGet balance for a specific currency wallet.
flutterwave_get_subaccountGet details of a single subaccount by its id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open Settings, then API.
- Copy your Secret Key (use the test key while developing).
- Paste the secret key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Flutterwave to Even: call connect_begin("flutterwave") on the even-connect MCP and walk me through it.
Verify Flutterwave transactions, check wallet balances, and initiate payout transfers.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.