launch_agencies
Pack: launchlibrary · Endpoint: https://gateway.pipeworx.io/launchlibrary/mcp
List launch agencies / providers from Launch Library 2 — name, abbreviation, type, country, founding year, administrator, and launch success/failure totals. Keyless. Optionally filter by agency name.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
search | string | no | Filter by agency name, e.g. “NASA”, “SpaceX”, “ESA”, “Roscosmos”. |
limit | number | no | How many agencies to return (default 5, max 10). |
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":"launch_agencies","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.