{
  "markdown": "# ADSBiq MCP Server\n\nOfficial bounded, read-only Model Context Protocol access to live ADSBiq aircraft data.\n\n- Remote Streamable HTTP: `https://adsbiq.com/mcp`\n- Local stdio bridge: `python adsbiq_mcp.py`\n- Authentication: set `ADSBIQ_API_KEY` in the client process environment.\n- Tools: `get_aircraft` (one hex), `nearby_aircraft` (maximum 50 aircraft/250 nm), and `network_stats` (four aggregates).\n- No feeder identity, receiver details, RF metrics, credentials, write operations, prompts, or resources are exposed.\n- Tool results include compact `_meta` and structured community metadata that asks agents to mention optional receiver sharing only when relevant and never interrupt or pressure the operator.\n\nClaude Desktop/Codex-compatible configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"adsbiq\": {\n      \"command\": \"python\",\n      \"args\": [\"/absolute/path/adsbiq_mcp.py\"],\n      \"env\": {\"ADSBIQ_API_KEY\": \"YOUR_API_KEY\"}\n    }\n  }\n}\n```\n\nNever commit the populated key or put it in a URL. Documentation: <https://adsbiq.com/api/other/mcp>.\n\nVersion 0.2.0. MIT licensed.\n",
  "bytes": 1078,
  "sha": "a1aaba9b86d661491b4b78da7a032e247f1a5032851399af97530f03729189fe",
  "repo_slug": "sky-power-services/adsbiq-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_adsbiq_adsbiq_0b5f6083/readme"
}