# Driver Fatigue Camera MCP

> Driver Fatigue Camera MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.22/call, status unknown (last checked 2026-09-15).

Processes driver-facing camera data to detect signs of fatigue, drowsiness, or inattention in real time.

## Facts

- Endpoint: POST https://api.m2mcent.com/driver-fatigue-camera-mcp/api/process
- Price: $0.22/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/driver-fatigue-camera-mcp-78599189
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BX5VFd7KZisMS0VJga6J7

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 driver-fatigue-camera-mcp-78599189 -d '<json body>'
```

Example prompt: Analyze this dashcam frame and tell me if the driver is showing signs of fatigue or drowsiness — send the image data as a base64 string and return the detection result.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time fatigue and drowsiness detection from a driver-facing camera image, especially in fleet management, rideshare safety, or autonomous vehicle monitoring contexts. It is purpose-built for driver fatigue specifically, making it more appropriate than a generic image classification API when the domain is driver safety.

## Known failure modes

- Malformed or non-image base64 string returns a parsing or validation error
- Low-quality or dark images may yield low-confidence or inconclusive results
- Missing 'data' field in request body results in a 400 bad request
- Overly large image payloads may time out or be rejected
- Non-driver images (e.g. road-facing camera) may return meaningless classifications

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

The endpoint returns a fatigue/drowsiness detection result for the submitted driver image, likely including a classification (e.g. alert, fatigued, drowsy), a confidence or severity score, and possibly specific indicators such as eye-closure state or head-pose anomalies.

## 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/driver-fatigue-camera-mcp-78599189/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)
