Klarna for your agents.
Connect Klarna 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 Klarna.
What agents can do with Klarna
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
klarna_list_ordersList orders with optional status filtering and date range.
klarna_get_orderGet the full details of an order by its Klarna order ID.
klarna_create_credit_sessionCreate a new Klarna credit session (payment session) for the hosted checkout.
klarna_capture_orderCapture (charge) an authorized order by its order ID with the amount to capture.
klarna_refund_orderRefund a captured order by order ID with the refund amount.
klarna_get_captureGet the details of a specific capture by capture id.
klarna_list_capturesList all captures for an order.
klarna_list_refundsList all refunds for an order.
klarna_get_credit_sessionGet details of a credit session by session id.
klarna_release_authorizationRelease the authorization for an order (cancel without capture).
klarna_void_orderVoid an active order that has not yet been captured.
klarna_get_refundGet the details of a specific refund by refund id.
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 Klarna merchant dashboard and go to Credentials.
- Copy your Merchant ID and Shared Secret / Password.
- Use the Merchant ID as the username and the Shared Secret as the password.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Klarna to Even: call connect_begin("klarna") on the even-connect MCP and walk me through it.
List Klarna orders and capture authorized orders for payment settlement.
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.