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.1
Version published
Weekly downloads
51
50%
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 (21)

ToolPurpose
list_profilesList Wise profiles (personal + business) accessible to this API token.
get_profileFetch a single Wise profile by id.
create_quoteCreate a Wise quote — locked FX rate plus payment options for a sourceCurrency / targetCurrency pair.
get_quoteFetch a Wise quote by id (within a profile).
update_quoteUpdate a Wise quote (e.g.
create_recipientCreate a Wise recipient (payout account).
get_recipientFetch a Wise recipient by id.
list_recipientsList Wise recipients on a profile, optionally filtered by destination currency.
delete_recipientDeactivate (soft-delete) a Wise recipient by id.
list_recipient_account_requirementsDiscover required details fields for creating a recipient given a quote.
create_transferCreate a Wise transfer using a quote and a recipient.
get_transferFetch a Wise transfer by id.
list_transfersList Wise transfers on a profile with optional filters (status, date range, currency).
fund_transferFund a Wise transfer from a multi-currency balance.
cancel_transferCancel a Wise transfer that has not yet been processed (must still be in a cancellable state — incoming_pay...
list_balancesList balance accounts on a profile.
get_balanceFetch a single balance account by id.
create_balance_accountOpen a new currency balance account on a profile (e.g.
list_webhooksList webhook subscriptions on a profile.
create_webhookCreate a webhook subscription on a profile.
delete_webhookDelete a webhook subscription from a profile.

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