Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.kurdishtts/kurdish-tts-stt

REMOTE · WWW.KURDISHTTS.COM · SCANNED SEP 27

Sorani & Kurmanji TTS+STT: Kurdish speech most APIs lack. 885 voices, free tier, no key to browse.

0 this week 72 Trust /100

Recent critical change

Authorization (14 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2382 tokens (~397/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management50
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 5 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
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
  • Structured output schemas are declared (50% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.kurdishtts/kurdish-tts-stt MCP server?

com.kurdishtts/kurdish-tts-stt is a hosted endpoint at https://www.kurdishtts.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · www.kurdishtts.com

# add to Claude Code
claude mcp add --transport http com-kurdishtts-kurdish-tts-stt 'https://www.kurdishtts.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-kurdishtts-kurdish-tts-stt": {
      "url": "https://www.kurdishtts.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-kurdishtts-kurdish-tts-stt": {
      "type": "http",
      "url": "https://www.kurdishtts.com/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-kurdishtts-kurdish-tts-stt]
url = "https://www.kurdishtts.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-kurdishtts-kurdish-tts-stt": {
      "type": "remote",
      "url": "https://www.kurdishtts.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-kurdishtts-kurdish-tts-stt --url 'https://www.kurdishtts.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-kurdishtts-kurdish-tts-stt:
    url: "https://www.kurdishtts.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-kurdishtts-kurdish-tts-stt": {
      "Transport": "http",
      "Url": "https://www.kurdishtts.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-kurdishtts-kurdish-tts-stt -t streamable-http -u 'https://www.kurdishtts.com/api/mcp'
// mcp.json
{
  "mcpServers": {
    "com-kurdishtts-kurdish-tts-stt": {
      "type": "http",
      "url": "https://www.kurdishtts.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 16 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • “synthesize_speech” reworded the description of “dialect” cosmetic
  • 14 Sept 26 −7
    • Authorization: unverified → fail ▼ critical
    • Stability: pass → fail ▼ security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “list_dialects” rewrote its description, which is the text the model reads security
    • Tool “list_voices” rewrote its description, which is the text the model reads security
    • Tool “start_streaming_transcription” rewrote its description, which is the text the model reads security
    • Tool “synthesize_speech” rewrote its description, which is the text the model reads security
    • Tool “transcribe_audio” rewrote its description, which is the text the model reads security
    • Tool “start_streaming_transcription” is now declared destructive security
    • Schema quality: 228 → 372 ▼ functional
    • “list_dialects” dropped the required parameter “context” ▼ functional
    • “list_voices” dropped the required parameter “context” ▼ functional
    • “start_streaming_transcription” dropped the required parameter “context” ▼ functional
    • “synthesize_speech” dropped the required parameter “context” ▼ functional
    • “transcribe_audio” dropped the required parameter “context” ▼ functional
    • Tool “list_dialects” now declares an output schema ▲ functional
    • Tool “list_voices” now declares an output schema ▲ functional
    • First check of Tool coverage: 50 functional
    • Server version: 1.0.0 → 1.2.0 functional
    • New tool “get_plan” functional
    • “list_voices” added an optional parameter “gender” cosmetic
    • “list_voices” added an optional parameter “limit” cosmetic
    • “list_voices” added an optional parameter “offset” cosmetic
    • “synthesize_speech” added an optional parameter “dialect” cosmetic
    • “synthesize_speech” added an optional parameter “format” cosmetic
    • “list_voices” reworded the description of “model_version” cosmetic
    • “synthesize_speech” reworded the description of “include_timestamps” cosmetic
    • “synthesize_speech” reworded the description of “model_version” cosmetic
    • “synthesize_speech” reworded the description of “speaker_id” cosmetic
    • “synthesize_speech” reworded the description of “text” cosmetic
    • “transcribe_audio” reworded the description of “audio_base64” cosmetic
    • “transcribe_audio” reworded the description of “dialect” cosmetic
    • Tool “start_streaming_transcription” changed its title: Start live Kurdish transcription session → Start live Kurdish transcription session (listening, not speaking) cosmetic
  • 11 Sept 26 0
    • “list_voices” reworded the description of “model_version” cosmetic

    1 cosmetic change on this day. Switch on “Show cosmetic changes” to see it.

  • 10 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +1
    • “list_voices” reworded the description of “model_version” cosmetic
    • “synthesize_speech” reworded the description of “model_version” cosmetic

    2 cosmetic changes on this day. Switch on “Show cosmetic changes” to see them.

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 27 Sept 2026 · Probed https://www.kurdishtts.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.kurdishtts.com CN=YR1,O=Let's Encrypt,C=US 4 Sept 2026 3 Dec 2026 RSA 2048 SHA256-RSA 5b0c1fc2d268318273ec54478532194f257
SANs: www.kurdishtts.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of www.kurdishtts.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
kurdishtts.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.kurdishtts.com/api/mcp Verified 200
http (plaintext) http://www.kurdishtts.com/api/mcp HTTPS enforced 308 https://www.kurdishtts.com/api/mcp
MCP tools · 6 exposed · ~1,341 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_plan ~85

Show what this connection may use. With an API key: your current plan, remaining allowance, which model_versions and speaker ids you may render. Without a key: the purchasable plan ladder and how to get a key. Free, no credits consumed. Call this FIRST when any tool returns a 401 or 403 — it is the fastest way to learn what went wrong.

Input schema present but exposes no named parameters.

NameTypeReqDescription
allowed_model_versionsarray––
authenticatedbooleanyes–
cast_and_studio_voicesboolean––
catalog–––
keys_urlstringyes–
next_stepstringyes–
planstring––
plan_namestring––
plans_urlstringyes–
statusstring––
stt–––
tts_characters_quotanumber|null––
tts_characters_remainingnumber|null––
tts_characters_usednumber|null––
usable_speaker_idsobject––

No examples provided.

list_dialects ~32

List the supported Kurdish dialects and their scripts. Static capability descriptor — costs nothing and needs no API key.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dialectsarrayyes–

No examples provided.

list_voices ~213

List available Kurdish text-to-speech voices. Returns speaker ids to use with synthesize_speech. Free metadata call — no credits consumed, no API key needed. Defaults to model_version "v3", the SAME default synthesize_speech uses — pass the same model_version to both, because a speaker id from one catalog does not exist in another. Results are paginated; the response reports total_count and which ids a free plan may render.

NameTypeReqDescription
dialectstring–Filter by dialect.
genderstring–Filter by voice gender.
limitinteger–Maximum voices to return. Default 25.
model_versionstring–Voice catalog. Default "v3", matching synthesize_speech. v3 is the compatibility catalog; v4 is the large catalog (hundreds of voices); v5 is the curated catalog plus Cast and Studio voices, and requ…
offsetinteger–Number of voices to skip, for paging. Default 0.
NameTypeReqDescription
free_plan_speaker_idsarrayyes–
has_morebooleanyes–
limitnumberyes–
model_versionstringyes–
model_version_sourcestringyes–
notestringyes–
offsetnumberyes–
returned_countnumberyes–
speakersarrayyes–
total_countnumberyes–
unique_speaker_idsnumberyes–
your_allowed_model_versions–yes–
your_planstring|nullyes–

No examples provided.

start_streaming_transcription ~155

Open a live speech-to-text session for LISTENING — a microphone or audio stream you transcribe in real time. This does NOT make anything speak; to speak Kurdish use synthesize_speech, or POST https://www.kurdishtts.com/api/tts-stream for progressive audio. WARNING: calling this immediately consumes one streaming session from your STT plan quota — only call it when you are ready to connect. Returns a websocket_url: open it, stream PCM16 mono 16kHz audio chunks, send {"type": "finalize"} to flush and {"type": "done"} to close. Session duration is limited by plan.

NameTypeReqDescription
dialectstringyesDialect that will be spoken.

No output schema declared.

No examples provided.

synthesize_speech ~553

Convert Kurdish text (Sorani or Kurmanji) to speech audio. Requires a TTS API key; characters are billed against your plan. Get speaker_id from list_voices called with the SAME model_version you pass here (default "v3") — ids are not shared between catalogs. Returns one complete clip: MCP cannot stream, so for a live voice agent call POST https://www.kurdishtts.com/api/tts-stream directly instead (SSE, first audio in ~1s). Max 4000 characters per call in the default mp3 container, 600 with format "wav"; free plans are capped at 500 server-side. Note: speed is caller-facing (higher = faster).

NameTypeReqDescription
dialectstring–Language the text is in. Normally inferred from the speaker_id prefix and safe to omit. REQUIRED to get a correct Kurmanji read from a Cast or Studio voice (cast_*, studio_*): those are tagged sorani…
formatstring–Audio container. Default "mp3". Audio is returned base64-encoded inside the tool result, so the container decides how much of your context it costs: for identical speech, mp3 is ~7.5x smaller than wa…
include_timestampsboolean–Return JSON with word-level timestamps instead of an audio block. NOTE: the audio in that JSON is headerless raw PCM16 (24kHz mono), not a WAV file — add a WAV header before saving it, or it will not…
model_versionstring–Voice catalog and plan entitlement. Default "v3". Explicit "v5" and the Cast/Studio voices require a paid API plan.
speaker_idstringyesVoice id from list_voices, e.g. "sorani_85" or "kurmanji_6" on the default "v3" catalog. Dialect is derived from the prefix. Must come from the same model_version you pass below.
speednumber–Playback speed, higher = faster. Default 1.
textstringyesKurdish text to synthesize. Max 4000 characters (only 600 if you set format "wav"); free plans are capped at 500.

No output schema declared.

No examples provided.

transcribe_audio ~303

Transcribe Kurdish audio (Sorani or Kurmanji) to text. Requires an STT API key; usage is metered per audio minute against your plan. IMPORTANT: dialect selects the decoder and nothing detects it for you — transcribing Sorani audio as Kurmanji returns fluent, confident, WRONG text with no error. Pass dialect "auto" when you are not certain, and pick the coherent transcript from the two it returns. Max 3MB of decoded audio over MCP (~90s of 16kHz WAV, but ~25 minutes of 64kbps MP3 — send compressed audio to fit more); for larger files call POST https://www.kurdishtts.com/api/stt-proxy directly (multipart).

NameTypeReqDescription
audio_base64stringyesBase64-encoded audio file (WAV, MP3, FLAC, OGG or M4A). Max 3MB decoded — compressed formats fit far more speech in that budget than WAV does.
dialectstringyesWhich decoder to run. "sorani" or "kurmanji" when you know the dialect. "auto" transcribes with BOTH and returns both transcripts so you can choose — it bills the audio twice, so prefer a known diale…
filenamestring–Original filename, used to infer the format. Default audio.wav.
mime_typestring–Audio MIME type. Default audio/wav.

No output schema declared.

No examples provided.

Common questions

What is the com.kurdishtts/kurdish-tts-stt MCP server?

com.kurdishtts/kurdish-tts-stt is an MCP server listed in the public MCP registry as com.kurdishtts/kurdish-tts-stt. Sorani & Kurmanji TTS+STT: Kurdish speech most APIs lack. 885 voices, free tier, no key to browse. This page covers its hosted endpoint (https://www.kurdishtts.com/api/mcp).

Is the com.kurdishtts/kurdish-tts-stt MCP server safe to use?

com.kurdishtts/kurdish-tts-stt scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.kurdishtts/kurdish-tts-stt MCP server expose?

com.kurdishtts/kurdish-tts-stt exposes 6 tools: list_dialects, list_voices, get_plan, synthesize_speech, transcribe_audio, start_streaming_transcription. Their descriptions and schemas cost roughly 1,341 tokens of context every time the server is loaded.

Does the com.kurdishtts/kurdish-tts-stt MCP server require authentication?

No. We connected to com.kurdishtts/kurdish-tts-stt without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.kurdishtts/kurdish-tts-stt MCP server still maintained?

com.kurdishtts/kurdish-tts-stt is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.