GhostMinutes MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GHOSTMINUTES_API_KEY | No | API key (gm_<32-char-hex>). Without it you get anonymous limits. | |
| GHOSTMINUTES_API_URL | No | Override API base if you proxy through a private edge. Defaults to Railway production. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transcribe_audio_urlA | Submit a publicly-accessible audio or video URL for transcription with speaker diarization. Returns a job_id you can poll with get_transcription_status, or use transcribe_audio_url_sync to wait synchronously. |
| transcribe_audio_url_syncA | Submit a URL for transcription and poll until completion (up to 5 minutes). Prefer transcribe_audio_url for faster handoff when clients can poll. |
| get_transcription_statusA | Poll GhostMinutes for transcription progress and results using job_id returned by transcribe_audio_url. |
| list_transcriptsA | List your transcription jobs on GhostMinutes (authenticated accounts only). |
| get_transcriptA | Fetch a saved transcription job by id from your GhostMinutes account. |
| delete_transcriptA | Delete a transcription job from your GhostMinutes account (destructive). |
| summarizeA | Summarize transcript text via GhostMinutes hosted AI (/api/ai/chat). Paste transcript content or downstream output from get_transcript. |
| get_creditsA | Show remaining GhostMinutes credits for the authenticated API key. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Rocketech-Software-Development/ghostminutes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server