adsb.lol MCP Server
Provides AI assistants with real-time aircraft tracking, FAA registration, and OpenSky flight data through the Model Context Protocol.
README
adsb.lol-mcp
A Model Context Protocol (MCP) interface to the adsb.lol API and related aviation data services.
Overview
This project provides a Model Context Protocol server that allows AI assistants to access real-time aircraft tracking data, FAA registration information, and OpenSky flight data. The server acts as a bridge between AI models and various aviation data sources.
Features
- ADSB.lol API Integration: Query real-time aircraft data from the adsb.lol API
- FAA Registration Data: Look up aircraft registration details from the FAA registry
- OpenSky Integration: Access historical flight data through the OpenSky Network API
- Local Data Caching: SQLite database for efficient caching of aircraft and flight data
- Formatted Output: Structured data presentation for AI consumption
- Emergency Services Tracking: Specialized tracking for emergency and government aircraft
Tech Stack
- MCP: Built on the Model Context Protocol for AI integration
- Python 3.12+: Modern Python features
- UV: For dependency management and virtual environment
- Pytest: Comprehensive test suite for all components
- SQLite: Local database for caching and persistence
- HTTPX: Asynchronous HTTP requests
Installation
Prerequisites
- Python 3.12 or higher
- UV package manager
- Git
Cold Start Setup
# Clone the repository with submodules
git clone --recursive https://github.com/x86ed/adsb.lol-mcp.git
cd adsb.lol-mcp
# If you already cloned without --recursive, initialize submodules
git submodule update --init --recursive
# Set up Python environment with UV
uv venv
source .venv/bin/activate # On macOS/Linux
# .venv\Scripts\activate # On Windows
# Install all dependencies
uv pip install -e .
# Initialize the aircraft database (creates aircraft.db if it doesn't exist)
python -c "from adsblol.api_v2 import setup_lol_aircraft_database; setup_lol_aircraft_database()"
OpenSky API Setup
This project uses a local copy of the OpenSky API Python library located in the opensky-api/python directory. The project is configured to use this local version rather than the PyPI package to ensure compatibility and access to the latest features.
Pulling Down OpenSky Code
The OpenSky API is included as a Git submodule. To ensure you have the latest version:
# If setting up for the first time or the opensky-api directory is empty
git submodule update --init --recursive
# To update to the latest OpenSky API code
git submodule update --remote opensky-api
# If you need to manually clone the OpenSky repository (fallback option)
git clone https://github.com/openskynetwork/opensky-api.git
The local OpenSky API dependency is automatically handled by the pyproject.toml configuration:
[tool.uv.sources]
opensky-api = { path = "opensky-api/python" }
Troubleshooting:
- If the
opensky-apidirectory is empty, rungit submodule update --init --recursive - Verify the Python module exists at
opensky-api/python/opensky_api.py - If you encounter import errors, ensure the submodule is properly initialized
Testing
# Run the test suite
pytest
Usage
# Run the MCP server
python -m adsblol.main
License
See the LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。