Connector guide1-minute readEN · DE · IT

RevolutをClaude AIに接続する方法

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
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Summary

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.

関連ガイド