Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.kurdishtts/kurdish-tts-stt

com.kurdishtts/kurdish-tts-stt

Kurdish (Sorani & Kurmanji) text-to-speech & speech-to-text — 664 AI voices. API key required.

Uptime
100.0%
1 direct probes · 30d
Response
904ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list_dialects

List the supported Kurdish dialects and their scripts. Static capability descriptor — costs nothing.

list_voices

List available Kurdish text-to-speech voices. Returns speaker ids (e.g. sorani_1, kurmanji_236) to use with synthesize_speech. Free metadata call — no credits consumed.

synthesize_speech

Convert Kurdish text (Sorani or Kurmanji) to speech audio. Requires a TTS API key; characters are billed against your plan. Max 600 characters per call over MCP — for longer texts call POST https://ww…

transcribe_audio

Transcribe Kurdish audio (Sorani or Kurmanji) to text. Requires an STT API key; usage is metered per audio minute against your plan. Max 4MB of decoded audio over MCP — for larger files call POST http…

start_streaming_transcription

Start a live streaming speech-to-text session. WARNING: calling this immediately consumes one streaming session from your STT plan quota — only call it when you are ready to connect. Returns a websock…

How to use

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

{
  "mcpServers": {
    "com.kurdishtts/kurdish-tts-stt": {
      "url": "https://www.kurdishtts.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}