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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

REVOLUT_CLIENT_ID(str)
Required

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

REVOLUT_PRIVATE_KEY_PATH(str)

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

REVOLUT_PRIVATE_KEY(str)
Secret

PEM contents of the private key (alternative to REVOLUT_PRIVATE_KEY_PATH)

REVOLUT_REDIRECT_URI(str)

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

REVOLUT_JWT_ISS(str)

JWT issuer; defaults to the redirect URI host

TOKEN_STORE_PATH(str)

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

REVOLUT_ENVIRONMENT(str)

Target environment: sandbox (default) or production