previous_launches

Pack: launchlibrary · Endpoint: https://gateway.pipeworx.io/launchlibrary/mcp

List recent past rocket launches from Launch Library 2 — same shape as upcoming_launches plus a derived success flag. Keyless. Optionally filter by rocket/mission/provider name.

Parameters

NameTypeRequiredDescription
limitnumbernoHow many launches to return (default 5, max 10).
searchstringnoFilter by rocket, mission, or provider name, e.g. “Falcon 9”, “Starlink”, “SpaceX”.

Example call

curl -X POST https://gateway.pipeworx.io/launchlibrary/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"previous_launches","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "launchlibrary": {
      "url": "https://gateway.pipeworx.io/launchlibrary/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026