MCP Hub
Back to servers

spacex

SpaceX MCP — wraps SpaceX API v4 (free, no auth)

Registry
Updated
Apr 1, 2026

mcp-spacex

MCP server for SpaceX data. Get launch info, rocket specs, crew members, and Starlink satellite tracking via the SpaceX API v4 — free, no API key required.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
get_latest_launchGet the most recent SpaceX launch
get_next_launchGet the next upcoming SpaceX launch
get_past_launchesGet recent past launches sorted by date
get_rocketsList all SpaceX rockets with specs
get_crewList SpaceX crew members
get_starlinkGet Starlink satellite info

Quick Start

{
  "mcpServers": {
    "spacex": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/spacex/mcp"]
    }
  }
}

Or use the CLI:

npx pipeworx use spacex

License

MIT

Reviews

No reviews yet

Sign in to write a review