get_launch
Pack: launchlibrary · Endpoint: https://gateway.pipeworx.io/launchlibrary/mcp
Get full detail for a single launch by its UUID (from upcoming_launches / previous_launches) — status, launch window, provider, rocket family, pad location + map, mission description and orbit, webcast status, and image/infographic. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Launch UUID, e.g. as returned by upcoming_launches or previous_launches. |
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":"get_launch","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.