Revolut X AI Agent Trading with Claude (Setup Guide)

beginner 20 min · · By Alpha Guy · claude-code claude

What This Lets You Do

Revolut opened Revolut X to AI assistants on July 10, 2026, so Claude can read your portfolio, pull quotes, backtest a rule, and stage real crypto trades across 300+ tokens. It connects over MCP on top of the existing Revolut X trading API. Every order still needs your explicit approval before it fills. The agent reasons and drafts; you sign off.

Revolut is a bank with tens of millions of retail users, so this is agent access to a mainstream venue rather than a niche crypto API. The shape matches what Robinhood, Coinbase, and Gemini shipped this year: the agent does the analysis and the order-building, but only inside limits and approvals you control.

How Revolut X Agent Trading Works

Revolut X is Revolut’s standalone crypto exchange. The AI integration exposes that exchange — balances, quotes, order placement, alerts — as tools an AI assistant can call over Model Context Protocol. Instead of tapping through the app, you tell Claude what you want in plain language and it calls the matching tool.

Revolut published an open-source repository for the connector, and it advertises compatibility across 50+ AI apps, so the same setup works whether you run Claude, Gemini, Cursor, or OpenClaw. Supported actions at launch:

CapabilityWhat the agent can do
Market analysisSummarize trends, pull quotes, compare tokens
Portfolio monitoringReport balances, positions, and P&L
AlertsCreate custom price alerts by prompt
BacktestingTest a simple rule against historical data
Order executionPlace market and limit orders (with your approval)

Two things to keep straight. First, this is not a fully autonomous bot — Revolut requires human approval on every trade an assistant stages, so the AI cannot act on its own. Second, coverage is crypto only; Revolut X trades tokens, not stocks.

Prerequisites

  • A Revolut account with Revolut X and agent access enabled
  • Claude Web (for the connector route) or Claude Code / OpenClaw (for the local route)
  • A small amount of crypto or cash you are willing to let an agent trade — start with money you would not miss
  • A few minutes to actually read the approval and limit screens instead of clicking past them

Step 1: Enable Agent Access in Revolut X

Turn on AI assistant access from your Revolut X settings before you connect anything. Set your limits here first: how much the agent can move and which actions it can take. These settings are your real guardrail, not the prompt you type later.

Keep the first cap small. Fund the account with an amount you would be fine losing entirely while you learn how the agent behaves. You can raise it once a workflow has earned your trust.

Step 2: Connect Claude

The connection uses MCP. If you run Claude in the browser, add the Revolut X connector in Claude’s integrations settings, then approve the link on Revolut’s side with the limits you set in Step 1. One login wires it up, with no API keys to generate or store.

If you work in a terminal with Claude Code or OpenClaw, clone Revolut’s open-source connector repo and register it as an MCP server in your client config. This route carries less token overhead and composes with the rest of your toolchain. The pattern is the same one covered in our MCP servers for AI trading guide.

Before you let the agent trade, ask it something that only reads data. This proves the connection works without risking an order:

What is my Revolut X balance and my current positions?

If it returns your account details, you are connected. Run a read-only check every time you set up a new environment. It is free and it catches a misconfigured connection before a live order does.

Step 4: Stage Your First Trade

With the link live and limits set, work in plain language. Start small and explicit:

Buy $20 of ETH at market on Revolut X. Show me the order before you place it.

Claude pulls a live quote, builds the order, and shows it to you. Nothing routes until you approve. Because Revolut enforces approval on every staged trade, an assistant cannot fill an order behind your back, and the limits you set in Step 1 block anything over your cap regardless of what the prompt said.

Read the order summary every time, especially the size and the pair. The agent is capable, but a sloppy prompt becomes a sloppy order if you wave it through.

A Sensible First Workflow

