dronelytics
@dronelytics/mcp
用于 Dronelytics 无人机任务规划平台的 MCP (Model Context Protocol) 服务器。使 AI 助手能够查询美国无人机空域、规划任务、管理无人机配置文件并导出飞行计划。
首个为 AI 智能体构建的无人机平台。 了解更多 | 阅读我们构建此工具的原因
设置
1. 生成 API 密钥
前往 hub.dronelytics.io 中的 Settings > API Keys 并创建一个新密钥。
2. 配置您的 MCP 客户端
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 在您的项目中或全局 ~/.claude/.mcp.json):
{
"mcpServers": {
"dronelytics": {
"command": "npx",
"args": ["-y", "@dronelytics/mcp"],
"env": {
"DRONELYTICS_API_KEY": "dk_your_key_here"
}
}
}
}Cursor / Windsurf — 在您的 MCP 设置中使用相同的 npx 配置。
环境变量
变量 | 必需 | 默认值 | 描述 |
| 是 | — | 您的 API 密钥 (以 |
| 否 |
| API 基础 URL (本地开发时覆盖) |
Related MCP server: Airspace Monitor MCP
工具 (24)
空域情报
工具 | 描述 |
| 在经纬度坐标处查询 11 个 FAA 空域层 — 返回飞行可行性评估 |
| 列出位置附近的活动 TFR(临时飞行限制) |
| 获取位置附近的活动 NOTAM(航行通告) |
| 位置附近的实时 ADS-B 飞机交通情况 |
| 针对位置、高度和时间的 Part 107 合规性检查 |
| 为已保存的任务生成“起飞/谨慎/禁止起飞”简报 |
任务管理
工具 | 描述 |
| 列出所有用户任务 |
| 获取包含航点的完整任务 |
| 创建新任务 |
| 更新现有任务 |
| 删除任务 |
| 克隆任务 |
| 生成公开分享链接 |
| 导出为 KML、GPX、QGC、Litchi CSV 或 WPML 格式 |
| 导入 Litchi CSV 文件 |
任务生成
工具 | 描述 |
| 列出用于测绘规划的相机预设 |
| 根据多边形生成网格/测绘任务 |
| 生成围绕兴趣点的轨道飞行任务 |
| 生成全景拍摄网格 |
| 生成螺旋测绘任务 |
| 生成沿路径的走廊测绘任务 |
无人机配置文件
工具 | 描述 |
| 列出用户的无人机配置文件 |
| 添加无人机配置文件 |
| 更新无人机配置文件 |
| 删除无人机配置文件 |
空域数据
check_airspace 工具在单次调用中查询 11 个 FAA 数据层:
UASFM 上限 — 来自 FAA UAS 设施地图的最大高度网格
空域类别 — B、C、D、E2、E3、E4 受控空域边界
TFRs — 活动临时飞行限制(每 15 分钟刷新一次)
NOTAMs — 带有邻近过滤功能的航行通告
特殊用途空域 — 禁止区、限制区、MOA(军事行动区)、警戒区
NSUFRs — 国家安全 UAS 飞行限制
体育场 — 3 海里内的体育场 TFR 区域
FRIAs — 供娱乐飞行员使用的 FAA 认可识别区域
机场 — 附近机场及其距离和类型
C 类空域面 (Mode C veil) — 主要机场周围 30 海里的应答机要求区域
军事训练航线 — 低空军事飞行走廊
所有数据均来自 FAA ArcGIS 服务并自动刷新。
示例提示词
“我可以在金门大桥放飞无人机吗?”
“使用我的 DJI Mavic 3 在 200 英尺高度规划这个 10 英亩田地的网格测绘”
“为我的建筑测绘任务提供一份飞行前简报”
“将我所有标记为 'client-project' 的任务导出为 KML”
“在 37.7749, -122.4194 的 5 海里范围内有哪些机场?”
“验证明天下午 2 点在自由女神像 300 英尺高度的飞行”
npm
npm install @dronelytics/mcphttps://www.npmjs.com/package/@dronelytics/mcp
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables advanced geospatial analysis including elevation queries, line-of-sight calculations, terrain visualization, and autonomous drone mission planning with real-time safety analysis and 3D visualization capabilities.MIT
- Alicense-qualityAmaintenanceAirspace Monitor - MCP server providing AI-powered tools and automation by MEOK AI Labs8MIT
- Alicense-qualityAmaintenanceDrone Airspace Governance - MCP server providing AI-powered tools and automation by MEOK AI Labs14MIT
- Alicense-qualityCmaintenanceProvides comprehensive flight tracking capabilities using the OpenSky Network API, enabling real-time flight data, geographic searches, historical data, and airport operations through MCP tools.MIT
Related MCP Connectors
FAA Delays MCP — live US airport operational status (FAA, free, no auth).
Aviation Weather MCP — METAR, TAF, PIREPs, AIRMET/SIGMET, station info
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markpdxt/dronelytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server