transcribe-mcp
transcribe-mcp
Audio und Video transkribieren und die Stille finden, die sich zu schneiden lohnt – von jedem MCP-Client aus. Kein Konto, kein API-Key, kein Abonnement. Ihr Agent zahlt einen Bruchteil eines Cents pro Aufruf, in USDC, direkt aus einem Wallet, das Sie kontrollieren.
{
"mcpServers": {
"transcribe": {
"command": "npx",
"args": ["-y", "transcribe-mcp"],
"env": { "TRANSCRIBE_MCP_WALLET_KEY": "0x..." }
}
}
}Das ist die gesamte Einrichtung. Es gibt nichts, wofür man sich anmelden müsste.
Tools
tool | was es tut | Preis |
| eine öffentliche Audio/Video-URL → Text, Zeitmarken, erkannte Sprache | $0.05 |
| Untertitel oder Zeitmarken → die Abschnitte, die sich zu schneiden lohnen, und was Sie sparen | $0.002 |
| Preise, Limits und wie die Bezahlung funktioniert | kostenlos |
find_dead_air frisst genau das, was transcribe_url zurückgibt, sodass die beiden eine Kette bilden:
Transkribieren Sie einen Vortrag, dann schneiden Sie die Stille daraus heraus.
"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
Warum Pay-per-Call statt eines API-Keys
Weil ein Agent kein Anmeldeformular ausfüllen kann. x402 ist eine HTTP-native
Bezahlung: Der Server antwortet mit 402 Payment Required und einem Preis, der Client bezahlt ihn, die
Anfrage geht durch. Kein Dashboard, kein Key-Rotation, kein Minimum, keine monatliche Rechnung. Wenn Sie
es nie aufrufen, zahlen Sie nie etwas.
Die Abwicklung erfolgt in USDC auf Base (eip155:8453).
Ausführen ohne Wallet
Es startet problemlos. shop_info antwortet, tools/list funktioniert, und die kostenpflichtigen Tools sagen Ihnen,
was Sie einstellen müssen. Schauen Sie nach, bevor Sie etwas einzahlen.
Was es nicht tun wird
Es wird nicht übermäßig ausgeben. Jeder Aufruf wird durch eine Obergrenze von 0,10 $ gefiltert; ein Angebot darüber wird verworfen und der Client weigert sich zu zahlen, anstatt zu raten.
Es wird Ihnen keine Ablehnung in Rechnung stellen. Schlechte Argumente werden lokal abgefangen und verlassen niemals Ihren Rechner. Ein
4xxvom Shop wird nie abgerechnet.Es wird nicht über einen Verkauf lügen. Wenn der Abrechnungs-Header fehlt, gibt es das an, anstatt eine Zahlung zu melden, die es nicht beweisen kann.
Dateien sind auf 800 KB begrenzt. Überdimensionierte werden kostenlos abgelehnt, noch vor der Zahlung.
Konfiguration
variable | Bedeutung |
| Privater Schlüssel eines Wallets mit etwas USDC auf Base. Nur für die kostenpflichtigen Tools erforderlich. |
Verwenden Sie ein dediziertes Wallet mit ein paar Dollar darin, nicht Ihr Haupt-Wallet. Das gilt für jedes Tool, dem Sie einen privaten Schlüssel anvertrauen, und es gilt auch hier.
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