data
Revolut MCP, CLI, and Lua Integration for AI Agents
Revolut integration docs for AI agents: MCP gateway setup, Revolut CLI commands, Lua API reference, credentials, and function schemas.Revolut for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
revolut.revolut_list_accounts | Read read | 0 | List all Revolut business accounts. Returns account IDs, names, balances, and currency information. |
revolut.revolut_get_account | Read read | 1 | Retrieve a Revolut account by ID. Returns full account details including balance, currency, and state. |
revolut.revolut_get_account_bank_details | Read read | 1 | Retrieve full bank details for a Revolut account. Use this after list_accounts or get_account when an agent needs IBAN, BIC/SWIFT, routing, or supported transfer schemes. |
revolut.revolut_list_transactions | Read read | 5 | List Revolut transactions with optional filters. Supports filtering by account, date range, type, and pagination with count. |
revolut.revolut_get_transaction | Read read | 2 | Retrieve a Revolut transaction by ID. Returns full transaction details including amount, currency, legs, and state. |
revolut.revolut_list_cards | Read read | 2 | List all Revolut business cards. Returns card IDs, last 4 digits, status, and cardholder information. |
revolut.revolut_get_card | Read read | 1 | Retrieve a Revolut card by ID. Returns full card details including status, limits, and cardholder information. |
revolut.revolut_get_sensitive_card_details | Read read | 1 | Retrieve sensitive card details for a Revolut Business card. This requires Revolut's READ_SENSITIVE_CARD_DATA scope and IP whitelisting; prefer get_card unless PAN/CVV details are explicitly needed. |
revolut.revolut_list_team_members | Read read | 2 | List Revolut Business team members. Use limit and created_before for pagination; Revolut returns members in reverse creation order. |