revolut-mcp
MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.6)
npx -y @jeff-nasseri/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"revolut-mcp": {
"command": "npx",
"args": [
"-y",
"@jeff-nasseri/[email protected]"
],
"env": {
"REVOLUT_CLIENT_ID": "<YOUR_VALUE>",
"REVOLUT_PRIVATE_KEY_PATH": "<YOUR_VALUE>",
"REVOLUT_PRIVATE_KEY": "<YOUR_VALUE>",
"REVOLUT_REDIRECT_URI": "<YOUR_VALUE>",
"REVOLUT_JWT_ISS": "<YOUR_VALUE>",
"TOKEN_STORE_PATH": "<YOUR_VALUE>",
"REVOLUT_ENVIRONMENT": "<YOUR_VALUE>"
}
}
}
}
REVOLUT_CLIENT_IDrequired — Client ID from the Revolut Business portal (Settings -> APIs)REVOLUT_PRIVATE_KEY_PATH— Path to the PEM private key that signs the client-assertion JWTREVOLUT_PRIVATE_KEYsecret — 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 hostTOKEN_STORE_PATH— Where OAuth tokens are persisted (default: ./.tokens.json)REVOLUT_ENVIRONMENT— Target environment: sandbox (default) or production
Related servers
CCXT
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
tradingview-mcp
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
EdgarTools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
mcp-server
Stock market API made for AI agents
ai
MCP server integrating with Stripe - tools for customers, products, payments, and more.
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
Data from the Official MCP Registry