
Flight Logger Mcp
- Updated June 15, 2026
- CSOAI-ORG/flight-logger-mcp
flight-logger-mcp is an MCP server that connects coding agents to flight logging tools via stdio.
About
flight-logger-mcp is a Model Context Protocol server published by MEOK AI Labs that exposes flight-logging oriented tools to MCP-compatible agents over stdio. developers working on pilot logbooks, drone flight records, or travel diaries can add this server so Claude Code or Cursor helps capture legs, summarize hours, or draft log narratives without rewriting prompts each flight. The PyPI package flight-logger-mcp at version 1.0.4 installs into a local Python environment and registers with hosts that support the 2025-12-11 MCP server manifest. You remain responsible for regulatory accuracy, export formats, and persistent storage—this MCP layer is the agent-facing integration. It fits developers in Build who already treat the agent as a copilot for domain data entry and who need a consistent tool API before investing in mobile or web clients.
- flight-logger-mcp stdio MCP server from MEOK AI Labs on PyPI v1.0.4
- Targets aviation and travel builders who want agent-assisted log entry and queries
- Uses official MCP server schema with GitHub source CSOAI-ORG/flight-logger-mcp
- Local stdio deployment keeps log experiments off a mandatory cloud vendor
- Composable with other CSOAI lifestyle MCPs in one agent configuration
Flight Logger Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add flight-logger-mcp -- uvx flight-logger-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | flight-logger-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/flight-logger-mcp ↗ |
What it does
Connect your agent to flight logging workflows while you prototype aviation journals, travel trackers, or pilot logbook assistants.
Who is it for?
Best when you're shipping logbook, drone, or trip-journal products and run MCP locally and understand aviation or travel data basics.
Skip if: Skip if you need FAA-certified electronic logbook compliance out of the box or airline-grade audited backends.
What you get
With flight-logger-mcp registered, your agent invokes logging tools through MCP instead of improvising CSV edits in chat.
- Agent-callable flight logging MCP tools over stdio
- Versioned server package tied to CSOAI-ORG GitHub repository
- Foundation for logbook or travel journal features in your product
By the numbers
- Package version 1.0.4 on PyPI identifier flight-logger-mcp
- Transport type stdio in MCP manifest
- Publisher MEOK AI Labs under io.github.CSOAI-ORG namespace
README.md
Flight Logger MCP
Drone and aircraft flight logging
Drone and aircraft flight logging. Log flights, track compliance, view history, and manage maintenance. By MEOK AI Labs.
🚀 Quick Start
# Install via pip
pip install flight_logger_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install flight-logger-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"flight-logger-mcp": {
"command": "uvx",
"args": ["flight-logger-mcp"]
}
}
}
Or: pip install flight-logger-mcp then run the flight-logger-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
log_flightto …" - "Use
flight_summaryto …" - "Use
compliance_reportto …"
Recommended MCP Servers
How it compares
Vertical logging MCP integration, not a certified eLogbook SaaS or ForeFlight replacement.
FAQ
Who is flight-logger-mcp for?
Independent developers and hobbyist pilots building agent-assisted logbook or travel logging tools on top of MCP.
When should I use flight-logger-mcp?
Use it during Build integrations when you want repeatable flight log operations exposed as agent tools.
How do I add flight-logger-mcp to my agent?
Install flight-logger-mcp from PyPI, add the stdio server block to your MCP config, and verify tools load in your host.