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.AIWerk/mcp-server-wise

NPM · @AIWERK/MCP-SERVER-WISE · SCANNED AUG 4

Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).

+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 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
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
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 · @aiwerk/mcp-server-wise

# add to Claude Code
claude mcp add aiwerk-mcp-server-wise -- npx -y @aiwerk/mcp-server-wise
# add to Codex CLI
codex mcp add aiwerk-mcp-server-wise -- npx -y @aiwerk/mcp-server-wise
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aiwerk-mcp-server-wise": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aiwerk/mcp-server-wise"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aiwerk-mcp-server-wise --command npx --arg -y --arg @aiwerk/mcp-server-wise
# ~/.hermes/config.yaml
mcp_servers:
  aiwerk-mcp-server-wise:
    command: "npx"
    args: ["-y", "@aiwerk/mcp-server-wise"]
// mcp.json
{
  "mcpServers": {
    "aiwerk-mcp-server-wise": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-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 −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.

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/@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.

MCP tools — 11 exposed · ~862 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
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.

NameTypeReqDescription
sourcestringyesSource currency code (ISO-4217)
sourceAmountnumberyesSource amount (influences which requirement fields are needed)
targetstringyesTarget 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).

NameTypeReqDescription
balanceIdintegeryesBalance ID (from list_balances)
profileIdintegeryesProfile ID

No output schema declared.

No examples provided.

wise_get_exchange_rate ~60

Get the current mid-market exchange rate between two currencies.

NameTypeReqDescription
sourcestringyesSource currency code, ISO-4217 (e.g. EUR, USD, GBP)
targetstringyesTarget 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.

NameTypeReqDescription
fromstringyesStart datetime (ISO-8601, e.g. 2026-04-01T00:00:00+0000)
groupstringAggregation granularity. Default day.
sourcestringyesSource currency code
targetstringyesTarget currency code
tostringyesEnd datetime (ISO-8601)

No output schema declared.

No examples provided.

wise_get_profile ~39

Get a profile by ID (name, type, address, KYC status).

NameTypeReqDescription
profileIdintegeryesProfile 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).

NameTypeReqDescription
accountIdintegeryesRecipient 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).

NameTypeReqDescription
transferIdintegeryesTransfer 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.

NameTypeReqDescription
profileIdintegeryesProfile ID (from list_profiles)
typesstringComma-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.

NameTypeReqDescription
currencystringOptional ISO-4217 filter. Without it, all currencies are returned.
profileIdintegeryesProfile 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.

NameTypeReqDescription
createdDateEndstringISO-8601 end timestamp
createdDateStartstringISO-8601 start timestamp, e.g. 2026-01-01T00:00:00.000Z
limitintegerResults per page (default 10, max 100)
offsetintegerPagination offset
profileIdintegeryesProfile ID
sourceCurrencystringFilter by source currency (ISO-4217)
statusFilter by status. Known values: incoming_payment_waiting, incoming_payment_initiated, processing, funds_converted, outgoing_payment_sent, bounced_back, cancelled, funds_refunded, waiting_recipient_in…
targetCurrencystringFilter by target currency

No output schema declared.

No examples provided.