MCP Hub
Back to servers

launches

Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth)

Registry
Updated
Apr 2, 2026

mcp-launches

MCP server for rocket launch data via the Launch Library 2 API. No authentication required.

Tools

ToolDescription
get_upcoming_launchesGet upcoming rocket launches
get_past_launchesGet past rocket launches
get_launchGet full launch details by ID
search_launchesSearch launches by keyword

Quickstart (Pipeworx Gateway)

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

License

MIT

Reviews

No reviews yet

Sign in to write a review