Skip to main content
Glama

N2YO Satellite Tracker MCP Server

get_radio_passes

Find upcoming radio communication passes for a satellite based on your location. Enter the satellite's NORAD ID, your latitude, longitude, and optional altitude to get pass details for the next 10 days.

Instructions

Get upcoming radio communication passes of a satellite for an observer location

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look ahead (max 10)
minElevationNoMinimum elevation in degrees (max 90)
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" }, "minElevation": { "default": 10, "description": "Minimum elevation in degrees (max 90)", "maximum": 90, "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