map-dronelytics
US drone airspace intelligence and mission planning. 24 MCP tools: check airspace restrictions across 11 FAA data layers, plan grid/orbit/corridor surveys, validate Part 107 compliance, generate pre-flight briefings, and export to KML/GPX/QGC/Litchi/WPML.
README
@dronelytics/mcp
MCP (Model Context Protocol) server for the Dronelytics drone mission planning platform. Enables AI assistants to query US drone airspace, plan missions, manage drone profiles, and export flight plans.
The first drone platform built for AI agents. Learn more | Read why we built this
Setup
1. Generate an API key
Go to Settings > API Keys in hub.dronelytics.io and create a new key.
2. Configure your MCP client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"dronelytics": {
"command": "npx",
"args": ["-y", "@dronelytics/mcp"],
"env": {
"DRONELYTICS_API_KEY": "dk_your_key_here"
}
}
}
}
Claude Code (.mcp.json in your project or ~/.claude/.mcp.json globally):
{
"mcpServers": {
"dronelytics": {
"command": "npx",
"args": ["-y", "@dronelytics/mcp"],
"env": {
"DRONELYTICS_API_KEY": "dk_your_key_here"
}
}
}
}
Cursor / Windsurf — same npx config in your MCP settings.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
DRONELYTICS_API_KEY |
Yes | — | Your API key (starts with dk_) |
DRONELYTICS_API_URL |
No | https://hub.dronelytics.io/api/v1 |
API base URL (override for local dev) |
Tools (24)
Airspace Intelligence
| Tool | Description |
|---|---|
check_airspace |
Query 11 FAA airspace layers at a lat/lng — returns flyability assessment |
get_active_tfrs |
List active TFRs near a location |
get_notams |
Get active NOTAMs near a location |
check_live_traffic |
Live ADS-B aircraft traffic near a location |
validate_flight |
Part 107 compliance check for location, altitude, and time |
preflight_briefing |
GO/CAUTION/NO-GO briefing for a saved mission |
Mission Management
| Tool | Description |
|---|---|
list_missions |
List all user missions |
get_mission |
Get full mission with waypoints |
create_mission |
Create a new mission |
update_mission |
Update an existing mission |
delete_mission |
Delete a mission |
duplicate_mission |
Clone a mission |
share_mission |
Generate a public share link |
export_mission |
Export to KML, GPX, QGC, Litchi CSV, or WPML |
import_litchi |
Import a Litchi CSV file |
Mission Generation
| Tool | Description |
|---|---|
list_cameras |
List camera presets for survey planning |
generate_grid_survey |
Generate grid/mapping survey from polygon |
generate_orbit_mission |
Generate orbit around a point of interest |
generate_panorama_mission |
Generate panorama capture grid |
generate_spiral_mission |
Generate spiral survey |
generate_corridor_mission |
Generate corridor mapping along a path |
Drone Profiles
| Tool | Description |
|---|---|
list_drones |
List user's drone profiles |
create_drone |
Add a drone profile |
update_drone |
Update a drone profile |
delete_drone |
Remove a drone profile |
Airspace Data
The check_airspace tool queries 11 FAA data layers in a single call:
- UASFM ceiling — maximum altitude grid from the FAA UAS Facility Map
- Class airspace — B, C, D, E2, E3, E4 controlled airspace boundaries
- TFRs — active Temporary Flight Restrictions (refreshed every 15 minutes)
- NOTAMs — Notices to Air Missions with proximity filtering
- Special Use Airspace — prohibited areas, restricted areas, MOAs, alert areas
- NSUFRs — National Security UAS Flight Restrictions
- Stadiums — stadium TFR zones within 3nm
- FRIAs — FAA-Recognized Identification Areas for recreational flyers
- Airports — nearby airports with distance and type
- Mode C veil — 30nm transponder requirement zones around major airports
- Military training routes — low-altitude military flight corridors
All data is sourced from FAA ArcGIS services and refreshed automatically.
Example Prompts
- "Can I fly a drone at the Golden Gate Bridge?"
- "Plan a grid survey of this 10-acre field at 200ft with my DJI Mavic 3"
- "Give me a pre-flight briefing for my construction survey mission"
- "Export all my missions tagged 'client-project' to KML"
- "What airports are within 5nm of 37.7749, -122.4194?"
- "Validate a flight at 300ft at the Statue of Liberty at 2pm tomorrow"
npm
npm install @dronelytics/mcp
https://www.npmjs.com/package/@dronelytics/mcp
License
MIT
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。