# Drone Delivery Router MCP

> Drone Delivery Router 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-15).

Routes and optimizes drone delivery paths, scheduling, and logistics for autonomous aerial delivery systems.

## Facts

- Endpoint: POST https://api.m2mcent.com/drone-delivery-router-mcp/api/process
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/drone-delivery-router-mcp-c2c73f62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l5qpWYcSNl2UdL1iJcxNr

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 drone-delivery-router-mcp-c2c73f62 -d '<json body>'
```

Example prompt: Plan me an optimized drone delivery route to drop a 2kg package from our warehouse at 40.7128,-74.0060 to a customer at 40.7580,-73.9855, avoiding restricted airspace and minimizing flight time.

## When to prefer this

Choose this endpoint when you need automated, AI-driven drone delivery path optimization and routing as part of an agentic workflow. Best suited for autonomous delivery orchestration where flight path computation, scheduling, and logistics coordination need to happen programmatically without manual dispatcher intervention.

## Known failure modes

- Invalid or missing coordinate data in the request body
- Destination in restricted or no-fly airspace with no viable route
- Malformed JSON in the 'data' field
- Route computation failure due to unsupported delivery parameters
- Service unavailability returning HTTP 402 or 5xx errors
- Payload exceeds drone capacity constraints

## 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 optimized routing data including flight path waypoints, estimated delivery time, distance metrics, and scheduling parameters for the drone delivery mission.

## 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/drone-delivery-router-mcp-c2c73f62/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)
