# FlightRadar24 Tracker MCP

> FlightRadar24 Tracker 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-14).

Tracks and retrieves real-time and historical flight data via a FlightRadar24-based MCP endpoint

## Facts

- Endpoint: POST https://api.m2mcent.com/flightradar24-tracker-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/flightradar24-tracker-mcp-6575e7ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uQZkyLxbBulbopxYOdMZ6

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 flightradar24-tracker-mcp-6575e7ff -d '<json body>'
```

Example prompt: Can you track flight AA456 for me right now and tell me where it is, its altitude, speed, and estimated arrival time?

## When to prefer this

Use this endpoint when you need real-time or near-real-time flight tracking data including live aircraft position, status, and route information. Prefer this over general aviation APIs when you need FlightRadar24-grade global coverage and live ADS-B positioning data for individual flights or airports.

## Known failure modes

- Flight number not found or invalid — returns empty or error response
- Flight has not yet departed or is too far in the future — no live data available
- Rate limit or payment failure — 402 payment required or throttling
- Ambiguous query with multiple matching flights — may return multiple results or first match only
- FlightRadar24 data feed unavailable — upstream data outage

## 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 real-time or near-real-time flight tracking data including aircraft position (latitude/longitude), altitude, speed, heading, flight status, departure and arrival airports, scheduled and estimated times, and possibly historical flight path or aircraft registration details.

## 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/flightradar24-tracker-mcp-6575e7ff/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)
