No install? Use cloud.anythingmcp.com directly.
Sign in, install the Wise (formerly TransferWise) in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → Wise (formerly TransferWise)、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
Wise (formerly TransferWise)
Manage international money transfers via the Wise Platform API: list personal and business profiles, view balances, create quotes, list past transfers. Sandbox environment available for free at sandbox.transferwise.tech.
设置
Production base URL: https://api.wise.com (default).
Sandbox base URL: https://api.sandbox.transferwise.tech. If you want to use the sandbox, override the connector's base URL after import — sandbox API tokens do not work against the production host and vice versa.
Getting an API token:
- Production: log in to wise.com → Settings → API tokens → Create new token. Choose
Readfor read-only tools,Full accessfor create-quote. - Sandbox: sign up at https://sandbox.transferwise.tech → Settings → API tokens. Sandbox tokens are free and unlimited for testing.
…(continued in the in-app connector instructions)
前提条件: WISE_API_TOKEN
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 Wise (formerly TransferWise) 并填入前提条件中列出的环境变量。
可用工具
| Tool | What it does |
|---|---|
wise_list_profiles | List all personal and business profiles linked to the API token |
wise_get_balances | Get all balances for a profile (one balance per currency held) |
wise_create_quote | Create a Wise quote for an international transfer |
wise_list_transfers | List past transfers for a profile, with optional filters by status (incoming_payment_waiting, processing, funds_converted, outgoing_payment_ |