Back to Browse

Revolut MCP Server

Developer ToolsUse Caution1.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

1.3
Use Caution1.3Critical Risk

Valid MCP server (1 strong, 1 medium validity signals). 10 known CVEs in dependencies (0 critical, 8 high severity) Package registry verified. Imported from the Official MCP Registry.

13 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Client ID from the Revolut Business portal (Settings -> APIs)Optional

Environment variable: REVOLUT_CLIENT_ID

Path to the PEM private key that signs the client-assertion JWTOptional

Environment variable: REVOLUT_PRIVATE_KEY_PATH

PEM contents of the private key (alternative to REVOLUT_PRIVATE_KEY_PATH)Required

Environment variable: REVOLUT_PRIVATE_KEY

OAuth redirect URI registered with the certificate (default: https://example.com/)Optional

Environment variable: REVOLUT_REDIRECT_URI

JWT issuer; defaults to the redirect URI hostOptional

Environment variable: REVOLUT_JWT_ISS

Where OAuth tokens are persisted (default: ./.tokens.json)Optional

Environment variable: TOKEN_STORE_PATH

Target environment: sandbox (default) or productionOptional

Environment variable: REVOLUT_ENVIRONMENT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jeff-nasseri-revolut-mcp": {
      "env": {
        "REVOLUT_JWT_ISS": "your-revolut-jwt-iss-here",
        "TOKEN_STORE_PATH": "your-token-store-path-here",
        "REVOLUT_CLIENT_ID": "your-revolut-client-id-here",
        "REVOLUT_ENVIRONMENT": "your-revolut-environment-here",
        "REVOLUT_PRIVATE_KEY": "your-revolut-private-key-here",
        "REVOLUT_REDIRECT_URI": "your-revolut-redirect-uri-here",
        "REVOLUT_PRIVATE_KEY_PATH": "your-revolut-private-key-path-here"
      },
      "args": [
        "-y",
        "@jeff-nasseri/revolut-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!