Skip to main content
ClaudeWave
Soboljem avatar
Soboljem

transcribe-mcp

Ver en GitHub

MCP server: transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no API key.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Soboljem/transcribe-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "transcribe-mcp": {
      "command": "node",
      "args": ["/path/to/transcribe-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Soboljem/transcribe-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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.

Lo que la gente pregunta sobre transcribe-mcp

¿Qué es Soboljem/transcribe-mcp?

+

Soboljem/transcribe-mcp es mcp servers para el ecosistema de Claude AI. MCP server: transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no API key. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-18.

¿Cómo se instala transcribe-mcp?

+

Puedes instalar transcribe-mcp clonando el repositorio (https://github.com/Soboljem/transcribe-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Soboljem/transcribe-mcp?

+

Nuestro agente de seguridad ha analizado Soboljem/transcribe-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Soboljem/transcribe-mcp?

+

Soboljem/transcribe-mcp es mantenido por Soboljem. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.

¿Hay alternativas a transcribe-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega transcribe-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Soboljem/transcribe-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/soboljem-transcribe-mcp)](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>

Más MCP Servers

Alternativas a transcribe-mcp