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.

Windy Word

NPM · WINDY-WORD-MCP · SCANNED AUG 3

Control Windy Word voice-to-text from any MCP agent — 60 tools across 12 categories.

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 Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 6432 tokens (~96/item across 67 items; 67 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
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 · windy-word-mcp

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

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.20 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −7
    • 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 −18
    • Malware scan: pass → unverified security
  • 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 3 Aug 2026 · Analysed npm/[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 — 67 exposed · ~6,432 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
set_active_sound_pack ~89

Switch the active sound pack. Pack ids come from list_sound_effect_packs — typical built-ins are "_silent", "classic-beep", "soft-chime". Affects all 6 hook stages unless individually overridden via custom-sound assignments. Persisted via EffectsEngine _saveSettings.

NameTypeReqDescription
packIdstringyesPack id (e.g. "classic-beep", "_silent").

No output schema declared.

No examples provided.

set_active_voice_clone ~67

Set which voice clone is the active TTS default. Pass id=null to deactivate (no clone — falls back to built-in TTS). The id must match an existing clone (use list_voice_clones to discover ids).

NameTypeReqDescription
idyesClone id, or null to deactivate.

No output schema declared.

No examples provided.

set_autostart ~81

Enable or disable Windy Word's auto-launch on user login. Linux writes/removes a .desktop autostart entry; macOS/Windows toggle via Electron's setLoginItemSettings. Returns the resulting state (enabled boolean) so agents can verify the change took.

NameTypeReqDescription
enablebooleanyestrue to enable autostart, false to disable.

No output schema declared.

No examples provided.

set_config ~110

Patch the config store. Pass EITHER {path, value} for a single dotted-path write (e.g. path="engine.model", value="small"), OR {patch: {...}} for a flat object of dotted-path → value pairs applied in order. Changes persist immediately.

NameTypeReqDescription
patchobjectObject of dotted-path → value, applied in iteration order.
pathstringDotted path (e.g. "engine.model").
valueValue for the single-path form.

No output schema declared.

No examples provided.

set_hotkey ~100

Rebind a keyboard shortcut. Action keys: toggleRecording, pasteTranscript, pasteClipboard, showHide, quickTranslate. Accelerator format is Electron-style (e.g. "CommandOrControl+Shift+Space", "Alt+W"). Triggers an immediate re-registration.

NameTypeReqDescription
acceleratorstringyesElectron accelerator (e.g. "CommandOrControl+Shift+Space"). Avoid reserved combos.
keystringyesWhich action to rebind.

No output schema declared.

No examples provided.

set_master_sfx_volume ~80

Set the master SFX volume (0-100). Affects every hook stage as a multiplier on per-stage volumes. Persists immediately to localStorage windy_sfxVolume and applies to the live EffectsEngine.sound master.

NameTypeReqDescription
volumeintegeryesMaster SFX volume 0-100. 0 = silent, 100 = full.

No output schema declared.

No examples provided.

set_model ~78

Switch the active transcription model. Hot-reloads the running Python engine over WebSocket if it is currently active — no app restart needed. Model must be in the WindyTune ladder (see list_models).

NameTypeReqDescription
modelstringyesModel id (e.g. "tiny", "base", "small", "medium", "large-v3").

No output schema declared.

No examples provided.

set_paste_strategy ~117

Select a paste strategy. Pass "auto" to use the platform default chain, or a specific strategy name (e.g. "wtype", "ydotool_type", "osascript_cmdv"). Optionally override the fallback chain. Strategy names come from list_paste_strategies.

NameTypeReqDescription
fallbackChainarrayOptional override for the fallback order. If omitted, leaves the existing chain.
strategystringyesStrategy name (or "auto"). Must match a name returned by list_paste_strategies.

No output schema declared.

No examples provided.

set_setting ~157

Validate and apply a setting change against the catalog. Rejects unknown paths, type mismatches, out-of-range numbers, invalid enum values, malformed accelerators, and attempts to write read-only settings (e.g. license.*). On success, returns the previous + new value, any side effects that fired (e.g. "global shortcuts re-registered", "python engine hot-reload sent"), and whether a restart is required for the change to take full effect. Use set_config to bypass the catalog (low-level, no validation — for paths outside the catalog).

NameTypeReqDescription
pathstringyesDotted path. Get the catalog from list_settings.
valueyesNew value. Must match the type the catalog declares for this path.

No output schema declared.

No examples provided.

set_sound_effect_mode ~77

Switch the EffectsEngine mode: "silent" (no sounds), "classic" (built-in beeps), "surprise" (random selection from a category), "custom" (per-hook user-assigned sounds), "pack" (active pack drives everything). Persisted via _saveSettings.

NameTypeReqDescription
modestringyes

No output schema declared.

No examples provided.

set_sound_hook ~182

Configure a single sound-effect hook stage. Hooks are the 6 lifecycle points where Windy Word plays sounds: start (🎬 begin recording), during (🎤 mid-recording chirps), stop (⏹️ end recording), process (⏳ Whisper transcribing), warning (⚠️ approaching session limit), paste (📋 transcript injected). Each hook has enabled (boolean) + volume (0-100 int). Pass any combo of those args — omitted ones are unchanged. Routes through the renderer EffectsEngine and persists via _saveSettings to localStorage.

NameTypeReqDescription
enabledbooleanMute (false) / unmute (true) this stage.
hookstringyesWhich of the 6 hook stages.
volumeintegerPer-stage volume 0-100. Multiplies with master SFX volume.

No output schema declared.

No examples provided.

setup_install_polkit_rule ~228

Install or remove the Linux polkit auto-approve rule that lets install_dependency run without prompts. CRITICAL ONE-TIME SETUP for the agent-native install flow on a fresh machine: triggers a single pkexec password prompt for THIS call (the user types their password once); thereafter every install_dependency call for a whitelisted tool (wtype/ydotool/wl-clipboard/xdotool/ffmpeg) runs prompt-free. Uses subject.active so the rule applies to any logged-in user on the machine (not hardcoded to a single account). Linux only — returns 501 on macOS/Windows. Recommended flow: 1. run_diagnostics — see if install_polkit_rule check is warning 2. setup_install_polkit_rule({enable: true}) — user types password once 3. install_dependency({tool: "wtype"}) — silent install, no prompt Pass enable=false to remove the rule (also triggers a polkit prompt).

NameTypeReqDescription
enablebooleanyestrue to install the rule, false to remove it.

No output schema declared.

No examples provided.

show_hide_window ~29

Cycle the Windy Word window through its three states: full → mini tornado → hidden → full.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

test_paste_strategy ~85

WARNING: injects test text ("wtest") into whatever window currently has focus. Use to verify a specific strategy works on this machine. Returns timing + success flag. Have the user focus a known-safe target (e.g. a text editor) before calling.

NameTypeReqDescription
strategystringyesStrategy name to test. Get the list from list_paste_strategies.

No output schema declared.

No examples provided.

toggle_recording ~52

Toggle voice recording on or off (same effect as the global hotkey). If currently idle, starts listening. If currently recording, stops and triggers the transcription + paste pipeline against whatever window had focus when recording started.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

transcribe_audio_file ~201

Transcribe an audio file at a given path. Accepts any format ffmpeg can read (wav, mp3, m4a, ogg, flac, webm, etc. — auto-detected). Routes through the same Python Whisper engine the Windy Word desktop app uses for live transcripts (no cold start when the engine is warm — WebSocket-routed for sub-second hand-off). Returns transcript text + timing diagnostics (transcribeMs, audioDurationSec, ratio = transcribe/audio, modelUsed). 500MB file cap; 60s ffmpeg ceiling; 120s WS ceiling. Designed for individual files — agents wanting bulk processing should iterate over a directory and call this per file.

NameTypeReqDescription
languagestringISO-639-1 language hint for Whisper (default "en"). Pass "auto" to let the model detect.
pathstringyesAbsolute or working-dir-relative path to the audio file.

No output schema declared.

No examples provided.

translate_text ~150

Translate text to a target language. Tries the local translation-memory cache first (instant + free); on miss, calls Groq (preferred) or OpenAI via Windy Word's configured key. The TM cache auto-populates from successful calls so repeat translations are free. Source language defaults to "auto" (model detects); only concrete source-lang calls hit the TM. Returns {ok, translation, fromCache, sourceLang, targetLang, engine}.

NameTypeReqDescription
sourceLangstringSource language code or "auto" (default).
targetLangstringyesTarget language code (e.g. "es", "fr", "ja").
textstringyesText to translate.

No output schema declared.

No examples provided.