Skip to main content
Glama

N2YO Satellite Tracker MCP Server

get_visual_passes

Retrieve upcoming satellite passes visible from a specific location using NORAD ID, observer coordinates, and visibility parameters. Plan observations with accurate timing and duration estimates.

Instructions

Get upcoming visual passes of a satellite for an observer location

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look ahead (max 10)
minVisibilityNoMinimum visibility in seconds (max 300)
noradIdYesNORAD catalog number of the satellite
observerAltNoObserver altitude in meters above sea level
observerLatYesObserver latitude in degrees
observerLngYesObserver longitude in degrees

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 10, "description": "Number of days to look ahead (max 10)", "maximum": 10, "type": "number" }, "minVisibility": { "default": 300, "description": "Minimum visibility in seconds (max 300)", "maximum": 300, "type": "number" }, "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" } }, "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