# Mesh Collision Hull MCP

> Mesh Collision Hull MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Generates or processes collision hull geometry data for 3D meshes, enabling physics simulation and collision detection pipelines.

## Facts

- Endpoint: POST https://api.m2mcent.com/mesh-collision-hull-mcp/api/process
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mesh-collision-hull-mcp-2f39b001
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2L_O6odWp_oZzyBmOw29y

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 mesh-collision-hull-mcp-2f39b001 -d '<json body>'
```

Example prompt: Process this 3D mesh data and generate a collision hull for me — I need it for physics-based collision detection in my simulation: [paste mesh data string here].

## When to prefer this

Choose this endpoint when you need to programmatically generate collision hull geometry from raw mesh data as part of a 3D asset or physics pipeline, especially in agentic workflows requiring automated collision shape computation without a local geometry library.

## Known failure modes

- Malformed or unparseable mesh data string returns an error
- Empty data field causes validation failure
- Unsupported mesh format may yield no usable hull output
- Network or payment authorization failure returns 402 or 5xx

## 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 computed collision hull or convex bounding geometry derived from the input mesh data, suitable for use in physics engines or collision detection systems.

## 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/mesh-collision-hull-mcp-2f39b001/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)
