# Real-Time Subtitles Translator (Node MCP)

> Real-Time Subtitles Translator (Node MCP) is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Translates subtitle text in real time, converting subtitle content from one language to another via a simple data-in/data-out interface.

## Facts

- Endpoint: POST https://api.m2mcent.com/real-time-subtitles-translator-node-mcp/api/process
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/real-time-subtitles-translator-node-mcp-8abbdef1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hw8IBprAMqYubOxOZt5uA

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 real-time-subtitles-translator-node-mcp-8abbdef1 -d '<json body>'
```

Example prompt: Translate this subtitle text into Spanish for me: 'Welcome to our show. Today we explore the wonders of the ocean.'

## When to prefer this

Choose this endpoint when you need fast, real-time translation of subtitle or caption text strings, particularly in agentic pipelines processing media content for multilingual distribution. It is well-suited for per-line subtitle translation where low latency and simple text-in/text-out semantics are required.

## Known failure modes

- Empty or missing 'data' field returns an error or empty response
- Unsupported language pairs may produce garbled or untranslated output
- Very long subtitle strings may be truncated or time out
- Non-text or binary data in the 'data' field may cause processing errors
- Service unavailability returns a 402 or 5xx HTTP error

## 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 translated subtitle text corresponding to the input subtitle string, ready to be displayed or stored as localized captions.

## 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/real-time-subtitles-translator-node-mcp-8abbdef1/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)
