# Photogrammetry Mesh Builder MCP

> Photogrammetry Mesh Builder 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).

Processes photogrammetry input data to construct 3D meshes from images or point cloud data.

## Facts

- Endpoint: POST https://api.m2mcent.com/photogrammetry-mesh-builder-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/photogrammetry-mesh-builder-mcp-620755f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DIHKYY9c_2Hp2pm5Ewtxe

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 photogrammetry-mesh-builder-mcp-620755f8 -d '<json body>'
```

Example prompt: I have photogrammetry data from a drone survey of a construction site — can you process it and build me a 3D mesh from it?

## When to prefer this

Choose this endpoint when you need to programmatically convert raw photogrammetry capture data — such as drone imagery, structured-light scans, or image sets — into a 3D mesh, especially within an agentic workflow that handles construction, geospatial surveying, heritage preservation, or digital twin creation. Prefer this over manual photogrammetry software when automation and API-driven pipelines are required.

## Known failure modes

- Insufficient or malformed input data string causes processing failure
- Input data lacks enough overlap or coverage for reliable mesh reconstruction
- Service returns an error if the data payload is too large or improperly formatted
- Ambiguous or corrupted photogrammetry data may result in a partial or low-quality mesh
- Payment failure via x402 protocol prevents processing

## 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 3D mesh or polygon mesh structure reconstructed from the provided photogrammetry input data, suitable for use in 3D visualization, GIS, CAD, or simulation workflows.

## 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/photogrammetry-mesh-builder-mcp-620755f8/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)
