Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.codespar/mcp-wise

NPM · @CODESPAR/MCP-WISE · SCANNED AUG 4

MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1648 tokens (~78/item across 21 items; 21 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @codespar/mcp-wise

# add to Claude Code
claude mcp add codespar-mcp-wise -- npx -y @codespar/mcp-wise
# add to Codex CLI
codex mcp add codespar-mcp-wise -- npx -y @codespar/mcp-wise
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-wise": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-wise"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-wise --command npx --arg -y --arg @codespar/mcp-wise
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-wise:
    command: "npx"
    args: ["-y", "@codespar/mcp-wise"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-wise": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-wise"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +4
    • Stability: unverified → 0.30 functional
  • 2 Aug 26 +29
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +31
    • Malware scan: unverified → pass security
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/@codespar/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 21 exposed · ~1,581 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
cancel_transfer ~45

Cancel a Wise transfer that has not yet been processed (must still be in a cancellable state — incoming_payment_waiting, etc).

NameTypeReqDescription
transfer_idstringyesTransfer id

No output schema declared.

No examples provided.

create_balance_account ~80

Open a new currency balance account on a profile (e.g. open a EUR balance to hold euros).

NameTypeReqDescription
currencystringyesISO-4217 currency code for the new balance
namestringOptional friendly name
profile_idstringyesWise profile id
typestringBalance type (default STANDARD)

No output schema declared.

No examples provided.

create_quote ~203

Create a Wise quote — locked FX rate plus payment options for a sourceCurrency / targetCurrency pair. Provide either sourceAmount or targetAmount, not both. Returns the quote id used to create a transfer.

NameTypeReqDescription
payOutstringOptional payout method (e.g. BANK_TRANSFER, BALANCE, SWIFT)
preferredPayInstringOptional preferred pay-in method (e.g. BALANCE, BANK_TRANSFER)
profile_idstringyesWise profile id (sender)
sourceAmountnumberAmount to send. Provide either sourceAmount or targetAmount.
sourceCurrencystringyesISO-4217 source currency (e.g. USD)
targetAccountnumberOptional recipient account id to attach to the quote
targetAmountnumberAmount the recipient should receive. Provide either sourceAmount or targetAmount.
targetCurrencystringyesISO-4217 target currency (e.g. EUR)

No output schema declared.

No examples provided.

create_recipient ~156

Create a Wise recipient (payout account). Required `details` fields vary by currency / country — discover them with list_recipient_account_requirements first.

NameTypeReqDescription
accountHolderNamestringyesFull legal name on the destination account
currencystringyesISO-4217 destination currency
detailsobjectyesCurrency-specific details (legalType, IBAN, accountNumber, BIC, etc) per requirements
ownedByCustomerbooleanTrue if the recipient is the sender themselves
profilenumberyesWise profile id (sender)
typestringyesAccount type, per requirements (e.g. iban, sort_code, aba, brazil, swift_code, email, ...).

No output schema declared.

No examples provided.

create_transfer ~136

Create a Wise transfer using a quote and a recipient. Requires a customerTransactionId for idempotency. The transfer is created in incomplete state — call fund_transfer to debit the source.

NameTypeReqDescription
customerTransactionIdstringyesIdempotency key (UUID). Agents control idempotency — do not reuse.
detailsobjectTransfer details — reference (statement reference), transferPurpose, sourceOfFunds, etc. Required fields depend on currency corridor.
quoteUuidstringyesQuote id (v2 quotes return uuid; pass it here)
targetAccountnumberyesRecipient account id (from create_recipient)

No output schema declared.

No examples provided.

create_webhook ~107

Create a webhook subscription on a profile. Wise will POST events of `trigger_on` type to `delivery.url`.

NameTypeReqDescription
deliveryobjectyesDelivery config: { version: '2.0.0', url: 'https://...' }
namestringyesFriendly name for the subscription
profile_idstringyesWise profile id
trigger_onstringyesEvent type (e.g. transfers#state-change, balances#credit, balances#update)

No output schema declared.

No examples provided.

delete_recipient ~42

Deactivate (soft-delete) a Wise recipient by id. The recipient is no longer usable for new transfers.

NameTypeReqDescription
recipient_idstringyesRecipient account id

No output schema declared.

No examples provided.

delete_webhook ~40

Delete a webhook subscription from a profile.

NameTypeReqDescription
profile_idstringyesWise profile id
subscription_idstringyesWebhook subscription id

No output schema declared.

No examples provided.

fund_transfer ~82

Fund a Wise transfer from a multi-currency balance. Equivalent to clicking 'Pay' in the dashboard. Use type=BALANCE for balance funding.

NameTypeReqDescription
profile_idstringyesWise profile id
transfer_idstringyesTransfer id to fund
typestringFunding source type (typically BALANCE). Other types may require additional setup.

No output schema declared.

No examples provided.

get_balance ~38

Fetch a single balance account by id.

NameTypeReqDescription
balance_idstringyesBalance account id
profile_idstringyesWise profile id

No output schema declared.

No examples provided.

get_profile ~27

Fetch a single Wise profile by id.

NameTypeReqDescription
profile_idstringyesWise profile id

No output schema declared.

No examples provided.

get_quote ~50

Fetch a Wise quote by id (within a profile). Returns rate, fees, and available paymentOptions.

NameTypeReqDescription
profile_idstringyesWise profile id
quote_idstringyesQuote id

No output schema declared.

No examples provided.

get_recipient ~27

Fetch a Wise recipient by id.

NameTypeReqDescription
recipient_idstringyesRecipient account id

No output schema declared.

No examples provided.

get_transfer ~45

Fetch a Wise transfer by id. Returns status (incoming_payment_waiting, processing, outgoing_payment_sent, funds_refunded, etc).

NameTypeReqDescription
transfer_idstringyesTransfer id

No output schema declared.

No examples provided.

list_balances ~57

List balance accounts on a profile. Type defaults to STANDARD (multi-currency wallet).

NameTypeReqDescription
profile_idstringyesWise profile id
typesstringComma-separated balance types (default STANDARD; SAVINGS also valid)

No output schema declared.

No examples provided.

list_profiles ~40

List Wise profiles (personal + business) accessible to this API token. Most other endpoints are scoped to a profile id, so call this first to discover yours.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_recipient_account_requirements ~68

Discover required `details` fields for creating a recipient given a quote. Wise returns dynamic field schemas per currency / country / payout method (IBAN vs SWIFT vs local clearing, etc).

NameTypeReqDescription
quote_idstringyesQuote id used to determine destination currency / payout method

No output schema declared.

No examples provided.

list_recipients ~49

List Wise recipients on a profile, optionally filtered by destination currency.

NameTypeReqDescription
currencystringOptional ISO-4217 destination currency filter
profile_idstringyesWise profile id

No output schema declared.

No examples provided.

list_transfers ~146

List Wise transfers on a profile with optional filters (status, date range, currency).

NameTypeReqDescription
createdDateEndstringUpper bound on creation time (ISO 8601)
createdDateStartstringLower bound on creation time (ISO 8601)
limitnumberPage size (default 100)
offsetnumberPagination offset
profilestringyesWise profile id
sourceCurrencystringFilter by source currency
statusstringFilter by status (e.g. incoming_payment_waiting, processing, outgoing_payment_sent, cancelled)
targetCurrencystringFilter by target currency

No output schema declared.

No examples provided.

list_webhooks ~27

List webhook subscriptions on a profile.

NameTypeReqDescription
profile_idstringyesWise profile id

No output schema declared.

No examples provided.

update_quote ~116

Update a Wise quote (e.g. attach a recipient via targetAccount, or change payOut). Returns the updated quote with refreshed paymentOptions.

NameTypeReqDescription
payInstringPay-in method (e.g. BALANCE, BANK_TRANSFER)
payOutstringPayout method (e.g. BANK_TRANSFER, BALANCE, SWIFT)
profile_idstringyesWise profile id
quote_idstringyesQuote id to update
targetAccountnumberRecipient account id to attach

No output schema declared.

No examples provided.