The strongest early use is not letting it trade on its own. It is treating Claude as a research-plus-execution layer while you keep the decision:

  1. Ask Claude to summarize your Revolut X positions and unrealized P&L.
  2. Have it pull quotes and recent context on two or three tokens you are watching.
  3. Ask it to backtest a simple rule, like a moving-average cross, before you act on it.
  4. Have it stage a sized order that respects a rule you set, then review and approve.

This keeps you in charge of the call while the agent handles the tedious parts: quotes, math, backtest setup, formatting the order. If you want a version that runs on a schedule, our managed agents scheduled trading guide covers cron-driven Claude agents.

Limits and Risks Worth Knowing

Approval is built in, so use it. Revolut requires your sign-off on every staged trade. That is the feature, not a nuisance. Read each order before you approve it.

Your limits are the other guardrail. The spend cap and allowed actions you set in Step 1 stop a bad prompt from becoming a bad trade. Set them tight and loosen only after a workflow earns it.

No paper sandbox. Unlike Alpaca or a Bybit testnet, Revolut X trades real assets. The limits and approvals control how much, but every fill is live. That is why the fund-it-small rule matters here.

Regulators are watching. Both the SEC and CFTC have warned about AI trading bot fraud, and the target of those warnings is handing an agent unsupervised control of real money. Revolut’s approval-on-every-trade design sits on the right side of that line, but only if you keep approvals on.

The agent can be wrong. An LLM placing orders is still an LLM. It can misread a prompt, misjudge size, or act on stale context. Approval screens and spend limits exist for exactly this.

How Revolut X Compares to Other Agentic Venues

Revolut is one of several platforms wiring assistants into live accounts in 2026. The differences that matter:

VenueAsset coverageSandboxBest for
Revolut XCrypto spot, 300+ tokensApproval on every trade, no paper modeRevolut users who want AI research plus staged crypto orders
Coinbase for AgentsCrypto spot and derivativesSpend/risk limits, no paper modeCrypto traders already on Coinbase
Robinhood AgenticUS equities, options, cryptoSandboxed sub-account, no paper modeRetail traders on Robinhood
Gemini Agentic TradingCrypto spot, regulated USPaper mode availableCrypto traders wanting a paper sandbox
Alpaca MCP V2Stocks, ETFs, options, cryptoFull paper tradingBuilders who want testable code-level control

If you already hold crypto on Coinbase, see the Coinbase for Agents setup. If you want a stock-side agent broker, the Robinhood agentic trading guide covers equities. If a paper sandbox matters before real money, Gemini Agentic Trading lets you rehearse first.

FAQ

Do I need API keys? Not for the connector route — a single login links Claude, with no keys to generate or store. The open-source connector for Claude Code or OpenClaw handles authentication for you too.

Can the agent trade without me? No. Revolut requires explicit approval on every trade an assistant stages. The AI drafts the order; you sign off before it fills.

What can it trade? Crypto only, across 300+ tokens on Revolut X. It does not cover stocks.

Does it work with anything besides Claude? Yes. Revolut advertises compatibility across 50+ AI apps, including Gemini, Cursor, and OpenClaw, all through the same MCP connector.

Bottom Line

Revolut X agent trading brings AI research and staged crypto orders to a mainstream banking app, and the approval-on-every-trade design makes it reasonable to try. Enable agent access, set a small limit, connect Claude over the MCP connector, and prove it out on tiny orders before you trust it with more. New to letting an agent trade at all? Read AI Trading 101 first, then wire it up.

Disclaimer: This article is for educational purposes only and is not financial advice. Trading cryptocurrencies involves substantial risk of loss. Past performance does not guarantee future results. Always do your own research before making any trading decisions. Read full disclaimer →
Alpha Guy
Alpha Guy

Founder of VibeTradingLab. Ex-Goldman Sachs engineer, 2025 Binance Top 1% Trader. Writes about using AI tools to build trading systems that actually work. Currently nomading between Bali, Dubai, and the Mediterranean.

Got stuck? Have questions?

Join our Telegram group to ask questions, share your bots, and connect with other AI traders.

Join Telegram