# Video Highlight Extractor MCP

> Video Highlight Extractor 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).

Extracts key highlights from video content, identifying and returning the most important or notable segments.

## Facts

- Endpoint: POST https://api.m2mcent.com/video-highlight-extractor-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-highlight-extractor-mcp-4fc05c54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ABOrZCGKLWmHS1zYkWXW1

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-highlight-extractor-mcp-4fc05c54 -d '<json body>'
```

Example prompt: Can you extract the highlights from this video for me? Here's the video data — I want to know the key moments and most important segments.

## When to prefer this

Use this endpoint when you need to programmatically extract key moments or highlights from video content without manually reviewing the full video. Best suited for agents automating video summarization, content curation, or highlight reel generation workflows where a concise set of notable segments is required.

## Known failure modes

- Invalid or unparseable video data input returns an error
- Empty or missing data field causes a 400 bad request
- Oversized video data may exceed payload limits
- Unsupported video format or encoding may result in extraction failure
- Network timeout for large video processing jobs

## 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 extracted highlight segments from the video, including the most notable or important moments, potentially with timestamps, descriptions, or scores indicating relevance of each highlight.

## 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-highlight-extractor-mcp-4fc05c54/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)
