{"name":"com.kurdishtts/kurdish-tts-stt","slug":"kurdishtts-kurdish-tts-stt","title":null,"description":"Sorani & Kurmanji TTS+STT: Kurdish speech most APIs lack. 885 voices, free tier, no key to browse.","url":"https://mcp.market/server/kurdishtts-kurdish-tts-stt","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T02:15:45.979Z","last_ok_at":"2026-09-21T02:15:45.979Z","latency_ms":1184},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.kurdishtts.com/docs/guides/claude-kurdish-voice","version":"1.2.0","remotes":[{"type":"streamable-http","url":"https://www.kurdishtts.com/api/mcp","headers":[{"description":"Bearer <ttsKey> or Bearer <ttsKey>:<sttKey>. Optional — discovery tools (list_dialects, list_voices, get_plan) work with no key. Billed tools require one: https://www.kurdishtts.com/settings/api","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"get_plan","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_dialects","description":"List the supported Kurdish dialects and their scripts. Static capability descriptor — costs nothing and needs no API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_voices","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model_version":{"type":"string","enum":["v3","v4","v5"],"description":"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 requires a paid API plan."},"dialect":{"type":"string","enum":["sorani","kurmanji","badini"],"description":"Filter by dialect."},"gender":{"type":"string","enum":["male","female"],"description":"Filter by voice gender."},"limit":{"type":"integer","minimum":1,"maximum":200,"description":"Maximum voices to return. Default 25."},"offset":{"type":"integer","minimum":0,"description":"Number of voices to skip, for paging. Default 0."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"start_streaming_transcription","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dialect":{"type":"string","enum":["sorani","kurmanji"],"description":"Dialect that will be spoken."}},"required":["dialect"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"synthesize_speech","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","minLength":1,"maxLength":4000,"description":"Kurdish text to synthesize. Max 4000 characters (only 600 if you set format \"wav\"); free plans are capped at 500."},"speaker_id":{"type":"string","description":"Voice 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."},"model_version":{"type":"string","enum":["v3","v4","v5"],"description":"Voice catalog and plan entitlement. Default \"v3\". Explicit \"v5\" and the Cast/Studio voices require a paid API plan."},"format":{"type":"string","enum":["mp3","opus","wav"],"description":"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 wav and opus ~11.5x. Choose \"wav\" only when you need uncompressed audio, and keep the text under 600 characters if you do."},"dialect":{"type":"string","enum":["sorani","kurmanji","badini"],"description":"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 after their reference clip but read Sorani and Kurmanji, so without this they pronounce Kurmanji with Sorani phonetics. \"badini\" is valid only with one of the six badini_ voices — pairing it with any other voice is refused with a 400."},"speed":{"type":"number","minimum":0.25,"maximum":4,"description":"Playback speed, higher = faster. Default 1."},"include_timestamps":{"type":"boolean","description":"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 play."}},"required":["text","speaker_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"transcribe_audio","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audio_base64":{"type":"string","minLength":1,"maxLength":4194308,"description":"Base64-encoded audio file (WAV, MP3, FLAC, OGG or M4A). Max 3MB decoded — compressed formats fit far more speech in that budget than WAV does."},"dialect":{"type":"string","enum":["sorani","kurmanji","auto"],"description":"Which 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 dialect when you have one."},"filename":{"type":"string","description":"Original filename, used to infer the format. Default audio.wav."},"mime_type":{"type":"string","description":"Audio MIME type. Default audio/wav."}},"required":["audio_base64","dialect"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-19T20:03:11.537Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:03:11.495Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1635ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://www.kurdishtts.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":1635,"serverInfo":{"name":"kurdish-tts-stt","version":"1.2.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.kurdishtts.com/apple-touch-icon.png","source":"registry","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}