MCP server exposing 6 tools for spacex.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/spacex/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_latest_launch — Get the most recent SpaceX launch. Returns launch name, date, success status, details, rocket id, and media links (webcast, article, wikipedia).get_next_launch — Get the next upcoming SpaceX launch. Returns launch name, date, details, and rocket id.get_past_launches — Get recent past SpaceX launches sorted by date descending. Returns name, date, success status, and details for each launch.get_rockets — List all SpaceX rockets. Returns name, type, active status, stages, boosters, cost per launch, success rate, first flight date, and description.get_crew — List SpaceX crew members. Returns name, agency, status, wikipedia link, and image URL for each crew member.get_starlink — Get Starlink satellite info sorted by most recently launched. Returns spaceTrack data including object name, launch date, and decay date.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/spacex/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io