Connector guide1-minute readEnglish · Deutsch · Italiano

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

Wise 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

Wise API を MCP 経由で Claude に接続します。AnythingMCP を使用して、マルチ通貨残高を監視し、送金を追跡し、AI で為替レートを分析します。

Claude で国際送金を追跡する

Wise には MCP コネクタがありません。AnythingMCP は Wise の REST API を MCP サーバーに変換し、Claude がマルチ通貨残高、送金、為替レートを照会できるようにします。

ステップバイステップガイド

ステップ 1: AnythingMCP をデプロイする

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

ステップ 2: 読み取り専用の Wise API トークンを取得する

Wise ビジネス設定 → API トークンで読み取り専用トークンを生成します。

ステップ 3: REST コネクタを作成する

ベース URL: https://api.transferwise.com。Bearer トークン認証を設定します。

ステップ 4: 主要エンドポイントを公開する

  • GET /v4/profiles/{profileId}/balances — マルチ通貨残高
  • GET /v1/transfers — 送金履歴
  • GET /v1/rates — リアルタイム為替レート
  • GET /v1/profiles/{profileId}/borderless-accounts/statement — 明細書

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

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

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

ステップ 6: Claude に送金について尋ねる

  • "全通貨の合計残高はいくらですか?"
  • "過去 30 日間の送金履歴を見せてください"
  • "為替レートの変動で今四半期にどれだけのコストがかかりましたか?"
  • "今日の EUR/USD レートを先月と比較してください"

次のステップ

このガイドは役に立ちましたか?

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.