get_satellite
ActiveTool of mcp-celestrak
Get satellite orbital elements (TLE / GP data) for a single object by NORAD catalog ID. Returns orbital parameters: inclination, eccentricity, mean motion, RAAN, argument of perigee, epoch, and derived orbital period in minutes. norad_id 25544 = ISS, 20580 = Hubble. This is the orbital catalog, not live position tracking.
Parameters schema
{
"type": "object",
"required": [
"norad_id"
],
"properties": {
"norad_id": {
"type": "number",
"description": "NORAD catalog ID, e.g. 25544 (ISS) or 20580 (Hubble)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-celestrak
https://github.com/pipeworx-io/mcp-celestrak
2/7 registries