KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Revolut MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Revolut.

Revolut CLI Matrix

Use these pages for direct Revolut CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.