Revolut MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 6 Jun 2026.
MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.
Today is the operative word: we check Revolut MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add revolut-mcp -- npx -y @jeff-nasseri/revolut-mcp
{
"mcpServers": {
"revolut-mcp": {
"args": [
"-y",
"@jeff-nasseri/revolut-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.revolut-mcp]
command = "npx"
args = ["-y", "@jeff-nasseri/revolut-mcp"]
{
"mcpServers": {
"revolut-mcp": {
"args": [
"-y",
"@jeff-nasseri/revolut-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"revolut-mcp": {
"args": [
"-y",
"@jeff-nasseri/revolut-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
REVOLUT_CLIENT_ID (Client ID from the Revolut Business portal (Settings -> APIs)), REVOLUT_PRIVATE_KEY_PATH (Path to the PEM private key that signs the client-assertion JWT), REVOLUT_PRIVATE_KEY (PEM contents of the private key (alternative to REVOLUT_PRIVATE_KEY_PATH)), REVOLUT_REDIRECT_URI (OAuth redirect URI registered with the certificate (default: https://example.com/)), REVOLUT_JWT_ISS (JWT issuer; defaults to the redirect URI host), TOKEN_STORE_PATH (Where OAuth tokens are persisted (default: ./.tokens.json)), REVOLUT_ENVIRONMENT (Target environment: sandbox (default) or production).
The author declared them in the registry entry; get the values from the project itself.
Access Monarch financial data — accounts, transactions, budgets, and more
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation
Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.
MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments
MCP Server for NEXT Finance ERP (finance.net.br) — browser login, wallets, accounts, transactions.
MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.
MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.
Answers built from our own checks of this server.