# Podcast Audio Transcriber MCP

> Podcast Audio Transcriber MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Transcribes podcast audio content into text using an MCP-compatible agentic endpoint.

## Facts

- Endpoint: POST https://api.m2mcent.com/podcast-audio-transcriber-mcp/api/process
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/podcast-audio-transcriber-mcp-bac200ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FuYoGXBsP_R8Zxm7wKVuH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability podcast-audio-transcriber-mcp-bac200ff -d '<json body>'
```

Example prompt: Can you transcribe this podcast episode for me? Here's the audio data — I need a full text transcript of everything that's spoken.

## When to prefer this

Choose this endpoint when you need to convert podcast or spoken-word audio into text as part of an agentic workflow, particularly when you require a pay-per-call model with no subscription overhead and MCP-compatible structured I/O.

## Known failure modes

- Invalid or malformed audio data input returns an error
- Audio format not supported may result in failed transcription
- Very long audio files may time out or require chunking
- Missing or empty 'data' field returns a validation error
- Low-quality or noisy audio may produce inaccurate transcriptions

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a text transcription of the provided podcast audio content, converting spoken words into a readable, processable text format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/podcast-audio-transcriber-mcp-bac200ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
