jackai-stt-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your OpenAI API key. Get one at https://platform.openai.com/api-keys. The account needs credit. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transcribe_audioA | Transcribe ONE audio file and return its text. Arabic is fully supported: return the Arabic text as transcribed, and do not translate it unless the user asks. Reads the file directly from this machine, so a path is all that's needed — no uploading, copying, or encoding. Pass exactly one audio source. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusing it with others. Its purpose is clearly described.
The single tool follows a clear verb_noun pattern (transcribe_audio), which is consistent and predictable.
With only one tool, the server is extremely thin for its apparent scope as an STT service. A typical STT server would include multiple tools for broader coverage.
The server only provides basic single-file transcription, lacking common STT features like remote file handling, language selection, or batch processing. This is a significant gap for a dedicated STT MCP server.