目录 / Audio & Video Transcriber
MCP
鉴权未知
未评级
已上架
Audio & Video Transcriber
Transcribe any audio or video URL to text with Whisper. Returns plain text, SRT and VTT subtitles and timestamped segments, and can split a long transcript into overlapping chunks whose timestamps point at playable audio, ready for an embedder. Monitor a podcast feed and transcribe only episodes not seen before. Works on podcasts, MP3, MP4, WAV and direct media links.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://media-transcriber--tashev.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Audio \u0026 Video Transcriber": {
"url": "https://media-transcriber--tashev.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| get-actor-run | Get detailed information about a specific Actor run. Returns run result: status, storages (datasets/keyValueStores alias map), stats, summary, nextStep. - summary describes the past (e.g. "SUCCEEDED in 22s. 47 items; 3 fields available."). - nextStep prescribes one primary follow-up action with identifiers interpolated (e.g. "Use get-dataset-items with datasetId=..."). - waitSecs (0–45, default 30) waits up to that many seconds for terminal status before returning. USAGE: - Use to check the status of a run started by any Actor-running tool. - Pass waitSecs > 0 to block until terminal (or until the cap elapses). USAGE EXAMPLES: - user_input: Show details of run y2h7sK3Wc - user_input: Wait for run y2h7sK3Wc to finish |
| get-dataset-items | Get items (rows) from a dataset — the output/results produced by an Actor run. Returns the rows themselves, not dataset metadata, counts, or a schema. When the user provides a datasetId and asks to retrieve results, output, data, or rows, call this tool directly. Default limit is 20. Use clean=true to skip empty items and hidden fields. USAGE: - Use when you need to read data from a dataset (all items or only selected fields). USAGE EXAMPLES: - user_input: Retrieve results from dataset abc123 - user_input: Get only metadata.url and title from dataset username~my-dataset |
| get-key-value-store-record | Get the value stored under a specific key in a key-value store — a single record, not a listing of all keys. Requires the exact key name. The response preserves the original Content-Encoding; most clients handle decompression automatically. USAGE: - Use when you need to retrieve a specific record (JSON, text, or binary) from a store. USAGE EXAMPLES: - user_input: Get record INPUT from store abc123 - user_input: Get record data.json from store username~my-store |
| abort-actor-run | Abort an Actor run that is currently starting or running. For runs with status SUCCEEDED, FAILED, ABORTING, ABORTED, or TIMED-OUT, this call has no effect. The results will include the updated run details after the abort request. USAGE: - Use when you need to stop a run that is taking too long or misconfigured. USAGE EXAMPLES: - user_input: Abort run y2h7sK3Wc - user_input: Gracefully abort run y2h7sK3Wc |
| pavel-dot-tashev--audio-video-transcriber | This tool calls the Actor "pavel.tashev/audio-video-transcriber" and retrieves its output results. Actor description: Transcribe audio and video to text with Whisper: MP3 to text, MP4 transcription, podcast transcripts from an RSS feed, meeting recordings. Timestamps, SRT and VTT subtitles, 99 languages, no API key. Never charges for a failed or empty result. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。