SeerBit for your agents.
Connect SeerBit once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 4 curated tools, discovered on demand, with your key stored on your machine and every call going direct to SeerBit.
What agents can do with SeerBit
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
seerbit_list_banksList supported banks for a merchant. Returns bank codes and names for transfers.
seerbit_verify_paymentGet the status and details of a payment by its payment reference.
seerbit_initiate_checkoutInitiate a standard checkout payment. Returns a checkout URL for the customer.
seerbit_refund_paymentRefund a payment by its payment reference with the refund amount.
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 SeerBit dashboard and go to Settings > API Keys.
- Copy your Public Key and Secret Key.
- Call POST /api/v2/encrypt/keys with body {"key": "{secretKey}.{publicKey}"} once.
- Use the returned token as your Bearer token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect SeerBit to Even: call connect_begin("seerbit") on the even-connect MCP and walk me through it.
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.