Connector guide1-minute readEnglish · Deutsch · Italiano

Come collegare Revolut a Gemini — via MCP

Collega l'API Revolut Business a Claude tramite MCP. Analizza conti, transazioni e spese con l'AI usando 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

TL;DR

Collega l'API Revolut Business a Claude tramite MCP. Analizza conti, transazioni e spese con l'AI usando AnythingMCP.

Analizza il Conto Aziendale con Claude

Revolut non ha un connettore MCP. AnythingMCP converte l'API Business di Revolut in un server MCP in modo che Claude possa interrogare i tuoi conti, le transazioni e le spese del team.

Guida Passo dopo Passo

Passo 1: Distribuire AnythingMCP

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

Passo 2: Generare il Token API di Revolut Business

In Impostazioni → API → Business API, crea un token di accesso di sola lettura.

Passo 3: Creare un Connettore REST

URL base: https://b2b.revolut.com/api/1.0. Imposta l'autenticazione con Bearer token.

Passo 4: Esporre gli Endpoint Principali

  • GET /accounts — Conti aziendali
  • GET /transactions — Storico transazioni
  • GET /team-members — Membri del team
  • GET /exchange/quote — Quotazioni FX

Passo 5: Collegare Claude

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

Puoi anche aggiungere il tuo server MCP direttamente su Claude.ai in Impostazioni → Connectors, senza bisogno di Claude Desktop.

Passo 6: Chiedi a Claude del Tuo Conto

  • "Riassumi le nostre spese per categoria questo mese"
  • "Quali conti hanno i saldi più alti?"
  • "Mostrami tutti i pagamenti in entrata della scorsa settimana"
  • "Quanto abbiamo speso in trasferimenti internazionali?"

Prossimi Passi

Questa guida ti è stata utile?

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.

Guide correlate

SB
connectors

Come collegare SAP Business One a Gemini — via MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Come collegare SAP Concur a Gemini — via MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SS
connectors

Come collegare SAP S/4HANA Cloud a Gemini — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

A
connectors

Come collegare ActiveCampaign a Gemini — via MCP

Drive ActiveCampaign (marketing automation + CRM) from any AI agent: contacts, lists, tags, deals, pipelines, campaigns, automations. 16 tools. Custom Api-Token header auth, per-account API URL.

AS
connectors

Come collegare Acuity Scheduling a Gemini — via MCP

Drive Acuity Scheduling (Squarespace-owned booking SaaS) from any AI agent: appointments, availability, appointment types, calendars, clients, products. 12 tools, Basic-auth.

connectors

Come collegare Adyen a Gemini — via MCP

Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.