sales
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.
7 functions 7 read 0 write Bearer token auth
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.
Machine-Readable Metadata
- integration_slug
revolut- route_slug
revolut- package
revolut- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Revolut CLIHeadless setup and direct function calls. Revolut MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Revolut MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Revolut.
Claude Code Revolut MCP setup for Claude Code. Cursor Revolut MCP setup for Cursor. Codex Revolut MCP setup for Codex. OpenAI Agents Revolut MCP setup for OpenAI Agents SDK. Claude Agent SDK Revolut MCP setup for Claude Agent SDK. Vercel AI SDK Revolut MCP setup for Vercel AI SDK. LangChain Revolut MCP setup for LangChain. LangGraph Revolut MCP setup for LangGraph. CrewAI Revolut MCP setup for CrewAI. MCP clients Revolut MCP setup for Generic MCP Clients.
Revolut CLI Matrix
Use these pages for direct Revolut CLI workflows in scripts, CI, cron, and agent wrappers.
CI Revolut CLI for CI. Cron Jobs Revolut CLI for cron jobs. Shell Scripts Revolut CLI for shell scripts. Headless Automation Revolut CLI for headless automation. Coding Agents Revolut CLI for coding agents.
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_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 | 1 | Retrieve a Revolut transaction by ID. Returns full transaction details including amount, currency, legs, and state. |
revolut.revolut_list_cards | Read read | 0 | 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_current_user | Read read | 0 | Get the currently authenticated Revolut user. Returns user profile information including name, email, and phone. |