Okra for your agents.
Connect Okra once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Okra.
What agents can do with Okra
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
okra_list_banksList all supported banks in Nigeria available for connectivity. Returns bank codes and names.
okra_get_identityFetch identity data for a connected Okra account by its customer ID. Returns name, phone, email, and bvn.
okra_get_transactionsFetch transactions for a connected account with optional date range filtering.
okra_get_balanceGet the real-time balance for a connected account.
okra_get_account_statementGet an account statement for a connected account as a PDF or JSON by date range.
okra_get_authGet account authentication info (account number, bank details) for a connected account.
okra_get_incomeGet income data (employer, salary, pay history) for a connected account.
okra_list_customersList all customers (connected accounts) with pagination.
okra_initiate_connectionInitiate a new connection process for a customer. Returns an auth link to present to the user.
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.
- Log into the Okra dashboard and go to Settings > API Keys.
- Copy your secret key.
- For sandbox testing use the sandbox base URL: https://api.okra.ng/sandbox.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Okra to Even: call connect_begin("okra") on the even-connect MCP and walk me through it.
List Nigerian banks in Okra and fetch customer transactions and balance.
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.