Skip to main content
Glama
jack-ai-net

jackai-stt-mcp

Official
by jack-ai-net

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusing it with others. Its purpose is clearly described.

Naming Consistency5/5

The single tool follows a clear verb_noun pattern (transcribe_audio), which is consistent and predictable.

Tool Count2/5

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.

Completeness2/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues