transcribe-mcp
transcribe-mcp
转录音频和视频,并找到值得剪掉的静音部分——从任何MCP客户端。 无需账户、无需API密钥、无需订阅。 您的代理每次调用只需支付不到一分钱,以USDC形式直接从您控制的钱包中支付。
{
"mcpServers": {
"transcribe": {
"command": "npx",
"args": ["-y", "transcribe-mcp"],
"env": { "TRANSCRIBE_MCP_WALLET_KEY": "0x..." }
}
}
}这就是全部设置。无需注册任何东西。
工具
工具 | 功能 | 价格 |
| 一个公共音频/视频URL → 文本、时间戳、检测到的语言 | $0.05 |
| 字幕或时间戳 → 值得剪掉的时间段,以及你能节省多少 | $0.002 |
| 价格、限制以及支付方式 | 免费 |
find_dead_air 直接使用 transcribe_url 返回的结果,因此两者可以串联:先转录一段讲话,然后从中剪掉静音部分。
"cuts": [{ "from": 2.55, "to": 10.85, "seconds": 8.3, "reason": "silence" }],
"stats": { "sourceSeconds": 20, "speechSeconds": 5.05, "wouldSavePercent": 74.75 }Related MCP server: skim-mcp
为什么按调用付费而不是使用API密钥
因为代理无法填写注册表单。x402 是一种原生HTTP支付方式:服务器以价格回应 402 Payment Required,客户端支付该价格,请求通过。无需仪表盘、无需密钥轮换、无最低消费、无月账单。如果你从不调用它,就无需支付任何费用。
结算使用 Base 链上的 USDC(eip155:8453)。
无需钱包运行
它可以正常启动。shop_info 会响应,tools/list 可以工作,付费工具会告诉你需要设置什么。在充值之前先查看一下。
它不会做什么
它不会超支。 每次调用都经过 $0.10 上限过滤;超过此上限的报价会被丢弃,客户端拒绝支付而不是猜测。
它不会因拒绝而收费。 错误的参数会在本地捕获,永远不会离开你的机器。来自商店的
4xx永远不会结算。它不会谎报销售。 如果缺少结算头,它会如实说明,而不是报告无法证明的付款。
文件大小限制为 800 KB。超大的文件会在支付前免费拒绝。
配置
变量 | 含义 |
| 持有 Base 链上少量 USDC 的钱包私钥。仅付费工具需要。 |
使用一个存有几美元的专用钱包,而不是你的主钱包。这对于你提供私钥的任何工具都是如此,这里也不例外。
测试
npm testMIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceThis service provides fast and reliable transcriptions for audio/video files and voice memos. It allows LLMs to interact with the text content of audio/video file.8MIT
- AlicenseAqualityBmaintenancePay-per-use clean web reader for AI agents. URL in, markdown plus metadata out, in milliseconds. Settled per-call in USDC over x402 — no signup, no API keys.21912MIT

dtelecom-sttofficial
Alicense-qualityDmaintenanceEnables AI assistants to transcribe audio files using dTelecom's real-time speech-to-text with pay-per-use USDC micropayments, no API keys required.91MIT- Alicense-qualityBmaintenanceAgent-first video-data API + MCP across 6 platforms (YouTube/Shorts, TikTok, Reddit, Instagram, Pinterest): metadata, insights, Whisper transcript, and parametric frames. Pay-per-call via x402 (USDC) or Stripe.44MIT
Related MCP Connectors
Privacy-first audio intelligence: BPM, key, waveform. Audio never stored. Pay per second.
Transcripts from YouTube, TikTok, Instagram and podcasts (Spotify, Apple, RSS), as clean JSON.
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
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/Soboljem/transcribe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server