# Computer Vision Legal Contract Indexer MCP

> Computer Vision Legal Contract Indexer MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.337174/call, status unknown (last checked 2026-09-20).

Analyzes an image input and returns a boolean status result, ostensibly for computer vision processing of legal contract content.

## Facts

- Endpoint: POST https://api.m2mcent.com/computer-vision-legal-contract-indexer-mcp-77/api/execute
- Price: $0.337174/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-20
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/computer-vision-legal-contract-indexer-mcp-d8b72f6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t_PGYBHqfo-ZXC3mowlOF

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 computer-vision-legal-contract-indexer-mcp-d8b72f6f -d '<json body>'
```

Example prompt: Can you run computer vision analysis on this scanned legal contract image and tell me what you get back?

## When to prefer this

Choose this endpoint when you need a simple pass/fail computer vision check on a legal contract image and are operating within an x402 USDC payment environment on Base L2. Suitable for lightweight triage workflows that don't require rich structured extraction.

## Known failure modes

- Missing 'image' field in request body returns validation error
- Invalid or malformed image string causes processing failure
- Payment failure via x402 protocol returns 402 status
- Server error on unrecognized image format
- Boolean false status returned for non-contract images or low-confidence results

## 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 JSON object with a single boolean 'status' field indicating whether the image was successfully processed or recognized as a legal contract document.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "image"
 ],
 "properties": {
  "image": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "status"
 ],
 "properties": {
  "status": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/computer-vision-legal-contract-indexer-mcp-d8b72f6f/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)
