Skip to main content
Glama

N2YO Satellite Tracker MCP Server

get_satellite_position

Retrieve the real-time position of a satellite based on a specific observer location using NORAD ID, latitude, longitude, and altitude.

Instructions

Get current position of a satellite relative to an observer location

Input Schema

NameRequiredDescriptionDefault
noradIdYesNORAD catalog number of the satellite
observerAltNoObserver altitude in meters above sea level
observerLatYesObserver latitude in degrees
observerLngYesObserver longitude in degrees
secondsNoNumber of seconds in the future for prediction (max 300)

Input Schema (JSON Schema)

{ "properties": { "noradId": { "description": "NORAD catalog number of the satellite", "type": "string" }, "observerAlt": { "default": 0, "description": "Observer altitude in meters above sea level", "type": "number" }, "observerLat": { "description": "Observer latitude in degrees", "maximum": 90, "minimum": -90, "type": "number" }, "observerLng": { "description": "Observer longitude in degrees", "maximum": 180, "minimum": -180, "type": "number" }, "seconds": { "default": 0, "description": "Number of seconds in the future for prediction (max 300)", "maximum": 300, "type": "number" } }, "required": [ "noradId", "observerLat", "observerLng" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MaxwellCalkin/N2YO-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server