Flight Logger MCP
OfficialProvides tools for logging and managing drone and aircraft flight data, compliance tracking, and maintenance scheduling.
Flight Logger MCP
MCP server for flight logger mcp operations
Overview
Flight Logger MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Log a completed drone/aircraft flight with full telemetry data. |
| Get flight history and statistics for a drone or all drones. |
| Generate a compliance report for a drone — regulatory adherence, altitude violat |
| List all registered drones and their flight statistics. |
Installation
pip install meok-flight-logger-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"flight-logger": {
"command": "python",
"args": ["-m", "meok_flight_logger_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
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/CSOAI-ORG/flight-logger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server