Connector guide1-minute readEnglish · Deutsch · Italiano

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

通过 MCP 将 Wise API 连接到 Claude。使用 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

通过 MCP 将 Wise API 连接到 Claude。使用 AnythingMCP 监控多币种余额、跟踪转账并分析汇率。

使用 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.ai设置 → 连接器 中添加您的 MCP 服务器,无需使用 Claude Desktop。

第 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 连接到 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.