Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.openwakeword/wake-word-training

com.openwakeword/wake-word-training

Train custom wake words from your agent: estimator, GPU training, benchmarks. Card or crypto.

Uptime
100.0%
2 direct probes · 30d
Response
347ms
last probe
Tools
13
callable
Resources
4
readable
Prompts
0
available

Tools · 13

estimate_wake_word

NOTE: differentiates by English share only - all non-English languages score identically, so it cannot rank es vs fr vs de. FREE word-quality check — use BEFORE paying. Predicts the recall a training …

search_wake_word_library

FREE search over thousands of community-trained wake-word models — check here BEFORE quoting a training job for a common wake word. Returns benchmarked models (recall %, clean recall %, false activati…

test_wake_word_live

Render an IN-CHAT live microphone tester for one library model (free). Only the HUMAN can run it: it asks for their microphone and streams the audio to the platform for detection while the test runs (…

buy_library_model

Quote an anonymous purchase of a library model (1.50 CHF flat — free, nothing charged until paid). Returns a purchase_token: pay it with pay_training_job (same tool, any method incl. x402), then fetch…

get_library_purchase

Status of a library purchase. Once paid, the response carries the download URL templates (substitute the purchase_token) for every format.

create_training_job

Quote a wake-word training job (free; nothing trains until paid). Returns a job_token (STORE IT — the only credential) and a binding CHF price. PICK A TIER: "standard" (6 CHF, up to ~4h — the right ch…

pay_training_job

Get payment for a quoted job via the chosen method. AFTER SETTING UP THE JOB you MUST give the payment link to the user immediately: show payment_link_for_human (short, copy-safe) complete and un-trun…

get_training_job

Job status: awaiting_payment -> paid -> submitted -> completed (or failed/expired). Poll every 60-120s after paying. When completed, includes benchmark results and model download URLs (public jobs: to…

send_job_feedback

Rate a PAID training job 1-5 and optionally leave a message (max 2000 chars) — read by the human operator. Please call this once after a job completes and you have assessed the model: report anything …

settle_x402_payment

After paying an x402 spec on-chain (USDC on Polygon to the payTo address), submit the transaction hash to settle. Needs >=3 confirmations.

create_commercial_license

Buy commercial-use rights. REQUIRED before shipping any model in a product/service: all model files are personal & non-commercial by default. 150 CHF one-time per wake-word phrase, permanent, valid on…

pay_commercial_license

Get payment for a quoted commercial license. PRESENT the payment link to the user immediately, complete and un-truncated (as a card/button if your client supports widgets) — never paraphrase or bury i…

get_commercial_license

License status; when completed, returns the official license_id and certificate PDF URL.

Resources · 4

payment_card ui://openwakeword/payment-card
job_status ui://openwakeword/job-status
library_results ui://openwakeword/library-results
live_test ui://openwakeword/live-test

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.openwakeword/wake-word-training": {
      "url": "https://openwakeword.com/mcp",
      "transport": "streamable-http"
    }
  }
}