Connects Claude to the Revolut Business API so you can check balances, browse transactions, manage counterparties, and move money through natural language. Covers 21 tools across eight scopes including accounts, payments, FX rates, and transfers. Ships with sandbox mode by default, which means you can wire it up and test the full flow before touching production credentials. Production requires certificate based OAuth. This is strictly for Revolut Business accounts, it won't work with personal accounts, crypto, or the merchant API. If you're building finance tooling or automating treasury operations on Revolut Business, this is the bridge you need.
REVOLUT_CLIENT_ID*Client ID from the Revolut Business portal (Settings -> APIs)
REVOLUT_PRIVATE_KEY_PATHPath to the PEM private key that signs the client-assertion JWT
REVOLUT_PRIVATE_KEYsecretPEM contents of the private key (alternative to REVOLUT_PRIVATE_KEY_PATH)
REVOLUT_REDIRECT_URIOAuth redirect URI registered with the certificate (default: https://example.com/)
REVOLUT_JWT_ISSJWT issuer; defaults to the redirect URI host
TOKEN_STORE_PATHWhere OAuth tokens are persisted (default: ./.tokens.json)
REVOLUT_ENVIRONMENTTarget environment: sandbox (default) or production
Revolut MCP is a Model Context Protocol server that bridges AI assistants (Claude, Cursor, etc.) and the Revolut Business API. Through natural-language requests an assistant can list accounts and balances, browse transactions, manage counterparties, look up live exchange rates, move money, and more — across 21 tools organized into eight scopes.
⚠️ Revolut Business only. This server works exclusively with Revolut Business accounts via the Business API. It does not support personal Revolut accounts (Open Banking), RevolutX / crypto, or the Merchant API. It defaults to the sandbox; set
REVOLUT_ENVIRONMENT=productionwith a production certificate to target a live business account.
https://github.com/user-attachments/assets/afb73925-9628-4473-b4c8-5527440357da
📚 Full Documentation — installation, authentication, tool reference, and examples.
This MCP server is licensed under the MIT License. You are free to use, modify, and distribute it subject to the terms of that license.