Loading MCP server directory, please wait...
MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.
npx @getmcp/cli add io.github.jeff-nasseri/revolut-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
REVOLUT_CLIENT_IDClient ID from the Revolut Business portal (Settings -> APIs)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jeff-nasseri/revolut-mcp": {
"command": "npx",
"args": [
"-y",
"@jeff-nasseri/revolut-mcp"
],
"env": {
"REVOLUT_CLIENT_ID": "",
"REVOLUT_PRIVATE_KEY_PATH": "",
"REVOLUT_PRIVATE_KEY": "",
"REVOLUT_REDIRECT_URI": "",
"REVOLUT_JWT_ISS": "",
"TOKEN_STORE_PATH": "",
"REVOLUT_ENVIRONMENT": ""
}
}
}
}