io.github.AIWerk/mcp-server-wise
NPM · @AIWERK/MCP-SERVER-WISE · SCANNED AUG 4
Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).
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 Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), 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 41 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 862 tokens (~78/item across 11 items; 11 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 · @aiwerk/mcp-server-wise
claude mcp add aiwerk-mcp-server-wise -- npx -y @aiwerk/mcp-server-wise
codex mcp add aiwerk-mcp-server-wise -- npx -y @aiwerk/mcp-server-wise
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aiwerk-mcp-server-wise": {
"type": "local",
"command": [
"npx",
"-y",
"@aiwerk/mcp-server-wise"
],
"enabled": true
}
}
} openclaw mcp add aiwerk-mcp-server-wise --command npx --arg -y --arg @aiwerk/mcp-server-wise
mcp_servers:
aiwerk-mcp-server-wise:
command: "npx"
args: ["-y", "@aiwerk/mcp-server-wise"] {
"mcpServers": {
"aiwerk-mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-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 −1
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +30
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +30
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- 28 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: pass functional
- 27 Jul 26 24
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/@aiwerk/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 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.
wise_get_account_requirements ~99
Get the required bank-account fields for creating a recipient in a given source→target currency + amount. Fields differ by country: USD routing number, EUR IBAN, GBP sort code, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| source | string | yes | Source currency code (ISO-4217) |
| sourceAmount | number | yes | Source amount (influences which requirement fields are needed) |
| target | string | yes | Target currency code (ISO-4217) |
No output schema declared.
No examples provided.
wise_get_balance ~50
Get a specific balance by ID (available amount, reserved amount, last updated).
| Name | Type | Req | Description |
|---|---|---|---|
| balanceId | integer | yes | Balance ID (from list_balances) |
| profileId | integer | yes | Profile ID |
No output schema declared.
No examples provided.
wise_get_exchange_rate ~60
Get the current mid-market exchange rate between two currencies.
| Name | Type | Req | Description |
|---|---|---|---|
| source | string | yes | Source currency code, ISO-4217 (e.g. EUR, USD, GBP) |
| target | string | yes | Target currency code, ISO-4217 |
No output schema declared.
No examples provided.
wise_get_exchange_rate_history ~112
Get historical mid-market exchange rates between two currencies. group: day/hour/minute granularity.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Start datetime (ISO-8601, e.g. 2026-04-01T00:00:00+0000) |
| group | string | — | Aggregation granularity. Default day. |
| source | string | yes | Source currency code |
| target | string | yes | Target currency code |
| to | string | yes | End datetime (ISO-8601) |
No output schema declared.
No examples provided.
wise_get_profile ~39
Get a profile by ID (name, type, address, KYC status).
| Name | Type | Req | Description |
|---|---|---|---|
| profileId | integer | yes | Profile ID (from list_profiles) |
No output schema declared.
No examples provided.
wise_get_recipient ~42
Get a recipient account by ID (bank details, account holder, currency).
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | integer | yes | Recipient account ID (from list_recipients) |
No output schema declared.
No examples provided.
wise_get_transfer ~41
Get a specific transfer by ID (status, amounts, recipient, quote, timestamps).
| Name | Type | Req | Description |
|---|---|---|---|
| transferId | integer | yes | Transfer ID (from list_transfers) |
No output schema declared.
No examples provided.
wise_list_balances ~92
List balance accounts for a profile. STANDARD = one per currency (the multi-currency account). SAVINGS = jars (user-named buckets). Default returns only STANDARD.
| Name | Type | Req | Description |
|---|---|---|---|
| profileId | integer | yes | Profile ID (from list_profiles) |
| types | string | — | Comma-separated balance types. Known values: STANDARD (one per currency), SAVINGS (jars, multiple per currency). Default STANDARD. |
No output schema declared.
No examples provided.
wise_list_profiles ~36
List all profiles (PERSONAL and BUSINESS) accessible with the token. ALWAYS call this first — most other tools need a profileId.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
wise_list_recipients ~62
List recipient accounts for a profile. Filter by currency if you only want e.g. EUR beneficiaries.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | — | Optional ISO-4217 filter. Without it, all currencies are returned. |
| profileId | integer | yes | Profile ID |
No output schema declared.
No examples provided.
wise_list_transfers ~229
List transfers for a profile with optional filters. Use status to narrow: incoming_payment_waiting, processing, funds_converted, outgoing_payment_sent, bounced_back, cancelled, funds_refunded.
| Name | Type | Req | Description |
|---|---|---|---|
| createdDateEnd | string | — | ISO-8601 end timestamp |
| createdDateStart | string | — | ISO-8601 start timestamp, e.g. 2026-01-01T00:00:00.000Z |
| limit | integer | — | Results per page (default 10, max 100) |
| offset | integer | — | Pagination offset |
| profileId | integer | yes | Profile ID |
| sourceCurrency | string | — | Filter by source currency (ISO-4217) |
| status | — | — | Filter by status. Known values: incoming_payment_waiting, incoming_payment_initiated, processing, funds_converted, outgoing_payment_sent, bounced_back, cancelled, funds_refunded, waiting_recipient_in… |
| targetCurrency | string | — | Filter by target currency |
No output schema declared.
No examples provided.