Back to Browse

Adsbiq MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.

About

Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.

Remote endpoints: streamable-http: https://adsbiq.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-adsbiq-adsbiq": {
      "url": "https://adsbiq.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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:

{
  "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.

Reviews

No reviews yet

Be the first to review this server!