← kurdishtts.com
INDIVIDUAL MCP TOOL
transcribe_audio
Transcribe Kurdish audio (Sorani or Kurmanji) to text.
LIVE ENDPOINT
https://www.kurdishtts.com/api/mcp
Connect to this endpoint to inspect the live schema for transcribe_audio and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kurdish-tts-stt]
url = "https://www.kurdishtts.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kurdish-tts-stt": {
"type": "http",
"url": "https://www.kurdishtts.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kurdish-tts-stt
Remote MCP URL: https://www.kurdishtts.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kurdish-tts-stt": {
"url": "https://www.kurdishtts.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kurdish-tts-stt": {
"type": "http",
"url": "https://www.kurdishtts.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kurdish-tts-stt",
"transport": "streamable-http",
"url": "https://www.kurdishtts.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_dialects— List the supported Kurdish dialects and their scripts.list_voices— List available Kurdish text-to-speech voices.synthesize_speech— Convert Kurdish text (Sorani or Kurmanji) to speech audio.start_streaming_transcription— Start a live streaming speech-to-text session.