Anchor for your agents.
Connect Anchor 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 Anchor.
What agents can do with Anchor
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
anchor_list_accountsList all deposit accounts on your Anchor ledger.
anchor_create_customerRegister a new individual customer with their personal details.
anchor_create_deposit_accountCreate a deposit account (virtual bank account) for a customer to receive funds.
anchor_initiate_transferSend a NIP bank transfer to a Nigerian bank account. Amount is in kobo.
anchor_create_sub_accountCreate a sub-account (sub-ledger) for splitting payments between multiple parties.
anchor_get_accountGet a single deposit account by its id, including balance and customer info.
anchor_list_customersList all customers on your Anchor ledger.
anchor_get_customerGet a single customer by id with their profile details.
anchor_list_transfersList all transfers on your account with optional status filtering.
anchor_get_transferGet a single transfer by its id, including status and fee details.
anchor_list_banksList supported Nigerian banks with their codes and names.
anchor_verify_account_numberVerify a Nigerian bank account number before sending a transfer. Returns the account name if valid.
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 Anchor dashboard and go to Developers > API Keys.
- Copy your API Key.
- Paste the API key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Anchor to Even: call connect_begin("anchor") on the even-connect MCP and walk me through it.
Register new customers, create deposit accounts for receiving funds, and initiate transfers to Nigerian bank accounts.
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.