Connector guide1-minute readEnglish · Deutsch · Italiano

如何将 Revolut 连接到 Gemini — 通过 MCP

通过 MCP 将 Revolut Business API 连接到 Claude。使用 AnythingMCP 通过 AI 分析账户、交易和费用。

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

通过 MCP 将 Revolut Business API 连接到 Claude。使用 AnythingMCP 通过 AI 分析账户、交易和费用。

使用 Claude 分析商业银行业务

Revolut 没有 MCP 连接器。AnythingMCP 将 Revolut 的 Business API 转换为 MCP 服务器,以便 Claude 可以查询您的账户、交易和团队费用。

分步指南

第 1 步:部署 AnythingMCP

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

第 2 步:生成 Revolut Business API 令牌

在设置 → APIs → Business API 中,创建一个只读访问令牌。

第 3 步:创建 REST 连接器

基础 URL: https://b2b.revolut.com/api/1.0。设置 Bearer 令牌认证。

第 4 步:暴露关键端点

  • GET /accounts — 商业账户
  • GET /transactions — 交易历史
  • GET /team-members — 团队成员
  • GET /exchange/quote — 外汇报价

第 5 步:连接到 Claude

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

您也可以直接在 Claude.ai设置 → 连接器 中添加您的 MCP 服务器,无需使用 Claude Desktop。

第 6 步:向 Claude 询问您的银行业务

  • "总结我们这个月按类别的支出"
  • "哪些账户的余额最高?"
  • "给我显示上周所有的收入支付"
  • "我们在国际转账上花了多少钱?"

下一步

这份指南对您有帮助吗?

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.

相关指南

SB
connectors

如何将 SAP Business One 连接到 Gemini — 通过 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

如何将 SAP Concur 连接到 Gemini — 通过 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

如何将 SAP S/4HANA Cloud 连接到 Gemini — 通过 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

如何将 ActiveCampaign 连接到 Gemini — 通过 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

如何将 Acuity Scheduling 连接到 Gemini — 通过 MCP

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

connectors

如何将 Adyen 连接到 Gemini — 通过 MCP

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