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

NameTypeRequiredDescription
searchstringnoFilter by agency name, e.g. “NASA”, “SpaceX”, “ESA”, “Roscosmos”.
limitnumbernoHow 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.

Regenerated from source · build June 11, 2026