Server data from the Official MCP Registry
Airspace Monitor MCP server. Tools: check airspace, get no fly zones, get drone regulations....
Airspace Monitor MCP server. Tools: check airspace, get no fly zones, get drone regulations....
This MCP server has critical security issues that make it unsuitable for production use. The server imports from a hardcoded local path (`~/clawd/meok-labs-engine/shared`) that does not exist in the provided codebase, making the `check_access()` authentication mechanism unverifiable and likely non-functional. Additionally, the server requires API key authentication but accepts it as an optional parameter in tool calls, creating a trivial bypass where unauthenticated users can invoke all tools by omitting the key. The authentication check happens after rate limiting logic, and the `auth_middleware` module is not provided, raising concerns about credential handling and access control. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-airspace-monitor-mcp": {
"args": [
"-y",
"airspace-monitor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
> By MEOK AI Labs — Drone/aircraft airspace compliance, no-fly zones, and flight planning
Installation · Docs · Report Bug
pip install airspace-monitor-mcp
# or
npm install -g @meok-ai/airspace-monitor-mcp
See the project repository for full documentation and examples.
MIT © CSOAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.