MCP server for querying US drone airspace, planning missions, managing drone profiles, and exporting flight plans.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Dronelytics MCP.
check_airspaceQuery 11 FAA airspace layers at a lat/lng β returns flyability assessment
get_active_tfrsList active TFRs near a location
get_notamsGet active NOTAMs near a location
check_live_trafficLive ADS-B aircraft traffic near a location
validate_flightPart 107 compliance check for location, altitude, and time
preflight_briefingGO/CAUTION/NO-GO briefing for a saved mission
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
Go to Settings > API Keys in hub.dronelytics.io and create a new key.
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
Claude Code (.mcp.json in your project or ~/.claude/.mcp.json globally):
Cursor / Windsurf β same npx config in your MCP settings.
| 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) |
| 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 |
| 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 |
| 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 |
| 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 |
The check_airspace tool queries 11 FAA data layers in a single call:
All data is sourced from FAA ArcGIS services and refreshed automatically.
https://www.npmjs.com/package/@dronelytics/mcp
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/markpdxt-dronelytics-mcp)<a href="https://allmcps.com/mcp/markpdxt-dronelytics-mcp"><img src="https://allmcps.com/api/badge/markpdxt-dronelytics-mcp?style=directory" alt="Dronelytics MCP on AllMCPs" /></a>