markpdxt/dronelytics-mcp

πŸ—ΊοΈ Location Services
0 Views
0 Installs

πŸ“‡ ☁️ - US drone airspace intelligence and mission planning. 24 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. Available via npx @dronelytics/mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "markpdxt-dronelytics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "markpdxt-dronelytics-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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

{
  "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

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

npm install @dronelytics/mcp

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

License

MIT

Related MCP Servers

930m310n/geomelon-mcp

πŸŽ–οΈ πŸ“‡ ☁️ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at https://mcp.geomelon.dev/mcp, no signup required.

πŸ—ΊοΈ Location Services0 views
APOGEOAPI/apogeoapi-mcp

πŸ“‡ ☁️ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires APOGEOAPIKEY.

πŸ—ΊοΈ Location Services0 views
bamwor-dev/bamwor-mcp-server

πŸ“‡ ☁️ - World geographic data for AI agents. 261 countries with 20+ statistics and 13.4M cities with population, coordinates, and timezone. Powered by Bamwor API.

πŸ—ΊοΈ Location Services0 views
baphometnxg/aloha-fyi-mcp

πŸ“‡ ☁️ - First dedicated Hawaii tourism MCP server. 2,583 bookable tours from Viator, GetYourGuide, Klook, and Groupon, plus 579 events across 70+ venues on Oahu, Maui, Big Island, and Kauai. Results ship with affiliate booking links. Hosted Streamable HTTP endpoint β€” no install required. Powered by aloha.fyi.

πŸ—ΊοΈ Location Services0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.