# MAVLink PX4 Telemetry MCP

> MAVLink PX4 Telemetry 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).

Processes MAVLink/PX4 drone telemetry data, enabling agents to parse, analyze, and act on UAV flight telemetry streams.

## Facts

- Endpoint: POST https://api.m2mcent.com/mavlink-px4-telemetry-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/mavlink-px4-telemetry-mcp-0ee9568f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4ZBb__LfoKZp2QHuiss7r

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 mavlink-px4-telemetry-mcp-0ee9568f -d '<json body>'
```

Example prompt: I have a raw MAVLink telemetry payload from my PX4 drone — can you process it and tell me the current altitude, speed, and flight mode?

## When to prefer this

Choose this endpoint when you need to decode or analyze raw MAVLink or PX4 drone telemetry payloads within an agentic workflow. Ideal for UAV monitoring pipelines, autonomous drone control systems, or post-flight data analysis where structured extraction of flight metrics from telemetry strings is required.

## Known failure modes

- Invalid or malformed MAVLink data string returns a parsing error
- Unsupported MAVLink message type may return empty or partial results
- Empty data field returns validation error
- Malformed JSON input returns 400 bad request
- Service unavailable returns 402/503 if payment or upstream issues occur

## 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 parsed and structured telemetry data extracted from the MAVLink/PX4 input, including flight state, sensor readings, GPS coordinates, altitude, speed, battery status, and vehicle mode depending on the message content.

## 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/mavlink-px4-telemetry-mcp-0ee9568f/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)
