Skip to main content
Glama

N2YO Satellite Tracker MCP Server

query_satellites_natural

Query satellite positions and predict passes using natural language requests, such as 'What satellites will be over France at 6:00 tonight?' or 'Show military satellites above Germany now.'

Instructions

Answer natural language questions about satellites like 'What satellites will be over France at 6:00 tonight?'

Input Schema

NameRequiredDescriptionDefault
categoryFilterNoOptional filter for satellite categoryall
queryYesNatural language query about satellites (e.g., 'What satellites will be over France at 6:00 tonight?', 'Show me military satellites above Germany now')

Input Schema (JSON Schema)

{ "properties": { "categoryFilter": { "default": "all", "description": "Optional filter for satellite category", "enum": [ "all", "military", "weather", "gps", "amateur", "starlink", "space-stations" ], "type": "string" }, "query": { "description": "Natural language query about satellites (e.g., 'What satellites will be over France at 6:00 tonight?', 'Show me military satellites above Germany now')", "type": "string" } }, "required": [ "query" ], "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