search_satellites
ActiveTool of tle
declared in 0.1.0
Search for satellites by name or keyword. Returns matching satellites with their NORAD IDs and TLE data.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "ISS"
},
{
"limit": 20,
"query": "Starlink"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return. Defaults to 10."
},
"query": {
"type": "string",
"description": "Name or keyword to search for (e.g. \"ISS\", \"Starlink\", \"GPS\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
tle
https://github.com/pipeworx-io/mcp-tle
1/7 registries