Skip to main content
ClaudeWave

Bounded read-only MCP tools for live ADSBiq aircraft data

MCP ServersOfficial Registry0 stars0 forksPythonNOASSERTIONUpdated today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · adsbiq-mcp-server
Claude Code CLI
claude mcp add adsbiq -- uvx adsbiq-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "adsbiq": {
      "command": "uvx",
      "args": ["adsbiq-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/Sky-Power-Services/adsbiq-mcp-server and follow its README.
Use cases

MCP Servers overview

# 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_KEY` in the client process environment.
- Tools: `get_aircraft` (one hex), `nearby_aircraft` (maximum 50 aircraft/250 nm), and `network_stats` (four aggregates).
- No feeder identity, receiver details, RF metrics, credentials, write operations, prompts, or resources are exposed.
- 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.

Claude Desktop/Codex-compatible configuration:

```json
{
  "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.
ads-bai-toolsaviationmcpmodel-context-protocol

What people ask about adsbiq-mcp-server

What is Sky-Power-Services/adsbiq-mcp-server?

+

Sky-Power-Services/adsbiq-mcp-server is mcp servers for the Claude AI ecosystem. Bounded read-only MCP tools for live ADSBiq aircraft data It has 0 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install adsbiq-mcp-server?

+

You can install adsbiq-mcp-server by cloning the repository (https://github.com/Sky-Power-Services/adsbiq-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Sky-Power-Services/adsbiq-mcp-server safe to use?

+

Our security agent has analyzed Sky-Power-Services/adsbiq-mcp-server and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Sky-Power-Services/adsbiq-mcp-server?

+

Sky-Power-Services/adsbiq-mcp-server is maintained by Sky-Power-Services. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to adsbiq-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy adsbiq-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Sky-Power-Services/adsbiq-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sky-power-services-adsbiq-mcp-server)](https://claudewave.com/repo/sky-power-services-adsbiq-mcp-server)
<a href="https://claudewave.com/repo/sky-power-services-adsbiq-mcp-server"><img src="https://claudewave.com/api/badge/sky-power-services-adsbiq-mcp-server" alt="Featured on ClaudeWave: Sky-Power-Services/adsbiq-mcp-server" width="320" height="64" /></a>

More MCP Servers

adsbiq-mcp-server alternatives