# Drone Map Stitcher MCP

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

Stitches multiple drone-captured images into a unified, georeferenced aerial map

## Facts

- Endpoint: POST https://api.m2mcent.com/drone-map-stitcher-mcp/api/process
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/drone-map-stitcher-mcp-2b1c50eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i8LhhOJ2dRZUZh2pa3TSL

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-map-stitcher-mcp-2b1c50eb -d '<json body>'
```

Example prompt: I have a set of drone photos from my land survey — can you stitch them together into a single aerial map?

## When to prefer this

Choose this endpoint when you need to automatically combine multiple overlapping drone or UAV aerial images into a single coherent map or orthomosaic, especially for land survey, agriculture, construction monitoring, or disaster response workflows requiring a unified top-down view.

## Known failure modes

- Insufficient image overlap causing stitching gaps or seam artifacts
- Malformed or missing image data in the input payload
- Images with inconsistent resolution or projection preventing alignment
- Service timeout on very large image sets
- Invalid JSON input format returning 400 error

## 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 stitched aerial map or orthomosaic image produced by combining multiple overlapping drone-captured photos into a single unified, georeferenced 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/drone-map-stitcher-mcp-2b1c50eb/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)
