# Video Stabilizer MCP

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

Stabilizes shaky or jittery video footage by processing video data and returning a smoothed, stabilized output.

## Facts

- Endpoint: POST https://api.m2mcent.com/video-stabilizer-mcp/api/process
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/video-stabilizer-mcp-d1a99454
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XSnb38alp7OJEd10hZm_O

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-stabilizer-mcp-d1a99454 -d '<json body>'
```

Example prompt: Can you stabilize this shaky video for me? I have some hand-held footage that's really jittery and I need it smoothed out — here's the video data.

## When to prefer this

Choose this endpoint when you need automated, API-driven video stabilization as part of an agent workflow — particularly when you want to programmatically stabilize footage without manual editing software. Best suited for pipeline-based or batch processing scenarios where raw video data can be passed directly.

## Known failure modes

- Invalid or malformed video data input returns an error
- Unsupported video format may cause processing failure
- Oversized video payload may time out or be rejected
- Empty or missing 'data' field returns a validation error
- Network or payment authorization failure (x402) blocks the request

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

A processed, stabilized version of the input video data with camera shake and jitter reduced, returned as transformed video output.

## 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-stabilizer-mcp-d1a99454/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)
