Skip to main content
Glama

N2YO Satellite Tracker MCP Server

get_satellite_trajectory

Track and visualize a satellite's trajectory over a specified time period using observer location and NORAD ID for accurate orbital path plotting.

Instructions

Get satellite trajectory over time period for visualization

Input Schema

NameRequiredDescriptionDefault
noradIdYesNORAD catalog number of the satellite
observerAltNoObserver altitude in meters above sea level
observerLatYesObserver latitude in degrees
observerLngYesObserver longitude in degrees
secondsNoTime period in seconds for trajectory (max 3600)

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": 300, "description": "Time period in seconds for trajectory (max 3600)", "maximum": 3600, "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