loading…
Search for a command to run...
loading…
Drone Airspace Governance - MCP server providing AI-powered tools and automation by MEOK AI Labs
Drone Airspace Governance - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for drone airspace governance mcp operations
Drone Airspace Governance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
classify_operation |
Classify drone operation category per EASA/FAA regulations. |
bvlos_risk_assessment |
SORA 2.5 risk assessment for Beyond Visual Line of Sight operations. |
remote_id_compliance |
Check FAA Remote ID compliance for drone operations. |
autonomous_decision_governance |
Governance check for autonomous drone AI decisions (EU AI Act + aviation safety) |
pip install meok-drone-airspace-governance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"drone-airspace-governance": {
"command": "python",
"args": ["-m", "meok_drone_airspace_governance_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
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"drone-airspace-governance-mcp": {
"command": "npx",
"args": []
}
}
}