Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

markpdxt/dronelytics-mcp MCP server](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp) πŸ“‡ ☁️ - US drone airspace intelligence and mission planning.

README.md

@dronelytics/mcp

![dronelytics-mcp MCP server](https://glama.ai/mcp/servers/markpdxt/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

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Other servers.