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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add codespar-mcp-wise -- npx -y @codespar/mcp-wise
codex mcp add codespar-mcp-wise -- npx -y @codespar/mcp-wise
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-wise": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-wise"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-wise --command npx --arg -y --arg @codespar/mcp-wise
mcp_servers:
codespar-mcp-wise:
command: "npx"
args: ["-y", "@codespar/mcp-wise"] {
"mcpServers": {
"codespar-mcp-wise": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-wise"
]
}
}
} 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.
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.
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.
cancel_transfer ~45
Cancel a Wise transfer that has not yet been processed (must still be in a cancellable state — incoming_payment_waiting, etc).
| Name | Type | Req | Description |
|---|---|---|---|
| transfer_id | string | yes | Transfer 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).
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | yes | ISO-4217 currency code for the new balance |
| name | string | — | Optional friendly name |
| profile_id | string | yes | Wise profile id |
| type | string | — | Balance 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.
| Name | Type | Req | Description |
|---|---|---|---|
| payOut | string | — | Optional payout method (e.g. BANK_TRANSFER, BALANCE, SWIFT) |
| preferredPayIn | string | — | Optional preferred pay-in method (e.g. BALANCE, BANK_TRANSFER) |
| profile_id | string | yes | Wise profile id (sender) |
| sourceAmount | number | — | Amount to send. Provide either sourceAmount or targetAmount. |
| sourceCurrency | string | yes | ISO-4217 source currency (e.g. USD) |
| targetAccount | number | — | Optional recipient account id to attach to the quote |
| targetAmount | number | — | Amount the recipient should receive. Provide either sourceAmount or targetAmount. |
| targetCurrency | string | yes | ISO-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.
| Name | Type | Req | Description |
|---|---|---|---|
| accountHolderName | string | yes | Full legal name on the destination account |
| currency | string | yes | ISO-4217 destination currency |
| details | object | yes | Currency-specific details (legalType, IBAN, accountNumber, BIC, etc) per requirements |
| ownedByCustomer | boolean | — | True if the recipient is the sender themselves |
| profile | number | yes | Wise profile id (sender) |
| type | string | yes | Account 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.
| Name | Type | Req | Description |
|---|---|---|---|
| customerTransactionId | string | yes | Idempotency key (UUID). Agents control idempotency — do not reuse. |
| details | object | — | Transfer details — reference (statement reference), transferPurpose, sourceOfFunds, etc. Required fields depend on currency corridor. |
| quoteUuid | string | yes | Quote id (v2 quotes return uuid; pass it here) |
| targetAccount | number | yes | Recipient 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`.
| Name | Type | Req | Description |
|---|---|---|---|
| delivery | object | yes | Delivery config: { version: '2.0.0', url: 'https://...' } |
| name | string | yes | Friendly name for the subscription |
| profile_id | string | yes | Wise profile id |
| trigger_on | string | yes | Event 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.
| Name | Type | Req | Description |
|---|---|---|---|
| recipient_id | string | yes | Recipient account id |
No output schema declared.
No examples provided.
delete_webhook ~40
Delete a webhook subscription from a profile.
| Name | Type | Req | Description |
|---|---|---|---|
| profile_id | string | yes | Wise profile id |
| subscription_id | string | yes | Webhook 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.
| Name | Type | Req | Description |
|---|---|---|---|
| profile_id | string | yes | Wise profile id |
| transfer_id | string | yes | Transfer id to fund |
| type | string | — | Funding 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.
| Name | Type | Req | Description |
|---|---|---|---|
| balance_id | string | yes | Balance account id |
| profile_id | string | yes | Wise profile id |
No output schema declared.
No examples provided.
get_profile ~27
Fetch a single Wise profile by id.
| Name | Type | Req | Description |
|---|---|---|---|
| profile_id | string | yes | Wise 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.
| Name | Type | Req | Description |
|---|---|---|---|
| profile_id | string | yes | Wise profile id |
| quote_id | string | yes | Quote id |
No output schema declared.
No examples provided.
get_recipient ~27
Fetch a Wise recipient by id.
| Name | Type | Req | Description |
|---|---|---|---|
| recipient_id | string | yes | Recipient 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).
| Name | Type | Req | Description |
|---|---|---|---|
| transfer_id | string | yes | Transfer id |
No output schema declared.
No examples provided.
list_balances ~57
List balance accounts on a profile. Type defaults to STANDARD (multi-currency wallet).
| Name | Type | Req | Description |
|---|---|---|---|
| profile_id | string | yes | Wise profile id |
| types | string | — | Comma-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).
| Name | Type | Req | Description |
|---|---|---|---|
| quote_id | string | yes | Quote 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.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | — | Optional ISO-4217 destination currency filter |
| profile_id | string | yes | Wise 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).
| Name | Type | Req | Description |
|---|---|---|---|
| createdDateEnd | string | — | Upper bound on creation time (ISO 8601) |
| createdDateStart | string | — | Lower bound on creation time (ISO 8601) |
| limit | number | — | Page size (default 100) |
| offset | number | — | Pagination offset |
| profile | string | yes | Wise profile id |
| sourceCurrency | string | — | Filter by source currency |
| status | string | — | Filter by status (e.g. incoming_payment_waiting, processing, outgoing_payment_sent, cancelled) |
| targetCurrency | string | — | Filter by target currency |
No output schema declared.
No examples provided.
list_webhooks ~27
List webhook subscriptions on a profile.
| Name | Type | Req | Description |
|---|---|---|---|
| profile_id | string | yes | Wise 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.
| Name | Type | Req | Description |
|---|---|---|---|
| payIn | string | — | Pay-in method (e.g. BALANCE, BANK_TRANSFER) |
| payOut | string | — | Payout method (e.g. BANK_TRANSFER, BALANCE, SWIFT) |
| profile_id | string | yes | Wise profile id |
| quote_id | string | yes | Quote id to update |
| targetAccount | number | — | Recipient account id to attach |
No output schema declared.
No examples provided.