New:Socket for Asana Is Now Available.Learn more
Sign In

@codespar/mcp-wise

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-wise

MCP server for Wise — global multi-currency accounts, FX, and international transfers via the Wise Platform API.

npmnpm
Version
0.1.0
Version published
Weekly downloads
41
-2.38%
Maintainers
1
Weekly downloads
 
Created
Source

@codespar/mcp-wise

MCP server for Wise (Wise Platform API) — global multi-currency accounts, FX, and international transfers.

Wise gives multi-currency balances, mid-market FX, and cross-border payouts to 70+ currencies via local rails. This server exposes the core Platform API: profiles, quotes, recipients, transfers, balances, and webhooks.

Tools

ToolPurpose
list_profiles / get_profileList or fetch a profile (personal/business)
create_quote / get_quote / update_quoteQuote an FX + transfer (locked rate, fees)
create_recipient / get_recipient / list_recipients / delete_recipientManage payout recipients
list_recipient_account_requirementsDiscover required bank fields per currency/country
create_transfer / get_transfer / list_transfersCreate and track international transfers
fund_transferFund a transfer from a balance account
cancel_transferCancel a transfer that has not yet been processed
list_balances / get_balance / create_balance_accountMulti-currency balance accounts
list_webhooks / create_webhook / delete_webhookSubscribe to event notifications

Install

npm install @codespar/mcp-wise

Environment

WISE_API_TOKEN="..."   # Bearer token, issued per profile in the Wise dashboard
WISE_ENV="sandbox"     # 'sandbox' (default) or 'live'

Base URLs:

  • sandboxhttps://api.sandbox.transferwise.tech
  • livehttps://api.transferwise.com

Authentication

Bearer token. Every request sends Authorization: Bearer ${WISE_API_TOKEN}. Tokens are issued per profile in the Wise dashboard — keep one token per environment (sandbox / live).

Run

# stdio (default — for Claude Desktop, Cursor, etc)
npx @codespar/mcp-wise

# HTTP (for server-to-server testing)
MCP_HTTP=true MCP_PORT=3000 npx @codespar/mcp-wise

License

MIT

Keywords

mcp

FAQs

Package last updated on 25 Apr 2026

Related posts