SpaceMissionLaunchPrep
Verified Safeby tsinviking
Overview
A multi-agent system that streamlines SpaceX rideshare payload integration by providing AI-driven tools for fit checks, hazard classification, cost estimates, document checklists, timelines, and orbital dynamics.
Installation
python app.pyEnvironment Variables
- PORT
- HOST
Security Notes
No 'eval' or obfuscation found. External network requests are made to known, reputable sources (Google Cloud Storage for PDFs, Celestrak for TLE data) and are specific. No obvious hardcoded secrets; `dotenv` is used, but no explicit secret environment variables are shown as required within the provided server code. Network operations include timeouts.
Similar Servers
MaxKB
An enterprise-grade intelligent agent platform for building knowledge bases, RAG, complex workflows, and AI agents, targeting intelligent customer service and office assistants.
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
npcpy
A comprehensive Python library and framework for building, evaluating, and serving LLM-powered agents and multi-agent systems, integrating fine-tuning capabilities, knowledge graphs, and scalable model operations, with a built-in Flask API server for deployment.
Context-Engine
A Retrieval-Augmented Generation (RAG) stack for codebases, enabling context-aware AI agents for developers and IDEs through unified code indexing, hybrid search, and local LLM integration.