Skip to main content
Glama

N2YO Satellite Tracker MCP Server

query_satellites_with_tle

Locate satellites using natural language queries, filter by category, and retrieve structured data including Name and TLE for satellite tracking and analysis.

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