MCP Wise runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
Today is the operative word: we check MCP Wise every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-wise -- npx -y @codespar/mcp-wise
{
"mcpServers": {
"mcp-wise": {
"args": [
"-y",
"@codespar/mcp-wise"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-wise]
command = "npx"
args = ["-y", "@codespar/mcp-wise"]
{
"mcpServers": {
"mcp-wise": {
"args": [
"-y",
"@codespar/mcp-wise"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-wise": {
"args": [
"-y",
"@codespar/mcp-wise"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
WISE_API_TOKEN (Wise Platform API token (Bearer). Issued per profile in the Wise dashboard.), WISE_ENV (Wise environment. 'sandbox' (default, https://api.sandbox.transferwise.tech) or 'live' (https://api.transferwise.com).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments
MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L
MCP server for Huntress — accounts, organizations, agents, incidents, and reports.
Answers built from our own checks of this server.