You're viewing a demo portfolio

Join the waitlist
PRSM

search_satellites

Active

Tool 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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

tle

https://github.com/pipeworx-io/mcp-tle

1/7 registries
View full server →