search_by_name
Pack: celestrak · Endpoint: https://gateway.pipeworx.io/celestrak/mcp
Search the satellite catalog by name substring and return matching orbital elements (TLE / GP data).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Satellite name substring, e.g. “STARLINK” or “NOAA”. |
Example call
curl -X POST https://gateway.pipeworx.io/celestrak/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_by_name","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"celestrak": {
"url": "https://gateway.pipeworx.io/celestrak/mcp"
}
}
}
See Getting Started for client-specific install steps.