Infinity-API
Verified Safeby RocketPy-Team
Overview
Performs rocket simulations, stores input data, and provides an API for managing rocket components and flights.
Installation
gunicorn -k uvicorn.workers.UvicornWorker src:app -b 0.0.0.0:3000Environment Variables
- MONGODB_CONNECTION_STRING
- UPTRACE_DSN
Security Notes
The application uses Pydantic for input validation, environment variables for secrets (MONGODB_CONNECTION_STRING, UPTRACE_DSN), and structured logging for auditability. It uses 'dill' for serializing RocketPy objects for download, which carries an inherent risk if arbitrary deserialization from untrusted sources were allowed (which it is not directly exposed in this API). The `fastmcp` integration uses an experimental OpenAPI parser, which might introduce unforeseen vulnerabilities. Overall, good practices are followed for a server handling complex object serialization.
Similar Servers
mozichem-hub
A modular Python toolkit providing standardized APIs for chemical engineering and chemistry computations, enabling seamless integration with AI agents and LLM workflows to deliver reliable, validated results in domain-specific applications.
aerospace-mcp
Provides a comprehensive aerospace research and flight planning service, including HTTP API and Model Context Protocol (MCP) integration, primarily for AI assistants.
simulator-mcp-server
A stateless Model Context Protocol (MCP) server for running scientific simulations, primarily for integration into chat applications, interactive dashboards, and AI-powered tools.
MCP-Server-And-LangGraph-Agent
An agent-based, multi-system AI platform designed to automate research discovery, intelligence analysis, and business proposal generation using LangGraph workflows.