# revolut-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/jeff-nasseri/revolut-mcp  
**GitHub Stars:** 31  
**npm Downloads (last month):** 23  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/revolut-mcp

## Description
MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "revolut-mcp": {
    "command": "npx",
    "args": ["-y","revolut-mcp"]
  }
}
```

## Documentation & README

<!-- mcp-name: io.github.jeff-nasseri/revolut-mcp -->

<p align="center">
  <img src="https://raw.githubusercontent.com/jeff-nasseri/revolut-mcp/HEAD/assets/revolut-mcp-banner.png" alt="Revolut MCP" width="100%" />
</p>

<h1 align="center">Revolut MCP</h1>

<p align="center">
  <a href="https://github.com/jeff-nasseri/revolut-mcp/actions/workflows/publish.yml"><img alt="Pipeline" src="https://img.shields.io/github/actions/workflow/status/jeff-nasseri/revolut-mcp/publish.yml?branch=master&label=pipeline&style=flat-square&color=%23007ACC" /></a>
  <a href="https://www.npmjs.com/package/@jeff-nasseri/revolut-mcp"><img alt="Deployment" src="https://img.shields.io/npm/v/@jeff-nasseri/revolut-mcp?label=deploy%20%40npm&style=flat-square&color=%2300C853" /></a>
  <a href="https://github.com/jeff-nasseri/revolut-mcp/actions/workflows/publish.yml"><img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/jeff-nasseri/revolut-mcp/publish.yml?branch=master&label=tests&style=flat-square&color=%2300C853" /></a>
  <a href="https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/LICENSE"><img alt="License: MIT" src="https://img.shields.io/github/license/jeff-nasseri/revolut-mcp?style=flat-square&color=%23FF6B35" /></a>
</p>

## Overview

Revolut MCP is a [Model Context Protocol](https://modelcontextprotocol.io) 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=production` with a
> production certificate to target a live business account.

## Demo

https://github.com/user-attachments/assets/afb73925-9628-4473-b4c8-5527440357da

## Documentation

📚 **[Full Documentation](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/README.md)** — installation, authentication, tool reference, and examples.

### Quick Links

- **[Installation](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/getting-started/installation.md)** — npm, source, or Docker
- **[Generate a Sandbox Token](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/getting-started/sandbox-token.md)** — set up the Revolut Business sandbox
- **[Authentication](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/getting-started/authentication.md)** — certificate setup and the OAuth flow
- **[Testing](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/getting-started/testing.md)** — unit and live integration tests
- **[Claude Desktop](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/integrations/claude-desktop.md)** — editor integration
- **[Tool Reference](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/docs/README.md#tool-reference)** — every tool, by scope
- **[Contributing](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/CONTRIBUTING.md)** — add a tool or scope

## License

This MCP server is licensed under the [MIT License](https://github.com/jeff-nasseri/revolut-mcp/blob/HEAD/LICENSE). You are free to use, modify, and
distribute it subject to the terms of that license.

