aerospace-mcp
Verified Safeby cheesejaguar
Overview
Provides a comprehensive aerospace research and flight planning service, including HTTP API and Model Context Protocol (MCP) integration, primarily for AI assistants.
Installation
docker run -p 8080:8080 aerospace-mcpEnvironment Variables
- AEROSPACE_MCP_MODE
- AEROSPACE_MCP_HOST
- AEROSPACE_MCP_PORT
- AEROSPACE_MCP_LOG_LEVEL
- LLM_TOOLS_ENABLED
- OPENAI_API_KEY
- AEROSPACE_MCP_ENV
Security Notes
Contains a strong explicit safety disclaimer indicating the software is for educational/research purposes only and NOT for real-world navigation. Docker and Kubernetes deployment configurations show good security practices (non-root user, read-only filesystem, dropping capabilities, resource limits). Input validation is performed using Pydantic models. Relies on environment variables for sensitive data like API keys. Core FastAPI application does not appear to use `eval` or `exec` on user input. For production, external authentication and rate-limiting would need to be implemented (examples provided in documentation, but not built into the core FastAPI app).
Similar Servers
Infinity-API
Performs rocket simulations, stores input data, and provides an API for managing rocket components and flights.
enterprise_mcp_server
Provides a robust, multi-component Model Context Protocol (MCP) solution with an API Gateway for routing and management, an Enterprise MCP Server for core services like authentication and tool administration, and a Tool Server for operational tool execution, designed for integration with clients like Cursor and Claude Code.
NASA-MCP-server
Provides a standardized Model Context Protocol (MCP) interface for AI models to interact with various NASA and JPL APIs.
MCP_SERVER
An AI-powered agent for searching and booking flight tickets, exposed via a FastAPI web API.