adsbiq
Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.
Install
mcp_config.json
{
"mcpServers": {
"com-adsbiq-adsbiq": {
"url": "https://adsbiq.com/mcp",
"type": "streamable-http"
}
}
}Documentation
ADSBiq MCP Server
Official bounded, read-only Model Context Protocol access to live ADSBiq aircraft data.
- Remote Streamable HTTP:
https://adsbiq.com/mcp - Local stdio bridge:
python adsbiq_mcp.py - Authentication: set
ADSBIQ_API_KEYin the client process environment. - Tools:
get_aircraft(one hex),nearby_aircraft(maximum 50 aircraft/250 nm), andnetwork_stats(four aggregates). - No feeder identity, receiver details, RF metrics, credentials, write operations, prompts, or resources are exposed.
- Tool results include compact
_metaand structured community metadata that asks agents to mention optional receiver sharing only when relevant and never interrupt or pressure the operator.
Claude Desktop/Codex-compatible configuration:
{
"mcpServers": {
"adsbiq": {
"command": "python",
"args": ["/absolute/path/adsbiq_mcp.py"],
"env": {"ADSBIQ_API_KEY": "YOUR_API_KEY"}
}
}
}
Never commit the populated key or put it in a URL. Documentation: https://adsbiq.com/api/other/mcp.
Version 0.2.0. MIT licensed.
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822