Connector guide1-minute readEN · DE · IT

How to Connect Revolut to Claude AI

Connect the Revolut Business API to Claude via MCP. Analyze accounts, transactions, and expenses with AI using AnythingMCP.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Summary

Connect the Revolut Business API to Claude via MCP. Analyze accounts, transactions, and expenses with AI using AnythingMCP.

Analyze Business Banking with Claude

Revolut doesn't have an MCP connector. AnythingMCP converts Revolut's Business API into an MCP server so Claude can query your accounts, transactions, and team expenses.

Step-by-Step Guide

Step 1: Deploy AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Step 2: Generate Revolut Business API Token

In Settings → APIs → Business API, create a read-only access token.

Step 3: Create a REST Connector

Base URL: https://b2b.revolut.com/api/1.0. Set Bearer token authentication.

Step 4: Expose Key Endpoints

  • GET /accounts — Business accounts
  • GET /transactions — Transaction history
  • GET /team-members — Team members
  • GET /exchange/quote — FX quotes

Step 5: Connect to Claude

{
  "mcpServers": {
    "revolut": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

You can also add your MCP server directly in Claude.ai under Settings → Connectors, without needing Claude Desktop.

Step 6: Ask Claude About Your Banking

  • "Summarize our spending by category this month"
  • "Which accounts have the highest balances?"
  • "Show me all incoming payments from last week"
  • "How much did we spend on international transfers?"

Next Steps

Was this guide helpful?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

Related guides