transcribe-mcp
transcribe-mcp
音声と動画を文字起こしし、カットする価値のある無音部分を見つけます — 任意のMCPクライアントから。 アカウント不要、APIキー不要、サブスクリプション不要。 エージェントは1コールあたり1セント未満を、あなたが管理するウォレットから直接USDCで支払います。
{
"mcpServers": {
"transcribe": {
"command": "npx",
"args": ["-y", "transcribe-mcp"],
"env": { "TRANSCRIBE_MCP_WALLET_KEY": "0x..." }
}
}
}これがすべての設定です。サインアップするものは何もありません。
Tools
ツール | 機能 | 価格 |
| 公開された音声/動画URL → テキスト、タイミング、検出された言語 | $0.05 |
| 字幕またはタイミング → カットする価値のある区間と、節約できる時間 | $0.002 |
| 価格、制限、支払いの仕組み | free |
find_dead_air は transcribe_url が返すものをそのまま受け取るので、この2つは連鎖します:トークを文字起こしし、その無音部分をカットします。
"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 (eip155:8453) 上のUSDCで行われます。
ウォレットなしで実行する
正常に起動します。shop_info は応答し、tools/list は動作し、有料ツールは何を設定すべきかを教えてくれます。資金を投入する前に確認してください。
これが行わないこと
過剰に支払うことはありません。 すべての呼び出しは0.10ドルの上限でフィルタリングされます;それを超える見積もりは破棄され、クライアントは推測する代わりに支払いを拒否します。
拒否に対して課金することはありません。 不正な引数はローカルで捕捉され、マシンから出ることはありません。ショップからの
4xxは決済されることはありません。販売について嘘をつくことはありません。 決済ヘッダーがない場合、証明できない支払いを報告する代わりに、その旨を伝えます。
ファイルは800 KBに制限されています。サイズ超過のファイルは、支払い前に無料で拒否されます。
設定
変数 | 意味 |
| Base上で少量のUSDCを保持するウォレットの秘密鍵。有料ツールにのみ必要です。 |
メインのウォレットではなく、数ドル入った専用のウォレットを使用してください。これは秘密鍵を渡すすべてのツールに当てはまり、ここでも同様です。
Tests
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