loading…
Search for a command to run...
loading…
Airspace Monitor - MCP server providing AI-powered tools and automation by MEOK AI Labs
Airspace Monitor - MCP server providing AI-powered tools and automation by MEOK AI Labs
Airspace Monitor MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
check_airspace |
Check if a location/altitude is safe for drone flight. Returns restrictions, nea |
get_no_fly_zones |
Get all no-fly zones within a radius of a location. |
get_drone_regulations |
Get drone flight regulations for a country (UK, US, EU, AU, CA). |
plan_flight |
Plan a drone flight path and check for restrictions along the route. |
pip install meok-airspace-monitor-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"airspace-monitor": {
"command": "python",
"args": ["-m", "meok_airspace_monitor_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"airspace-monitor-mcp": {
"command": "npx",
"args": []
}
}
}