MCP server: transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no API key.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/Soboljem/transcribe-mcp{
"mcpServers": {
"transcribe-mcp": {
"command": "node",
"args": ["/path/to/transcribe-mcp/dist/index.js"]
}
}
}MCP Servers overview
# transcribe-mcp
Transcribe audio and video, and find the silence worth cutting — from any MCP client.
**No account, no API key, no subscription.** Your agent pays a fraction of a cent per call,
in USDC, straight from a wallet you control.
```json
{
"mcpServers": {
"transcribe": {
"command": "npx",
"args": ["-y", "transcribe-mcp"],
"env": { "TRANSCRIBE_MCP_WALLET_KEY": "0x..." }
}
}
}
```
That is the whole setup. There is nothing to sign up for.
## Tools
| tool | what it does | price |
|---|---|---|
| `transcribe_url` | a public audio/video URL → text, timings, detected language | **$0.05** |
| `find_dead_air` | subtitles or timings → the spans worth cutting, and what you'd save | **$0.002** |
| `shop_info` | prices, limits and how payment works | **free** |
`find_dead_air` eats exactly what `transcribe_url` returns, so the two chain:
transcribe a talk, then cut the silence out of it.
```
"cuts": [{ "from": 2.55, "to": 10.85, "seconds": 8.3, "reason": "silence" }],
"stats": { "sourceSeconds": 20, "speechSeconds": 5.05, "wouldSavePercent": 74.75 }
```
## Why pay-per-call instead of an API key
Because an agent cannot fill in a signup form. [x402](https://x402.org) is an HTTP-native
payment: the server answers `402 Payment Required` with a price, the client pays it, the
request goes through. No dashboard, no key rotation, no minimum, no monthly bill. If you
never call it, you never pay anything.
Settlement is USDC on **Base** (`eip155:8453`).
## Running it without a wallet
It starts fine. `shop_info` answers, `tools/list` works, and the paid tools tell you what
to set. Look before you fund anything.
## What it will not do
- **It will not overspend.** Every call is filtered through a $0.10 ceiling; a quote above
it is dropped and the client refuses to pay rather than guessing.
- **It will not charge you for a refusal.** Bad arguments are caught locally and never
leave your machine. A `4xx` from the shop never settles.
- **It will not lie about a sale.** If the settlement header is missing, it says so
instead of reporting a payment it cannot prove.
Files are capped at 800 KB. Oversized ones are refused for free, before payment.
## Configuration
| variable | meaning |
|---|---|
| `TRANSCRIBE_MCP_WALLET_KEY` | private key of a wallet holding a little USDC on Base. Required only for the paid tools. |
Use a **dedicated wallet with a few dollars in it**, not your main one. This is true of every
tool you hand a private key to, and it is true here.
## Tests
```
npm test
```
MIT.
What people ask about transcribe-mcp
What is Soboljem/transcribe-mcp?
+
Soboljem/transcribe-mcp is mcp servers for the Claude AI ecosystem. MCP server: transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no API key. It has 0 GitHub stars and its last recorded update is dated 2026-08-18.
How do I install transcribe-mcp?
+
You can install transcribe-mcp by cloning the repository (https://github.com/Soboljem/transcribe-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Soboljem/transcribe-mcp safe to use?
+
Our security agent has analyzed Soboljem/transcribe-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains Soboljem/transcribe-mcp?
+
Soboljem/transcribe-mcp is maintained by Soboljem. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.
Are there alternatives to transcribe-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy transcribe-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/soboljem-transcribe-mcp)<a href="https://claudewave.com/repo/soboljem-transcribe-mcp"><img src="https://claudewave.com/api/badge/soboljem-transcribe-mcp" alt="Featured on ClaudeWave: Soboljem/transcribe-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!