streamable-httpupdated 17d ago
Official bounded, read-only Model Context Protocol access to live ADSBiq aircraft data.
What can you do with adsbiq?
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.
Install
Add adsbiq to your client. Pick the one you use.
claude mcp add --transport http adsbiq https://adsbiq.com/mcpcodex mcp add adsbiq --url https://adsbiq.com/mcp{
"mcpServers": {
"adsbiq": {
"url": "https://adsbiq.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"adsbiq": {
"type": "http",
"url": "https://adsbiq.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"adsbiq": {
"url": "https://adsbiq.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"adsbiq": {
"serverUrl": "https://adsbiq.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 9 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 22, 2026 |