get_upcoming_launches
ActiveTool of launches
declared in 0.1.0
Fetch the next scheduled rocket launches from Launch Library 2. Returns launch name, NET (no-earlier-than) time, status, launch pad, rocket type, and mission description. Default 10 results.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
},
{
"limit": 5
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Number of launches to return (default 10)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
launches
https://github.com/pipeworx-io/mcp-launches
1/7 registries