# Diesel Anti-Theft MCP

> Diesel Anti-Theft 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 diesel anti-theft data to detect, analyze, or validate fuel theft incidents and related signals for fleet or asset protection.

## Facts

- Endpoint: POST https://api.m2mcent.com/diesel-anti-theft-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/diesel-anti-theft-mcp-e10013e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LphaSRPhc2ZLkjHAvDo9J

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 diesel-anti-theft-mcp-e10013e4 -d '<json body>'
```

Example prompt: Can you check this fuel consumption record for signs of diesel theft? Here's the sensor data from our truck fleet for today's routes.

## When to prefer this

Choose this endpoint when you need to process diesel fuel consumption or sensor data specifically for theft detection and anti-theft validation, particularly in fleet, depot, or construction asset contexts where unauthorized fuel removal is a risk.

## Known failure modes

- Missing or malformed 'data' field returns a validation error
- Empty string input may return a processing error or empty result
- Non-diesel or unrecognized data formats may yield low-confidence or null results
- Service unavailability returns HTTP 402 or 5xx with no payload
- Ambiguous data may produce inconclusive anti-theft assessments

## 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 an assessment or structured result indicating whether the submitted diesel data contains theft indicators, anomalies, or suspicious patterns, along with relevant flags, scores, or event details.

## 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/diesel-anti-theft-mcp-e10013e4/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)
