Setup
Install ADSBiq in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/sky-power-services/adsbiq-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
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.
Global postal code lookups, validation, and city search for 70+ countries. Sub-10ms responses.
Open MCP server providing real-time transit routing, open-source GIS / geographic intelligence, and specialized Slovenian geospatial lookup tools for AI agents and LLMs.
Provides geocoding, reverse geocoding, routing, and driving distance calculations for LLMs using pgGeocoder and pgrServer.
Query real-time fuel prices, find nearby stations, plan routes, and geocode locations across different countries
Public HTAG MCP connectors for Australian property intelligence, H3 spatial intelligence, and capability discovery — 70+ read-only tools over Streamable HTTP.
IP2Location.io API integration to retrieve the geolocation information for an IP address.
Geographic data, live exchange rates, and IP geolocation for Claude Desktop, Cursor, and any MCP-compatible AI assistant.
Free business data API and MCP server. Find restaurants, cafes, hotels, shops and 37+ business categories in any city worldwide. Uses OpenStreetMap data. No API key required. REST API + MCP Streamable HTTP endpoint.
Retrieves user geolocation information using EdgeOne Pages Functions and integrates it with large language models via MCP.
GeoIP and ASN intelligence for AI agents with country, city, timezone, network ownership and ASN lookups.](https://adsbiq.com/api/other/mcp)