rocket-tools

benajaero/rocket-tools
★ 1 stars Python Code/Dev Tools Updated today
68 validated MCP tools for aerospace engineering: structures, aerodynamics, compressible flow, propulsion, orbital mechanics, ascent simulation, design optimization, visualization, and reliability analysis. Works as a Python library, a CLI, or an MCP server, with results traceable to published references.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rocket-tools": {
      "command": "uvx",
      "args": [
        "rocket-tools"
      ]
    }
  }
}

Or install with pip: pip install rocket-tools

README Excerpt

> **Engineering-grade aerospace computation. AI-native interface.** --- ```bash pip install rocket-tools ``` ```python from rocket_tools.materials import material_lookup from rocket_tools.aerodynamics import dynamic_pressure mat = material_lookup("Inconel-718") q = dynamic_pressure(velocity=857, altitude_m=0) # 857 m/s ≈ Mach 2.5

Tools (20)

aero_analysisbeam_analysisbreguet_endurancebreguet_rangecolumn_bucklingcombined_margin_of_safetycomposite_cgdeflection_margindesign_review_reportdrag_coefficientdrag_polardynamic_pressurefmea_reportisa_atmosphereisentropic_flowlift_coefficientlift_curve_slopelist_standardsmach_numbermargin_of_safety

Topics

aerodynamicsaerospaceaircraftaircraft-performancecompressible-flowengineeringmargin-of-safetymcpmission-designmodel-context-protocolnozzle-designpropulsionpythonrocketspacecraft