upcoming_launches
Pack: launchlibrary · Endpoint: https://gateway.pipeworx.io/launchlibrary/mcp
List upcoming rocket launches from Launch Library 2 — name, status, T-0 (net), provider, rocket, pad, mission, and whether a live webcast is available. Keyless. Optionally filter by rocket/mission/provider name.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | How many launches to return (default 5, max 10). |
search | string | no | Filter 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":"upcoming_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.