# Video Summarizer LLM MCP

> Video Summarizer LLM MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Summarizes video content using a large language model, returning a concise text summary of the video's key points.

## Facts

- Endpoint: POST https://api.m2mcent.com/video-summarizer-llm-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/video-summarizer-llm-mcp-5b4013d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HIP445dTUTdQ3tTZq-3sD

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 video-summarizer-llm-mcp-5b4013d4 -d '<json body>'
```

Example prompt: Can you summarize this video for me? Here's the link: https://www.youtube.com/watch?v=dQw4w9WgXcQ — just give me the key points in a few sentences.

## When to prefer this

Choose this endpoint when you need a fast, LLM-powered text summary of a video and want to pay per call without a subscription. Ideal for agents that need to condense video content into readable summaries on demand, especially when integrating into automated pipelines where video understanding is required.

## Known failure modes

- Invalid or inaccessible video URL returns an error
- Unsupported video format or source may result in a processing failure
- Very long videos may time out or return partial summaries
- Malformed input data field results in a validation error
- Private or geo-restricted videos may not be accessible for processing

## 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-based summary of the video content, capturing the main topics, key points, and essential takeaways distilled by an LLM from the video's content.

## 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/video-summarizer-llm-mcp-5b4013d4/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)
