You're viewing a demo portfolio

Join the waitlist
PRSM

get_positions

Active

Tool of N2yo

declared in 0.1.0

Track where a satellite is right now (or in the next few seconds): get its live latitude, longitude, altitude, and look-angles (azimuth/elevation) from an observer on Earth. Use this to answer "where is the ISS right now?" (NORAD id 25544) or to locate any satellite by NORAD id. Example: get_positions({ norad_id: 25544, lat: 40.71, lon: -74.0 }).

Parameters schema

{
  "type": "object",
  "required": [
    "norad_id",
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Observer latitude in decimal degrees."
    },
    "lon": {
      "type": "number",
      "description": "Observer longitude in decimal degrees."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own N2YO API key for higher limits; omit to use the shared Pipeworx key."
    },
    "seconds": {
      "type": "number",
      "description": "Number of future seconds of positions to predict (default 2, max 300)."
    },
    "altitude": {
      "type": "number",
      "description": "Observer altitude in meters above sea level (default 0)."
    },
    "norad_id": {
      "type": "number",
      "description": "NORAD catalog id of the satellite, e.g. 25544 for the ISS, 20580 for Hubble."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

N2yo

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

1/7 registries
View full server →
get_positions — N2yo — PRSM MCP