Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Revolut Business in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
A read-only Revolut Business MCP server: 10 tools for balances, transactions, payees, expenses and exchange rates in Claude, ChatGPT, Cursor or any MCP client.
Try asking
Example prompts for Revolut Business
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
A Revolut MCP server for Revolut Business
Short answer: AnythingMCP's Revolut Business connector is a ready-made MCP server for the official Revolut Business API. Install it, authorize it once with your own certificate, and Claude, ChatGPT, Cursor, Gemini or any other MCP client can read your accounts, balances, transactions, payees, expenses and exchange rates. It is read-only: no payments, no transfers, no currency exchanges.
MCP (Model Context Protocol) is how AI assistants call outside tools. An MCP server for Revolut turns the Business API into tools the assistant can pick on its own, so "summarise last month's card spending by merchant" becomes one question instead of an export and a spreadsheet.
The 10 tools
| Tool | What it reads |
|---|---|
revolut_list_accounts | Every account with currency, balance and state |
revolut_get_account | One account's balance and details |
revolut_get_account_bank_details | IBAN, BIC, account number or routing details for an account |
revolut_list_transactions | Transactions, newest first, filtered by date, type or account |
revolut_get_transaction | One transaction with its legs, counterparty, merchant and fees |
revolut_list_counterparties | Saved payees and their bank accounts or cards |
revolut_get_counterparty | One payee in full |
revolut_get_exchange_rate | Revolut's current rate between two currencies, fee included |
revolut_list_expenses | Expenses with receipts, VAT rates, categories and labels |
revolut_get_expense | One expense with its splits and submitter |
Which clients work
The same server works in every MCP client connected to your AnythingMCP workspace, at https://cloud.anythingmcp.com/mcp:
- Claude (claude.ai, desktop, Claude Code): step-by-step Claude guide
- ChatGPT in developer mode: ChatGPT guide
- Cursor: Cursor guide
- Gemini CLI: Gemini guide
claude.ai and ChatGPT sign in with OAuth; the other clients send an AnythingMCP API key in the X-API-Key header.
How it authenticates
Revolut's Business API does not use a password or a client secret. You create a key pair, upload the public certificate to Revolut Business and give AnythingMCP the private key. AnythingMCP signs a short-lived token with that key whenever it needs a new access token (Revolut's expire after 40 minutes), so you authorize once with two-factor authentication and never again. The connector asks only for Revolut's read-only READ permission.
The private key and Revolut's tokens are stored encrypted (AES-256-GCM) in your workspace and are never shown to the AI model. Every call lands in the workspace's audit log, and AnythingMCP Cloud is hosted in Frankfurt, Germany.
Set it up
- Check that your Revolut Business plan includes the Business API (Grow or higher) and that you can manage the API in its settings.
- Create a key pair with
openssland upload the certificate under Settings → APIs → Business API in Revolut Business, withhttps://cloud.anythingmcp.com/api/mcp-oauth/callbackas the OAuth redirect URI. - On AnythingMCP Cloud (7 days free) or your own installation, install Revolut Business from Connectors with
REVOLUT_CLIENT_ID,REVOLUT_PRIVATE_KEYandREVOLUT_REDIRECT_DOMAIN. - Click Authorize with Provider and approve in Revolut.
- Connect your AI client and ask a question.
The Claude guide has every command and field in detail, plus how to try it first in Revolut's free Business sandbox.
Questions it answers well
- "What's the balance on each of our Revolut accounts, converted to EUR?"
- "List every incoming payment over 5,000 EUR this quarter."
- "Which card expenses from September still have no receipt?"
- "Who are our ten most frequent payees, and what did we send them this year?"
- "What would 20,000 GBP cost in EUR right now, with Revolut's fee?"
FAQ
Is this an official Revolut product? No. It is AnythingMCP's connector for Revolut's official Business API, set up with your own certificate. Revolut does not see or host anything of it beyond the API calls.
Can the AI send money?
No. There are no payment, transfer or exchange tools, and the access token carries only the read-only READ permission.
Does it work with a personal Revolut account? No. The Business API only covers Revolut Business. For personal accounts, see your options for connecting a bank account.
Can I host the MCP server myself? Yes. AnythingMCP is open source (AGPL-3.0) and runs with Docker; point the redirect URI at your own instance.
Does it cost extra? No. The connector is included in AnythingMCP Cloud (7-day free trial) and in the free self-hosted edition. Revolut's own plan requirements for the Business API still apply.
Next steps
- Connect Revolut Business to Claude, step by step
- Bank accounts and AI: what works today
- Revolut Business in the AnythingMCP marketplace
Was this guide helpful?