Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Wise (formerly TransferWise) in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
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.
Prova a chiedere
Prompt di esempio per Wise (formerly TransferWise)
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Wise (formerly TransferWise), inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
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.
Setup
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)
Prerequisiti: WISE_API_TOKEN
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli Wise (formerly TransferWise) e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| 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_ |
Prossimi passi
Questa guida ti è stata utile?