Connector guide1-minute readEnglish · Deutsch · Italiano

Revolut を Cursor に接続する方法 — MCP 経由

Revolut Business APIをMCP経由で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

Revolut Business APIをMCP経由で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 — FXクォート

ステップ5: Claudeに接続する

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

Claude Desktopを必要とせずに、設定 → コネクタの下でClaude.aiに直接MCPサーバーを追加することもできます。

ステップ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 を Cursor に接続する方法 — 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 を Cursor に接続する方法 — 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 を Cursor に接続する方法 — 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 を Cursor に接続する方法 — 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 を Cursor に接続する方法 — 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 を Cursor に接続する方法 — MCP 経由

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