Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Location Services
  3. Dronelytics MCP
  4. README

Dronelytics MCP README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Dronelytics MCP listing page.

Back to Dronelytics MCP View source on GitHub

@dronelytics/mcp

dronelytics-mcp MCP server

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):

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):

config.json
{
  "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

VariableRequiredDefaultDescription
DRONELYTICS_API_KEYYes—Your API key (starts with dk_)
DRONELYTICS_API_URLNohttps://hub.dronelytics.io/api/v1API base URL (override for local dev)

Tools (24)

Airspace Intelligence

ToolDescription
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

Mission Management

ToolDescription
list_missionsList all user missions
get_missionGet full mission with waypoints
create_missionCreate a new mission
update_missionUpdate an existing mission
delete_missionDelete a mission
duplicate_missionClone a mission
share_missionGenerate a public share link
export_missionExport to KML, GPX, QGC, Litchi CSV, or WPML
import_litchiImport a Litchi CSV file

Mission Generation

ToolDescription
list_camerasList camera presets for survey planning
generate_grid_surveyGenerate grid/mapping survey from polygon
generate_orbit_missionGenerate orbit around a point of interest
generate_panorama_missionGenerate panorama capture grid
generate_spiral_missionGenerate spiral survey
generate_corridor_missionGenerate corridor mapping along a path

Drone Profiles

ToolDescription
list_dronesList user's drone profiles
create_droneAdd a drone profile
update_droneUpdate a drone profile
delete_droneRemove 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

Terminal
npm install @dronelytics/mcp

https://www.npmjs.com/package/@dronelytics/mcp

License

MIT