Paystack for your agents.
Connect Paystack 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 Paystack.
What agents can do with Paystack
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
paystack_list_transactionsList transactions, newest first.
paystack_verify_transactionVerify a transaction by its reference (confirms it actually succeeded).
paystack_initialize_transactionStart a transaction and get a checkout URL. `amount` is in the lowest currency unit (kobo for NGN).
paystack_list_customersList customers.
paystack_get_customerGet a single customer by customer code or id.
paystack_create_customerCreate a new customer with email and optional name/phone.
paystack_initiate_transferInitiate a payout transfer to a pre-created transfer recipient.
paystack_get_balanceGet the Paystack wallet balance across currencies.
paystack_list_banksList banks available for transfers in a country.
paystack_create_transfer_recipientCreate a transfer recipient (destination bank account) for payouts.
paystack_get_transactionGet a single transaction by its id (not reference). Returns full details.
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 Keys & Webhooks.
- 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 Paystack to Even: call connect_begin("paystack") on the even-connect MCP and walk me through it.
Initialize payments via Paystack and verify transaction status for billing.
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.