A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for US drone airspace intelligence and mission planning — 24 tools for airspace queries, mission generation,
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):
{
"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.
| 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.
npm install @dronelytics/mcp
https://www.npmjs.com/package/@dronelytics/mcp
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc