Global multi-currency accounts + FX + international transfers. Best-in-class FX rates for cross-border. Profiles + Quotes + Recipients + Transfers + Balances + Webhooks. Bearer token, sandbox/live toggle.
$ npm install @codespar/mcp-wiseAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"wise": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-wise"
],
"env": {
"WISE_API_TOKEN": "<your_wise_api_token>"
}
}
}
}After restart, your agent can call any of the 21 tools below โ try list_profiles first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
WISE_API_TOKENWise Platform API token (Bearer). Issued per profile in the Wise dashboard.
WISE_ENVWise environment. 'sandbox' (default, https://api.sandbox.transferwise.tech) or 'live' (https://api.transferwise.com).
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_profilesget_profilecreate_quoteget_quoteupdate_quotecreate_recipientget_recipientlist_recipientsMCP is a protocol โ any framework that speaks it can mount this server.