Status: Live. Use the authenticated, read-only ADSBiq MCP server with strictly bounded aircraft tools.

Connect

Streamable HTTP endpoint: https://adsbiq.com/mcp

Send your feeder API key as Authorization: Bearer YOUR_API_KEY. The endpoint implements MCP 2025-06-18, returns stateless JSON responses, and intentionally declines standalone GET/SSE streams.

curl -sS https://adsbiq.com/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json, text/event-stream" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Bounded read-only tools

ToolMaximum resultPurpose
get_aircraftOne aircraftCurrent public state by six-character ICAO hex.
nearby_aircraft50 aircraft, 250 nmGeographically bounded live search.
network_statsFour aggregate valuesCurrent aircraft, positioned-aircraft, and emergency counts.

Limits and security

Tool execution is capped at 60 calls per authenticated feeder per minute. Request bodies are limited to 32 KiB. Unknown arguments, out-of-range coordinates, oversized radii, unsupported protocol versions, and untrusted browser origins are rejected. Feeder identity, receiver identity, RF details, and credentials are never returned.

Registry metadata and compatibility

Download server.json, validated against the official 2025-12-11 MCP Registry schema. Compatible clients must support Streamable HTTP and bearer headers.

Troubleshooting


All integration technologies · REST docs · Open data