get_tle
ActiveTool of tle
declared in 0.1.0
Fetch the Two-Line Element (TLE) set for a specific satellite by its NORAD catalog ID. Returns the satellite name, epoch date, and both TLE lines.
Parameters schema
{
"type": "object",
"examples": [
{
"norad_id": 25544
},
{
"norad_id": 20580
}
],
"required": [
"norad_id"
],
"properties": {
"norad_id": {
"type": "number",
"description": "NORAD catalog number for the satellite (e.g. 25544 for the ISS, 20580 for Hubble Space Telescope)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
tle
https://github.com/pipeworx-io/mcp-tle
1/7 registries