Connector guide4-minute read10 MCP tools7 languages

Revolut MCP Server: Revolut Business in Claude, ChatGPT and Cursor

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.

HCBy HelpCode teamUpdated 4 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

Revolut Business

Revolut Business

Read your Revolut Business accounts from any AI agent: balances, bank details, transactions, counterparties, expenses and exchange rates. Official Business API, read-only (READ scope), signed-JWT authentication with your own certificate. 10 tools.

tools

10

Region

INTL

Category

Banking

Authentication

OAuth 2.0

Required env vars

REVOLUT_CLIENT_IDREVOLUT_PRIVATE_KEYREVOLUT_REDIRECT_DOMAIN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

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.

Revolut Business · live via MCP
Share
Opus 4.7

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

ToolWhat it reads
revolut_list_accountsEvery account with currency, balance and state
revolut_get_accountOne account's balance and details
revolut_get_account_bank_detailsIBAN, BIC, account number or routing details for an account
revolut_list_transactionsTransactions, newest first, filtered by date, type or account
revolut_get_transactionOne transaction with its legs, counterparty, merchant and fees
revolut_list_counterpartiesSaved payees and their bank accounts or cards
revolut_get_counterpartyOne payee in full
revolut_get_exchange_rateRevolut's current rate between two currencies, fee included
revolut_list_expensesExpenses with receipts, VAT rates, categories and labels
revolut_get_expenseOne 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.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

  1. Check that your Revolut Business plan includes the Business API (Grow or higher) and that you can manage the API in its settings.
  2. Create a key pair with openssl and upload the certificate under Settings → APIs → Business API in Revolut Business, with https://cloud.anythingmcp.com/api/mcp-oauth/callback as the OAuth redirect URI.
  3. On AnythingMCP Cloud (7 days free) or your own installation, install Revolut Business from Connectors with REVOLUT_CLIENT_ID, REVOLUT_PRIVATE_KEY and REVOLUT_REDIRECT_DOMAIN.
  4. Click Authorize with Provider and approve in Revolut.
  5. 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

Was this guide helpful?

Your Revolut Business agent is one click away.

Install the connector, paste the key, prompt your AI client. Free for 7 days, no credit card.

Related guides