Revolut Business
Multi-currency business accounts, payments and counterparties — agent-ready.
Overview
The Revolut Business MCP gives your agents authenticated access to the full business banking surface: multi-currency accounts, draft and outgoing payments, counterparties, exchange rates, transactions and webhooks. Identity is per-seat — every team member OAuths their own Revolut Business user, so each payment and every read carries the real human actor in Revolut's audit trail, not a shared robot. Agents can reconcile transactions against invoices, stage bulk supplier payouts as drafts for human approval, or monitor cash positions across currencies in real time.
Why this matters
- Draft-first payments: agents never move money without a human approving in the Revolut app.
- Per-member OAuth — scope and audit trail follow the human, not a shared service account.
- Sandbox-aware: swap to the Revolut sandbox environment with a single setting, agents don't change.
- Webhook tools let your agents subscribe themselves to the events they care about.
- FX-aware: every balance, transaction and draft respects Revolut's multi-currency model.
Tools exposed
18 toolslist_accountsList all business accounts across currencies with live balances.
get_accountFetch one account's details and balance.
list_transactionsPaginated transactions with filters on date, counterparty, state.
get_transactionFull detail on a single transaction including legs and FX.
get_exchange_rateLive FX rate between two currencies for a given amount.
list_counterpartiesAll saved counterparties with IBAN/sort code metadata.
get_counterpartySingle counterparty lookup by ID.
create_counterpartyAdd a new counterparty — personal or business, any supported rail.
delete_counterpartyRemove a saved counterparty from your address book.
create_payment_draftStage one or multiple payments for human approval in the Revolut app.
list_payment_draftsAll pending draft payments awaiting approval.
get_payment_draftFull payload of a specific draft.
delete_payment_draftCancel a staged draft before approval.
create_paymentExecute a payment directly (requires elevated scope).
list_team_membersTeam members of the business account.
create_webhookRegister a webhook endpoint for real-time transaction events.
list_webhooksAll registered webhooks and their subscribed events.
delete_webhookRemove a webhook endpoint.
Read-only and list_* calls are free in all plans. Standard calls consume 1 credit. Heavy operations (bulk writes, cross-resource) may consume more — see docs.
Quickstart
- 1
Install from your workspace
Click Install on this page. You'll land in Aladia signed in and the connector will be added to your team.
- 2
Team owner connects the service
Paste credentials or OAuth once as the team owner. Your Revolut Business keys never leave Aladia's encrypted store.
- 3
Members link their identity
Each team member authorises their own Revolut Business user so calls are attributed per-human.
- 4
Call from any agent
Tools appear immediately in the agent picker. Drafts go to the source system for human approval before any side-effect.
Frequently asked questions
How much does the Revolut Business connector cost?
The Revolut Business MCP connector is billed at €1.20 per 1,000 tool calls on the Aladia Team plan. Read-only list endpoints such as list_accounts are counted but included in your team's shared credit pool.
Does the Revolut Business connector support OAuth?
Yes. Each team member authenticates with their own Revolut Business account, so every call carries the real human actor in the audit trail — no shared service account.
How many tools does the Revolut Business connector expose?
18 tools covering list_accounts, get_account, list_transactions and 15 more. Each tool is versioned and invocations are attributed to the calling team member.
Can I try the Revolut Business connector before subscribing?
Yes — new workspaces get 1,000 credits free, enough to explore Revolut Business and a few other connectors before you upgrade. Install takes one click from your dashboard once you have an Aladia account.
Changelog
- v1.2.0
Added webhook management tools and sandbox auto-detect.
2026-04-10
- v1.1.0
Payment drafts now support multi-counterparty batches.
2026-02-24
- v1.0.0
GA release — accounts, transactions, counterparties, drafts, payments.
2025-12-18