Skip to main content
Glama

N2YO Satellite Tracker MCP Server

query_satellites_with_tle

Query satellites using natural language, filter by category, and retrieve structured data with Names and TLEs for up to a specified number of results.

Instructions

Find satellites by natural language query and return structured data with Name and TLE

Input Schema

NameRequiredDescriptionDefault
categoryFilterNoOptional filter for satellite categoryall
maxResultsNoMaximum number of satellites to return (default: 10)
queryYesNatural language query about satellites (e.g., 'ISS', 'Starlink satellites over California', 'military satellites')

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" }, "maxResults": { "default": 10, "description": "Maximum number of satellites to return (default: 10)", "type": "number" }, "query": { "description": "Natural language query about satellites (e.g., 'ISS', 'Starlink satellites over California', 'military satellites')", "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