Skip to main content
Glama
speechweave

@speechweave/mcp

Official
by speechweave

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPEECHWEAVE_API_KEYYesYour SpeechWeave API key (starts with sk_live_)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
transcribe_fileA

Upload a local audio/video file and wait until transcription finishes. Prefer for short/medium clips when you need the transcript in this turn. Pass an absolute filesystem path (never raw binary). On wait timeout, returns job_id — then call get_job_status. For long audio you plan to poll yourself, use start_job_file instead.

transcribe_urlA

Start transcription from a public HTTPS URL and wait until it finishes. Prefer for short/medium media when you need the transcript in this turn. On wait timeout, returns job_id — then call get_job_status. For long audio you plan to poll yourself, use start_job_url instead.

start_job_fileA

Upload a local audio/video file and return a job id immediately without waiting. Use for long recordings or when you will poll later with get_job_status. Pass an absolute filesystem path.

start_job_urlA

Create a transcription job from a public HTTPS URL and return a job id immediately. Use for long media or deferred workflows; poll with get_job_status until completed, failed, or cancelled.

get_job_statusA

Fetch the current status of a transcription job (and transcript when completed). Poll until status is completed, failed, or cancelled.

cancel_jobA

Cancel a queued or processing transcription job. Fails if the job is already terminal.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/speechweave/speechweave-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server