streamable-httpupdated 3mo ago
Launch Library 2 MCP — global rocket launch data
¿Qué puedes hacer con Launch Library?
mcp-launch-library
Launch Library 2 MCP — global rocket launch data
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
Tools
| Tool | Description |
|---|---|
upcoming_launches |
Upcoming + currently-active launches. |
previous_launches |
Historical launches. |
get_launch |
Single launch detail. |
list_agencies |
Space agencies + private operators. |
list_astronauts |
Astronaut directory. |
list_events |
Non-launch space events (dockings, spacewalks, conferences). |
list_expeditions |
Crewed expeditions (ISS, Tiangong, lunar, etc.). |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"launch-library": {
"url": "https://gateway.pipeworx.io/launch-library/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Launch Library data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Instalación
Añade Launch Library a tu cliente. Elige el que uses.
claude mcp add --transport http launch-library https://gateway.pipeworx.io/launch-library/mcpcodex mcp add launch-library --url https://gateway.pipeworx.io/launch-library/mcp{
"mcpServers": {
"launch-library": {
"url": "https://gateway.pipeworx.io/launch-library/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"launch-library": {
"type": "http",
"url": "https://gateway.pipeworx.io/launch-library/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"launch-library": {
"url": "https://gateway.pipeworx.io/launch-library/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"launch-library": {
"serverUrl": "https://gateway.pipeworx.io/launch-library/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 herramientas
Launch Library expone 7 herramientas a un agente conectado.
- upcoming_launches
- Upcoming + currently-active launches.
- previous_launches
- Historical launches.
- get_launch
- Single launch detail.
- list_agencies
- Space agencies + private operators.
- list_astronauts
- Astronaut directory.
- list_events
- Non-launch space events (dockings, spacewalks, conferences).
- list_expeditions
- Crewed expeditions (ISS, Tiangong, lunar, etc.).
Puntuación
52 / 100
Suficiente
- Documentación15/25
- Mantenimiento13/25
- Confianza6/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 110 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.0Última | 13 may 2026 |