# Displacement Height Map MCP

> Displacement Height Map MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Generates or processes displacement and height map data for 3D terrain and surface modeling applications.

## Facts

- Endpoint: POST https://api.m2mcent.com/displacement-height-map-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/displacement-height-map-mcp-b56cdd13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nCGr9v2PlzECHCj43TVWF

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 displacement-height-map-mcp-b56cdd13 -d '<json body>'
```

Example prompt: Can you generate a displacement height map from this terrain data so I can use it for 3D surface rendering?

## When to prefer this

Use this endpoint when you need to programmatically generate or process displacement and height maps for 3D terrain, mesh deformation, or surface modeling. Prefer this over manual tools when integrating map generation into an automated agentic pipeline or when working with raw elevation or surface data that needs to be converted to a height map format.

## Known failure modes

- Invalid or malformed input data string returns an error
- Empty data field causes processing failure
- Unsupported data format results in a processing error
- Network timeout on large or complex input data
- Payment not confirmed leads to 402 authorization failure

## 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 processed displacement and height map data derived from the input, suitable for use in 3D rendering, game engines, or mesh deformation workflows. Output is encoded in the response data field.

## 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/displacement-height-map-mcp-b56cdd13/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)
