Mono for your agents.
Connect Mono once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mono.
What agents can do with Mono
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mono_get_account_infoVerify the API key by getting basic account information including your Mono account name and email.
mono_get_identityFetch identity data (name, email, phone, bvn) for a connected Mono account by its account ID.
mono_get_transactionsFetch transactions for a connected Mono account with optional date filtering and pagination.
mono_get_balanceGet the real-time balance for a connected Mono account.
mono_initiate_paymentInitiate a payment from a connected Mono account to a debit or credit account.
mono_list_accountsList all connected accounts for the authenticated user.
mono_get_accountGet details of a specific connected account by id.
mono_get_account_incomeGet income data for a connected account, including estimated monthly income.
mono_get_statementGet an account statement as a PDF download URL.
mono_get_auth_dataGet authorization data (e.g. BVN) for a connected account.
mono_list_recurring_transactionsGet recurring transaction patterns for a connected account.
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 Mono dashboard and go to Developers > API Keys.
- Click 'Create new key', give it a name, and copy the secret key.
- The key starts with 'sk_' for live or 'test_sk_' for test mode.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mono to Even: call connect_begin("mono") on the even-connect MCP and walk me through it.
Fetch account identity information including name and BVN, retrieve account transactions with date filters.
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.