
Revolut Mcp
Expose Revolut Business accounts, payments, FX, and transactions to your agent for day-to-day money ops and integrations.
Overview
io.github.jeff-nasseri/revolut-mcp is an Operate-phase MCP server for the Revolut Business API covering accounts, transactions, payments, and FX.
What is this MCP server?
- npm package @jeff-nasseri/revolut-mcp v0.1.6 with stdio transport
- Revolut Business API: accounts, transactions, payments, and FX
- OAuth-style setup with REVOLUT_CLIENT_ID and PEM private key (path or inline secret)
- JWT client-assertion fields: REVOLUT_REDIRECT_URI and REVOLUT_JWT_ISS
- npm package version 0.1.6
- Six documented environment variables including required REVOLUT_CLIENT_ID
- Default redirect URI documented as https://example.com/
Community signal: 20 GitHub stars.
What problem does it solve?
Founders lose time context-switching to Revolut Business when they need quick payment or ledger answers inside an agent session.
Who is it for?
Solo builders on Revolut Business who want agent-driven banking reads and controlled payment actions.
Skip if: Personal Revolut users without Business API credentials, or teams unwilling to store signing keys for an MCP process.
What do I get? / Deliverables
After configuration, your agent can call Revolut Business endpoints through MCP with client-assertion JWT auth instead of manual portal clicks.
- Stdio MCP server connected to Revolut Business API
- Agent tools for accounts, transactions, payments, and FX per granted API scopes
Recommended MCP Servers
Journey fit
Running a solo business means recurring banking workflows after launch—Operate is the canonical shelf for live financial tooling. Iterate covers reconciling, paying vendors, and checking balances without opening another dashboard.
How it compares
Revolut Business API MCP bridge, not a bookkeeping skill or generic open-banking aggregator.
Common Questions / FAQ
Who is revolut-mcp for?
Indie founders and small businesses using Revolut Business who want MCP access to accounts, transactions, payments, and FX from AI coding agents.
When should I use revolut-mcp?
Use it in Operate for reconciliation and payments, or when building integrations that must read live Business API data from your agent.
How do I add revolut-mcp to my agent?
Install @jeff-nasseri/revolut-mcp, set REVOLUT_CLIENT_ID and REVOLUT_PRIVATE_KEY_PATH or REVOLUT_PRIVATE_KEY, configure redirect and JWT issuer env vars per your portal certificate, then add the stdio MCP server.