Skip to main content
Glama

MCP-Transcribe

manifest.json1.57 kB
{ "version": "1.0.3", "dxt_version": "0.1", "name": "Transcribe.com tools", "description": "Essential tools for transcribing audio and video files and converting audio into text", "author": { "name": "Transcribe.com", "email": "support@transcribe.com", "url": "https://github.com/transcribe-app/" }, "repository": { "type": "git", "url": "https://github.com/transcribe-app/mcp-transcribe" }, "homepage": "https://transcribe.com", "icon": "favicon-32x32.png", "server": { "type": "node", "entry_point": "build/index.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/build/index.js" ], "env": { "MCP_INTEGRATION_URL": "${user_config.MCP_INTEGRATION_URL}" } } }, "compatibility": { "runtimes": { "node": ">=20.0.0" } }, "tools": [ { "name": "convert-to-text" }, { "name": "read-transcriptions" }, { "name": "update-transcription" }, { "name": "get-balance" } ], "user_config": { "MCP_INTEGRATION_URL": { "type": "string", "title": "MCP Integration URL", "description": "MCP Integration URL from your account at https://transcribe.com, can be found in Automation popup", "required": true, "sensitive": true } }, "keywords": [ "transcription", "dictation", "otter", "meeting", "notes", "live", "convert", "interview", "classes", "research", "irecord", "service" ], "license": "MIT" }

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/transcribe-app/mcp-transcribe'

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