Skip to main content
Glama

N2YO Satellite Tracker MCP Server

get_satellites_by_category

Retrieve satellites by specific categories such as military, weather, GPS, or space stations. Filter by country or organization to access relevant satellite data for tracking and analysis.

Instructions

Get satellites by predefined categories (military, weather, GPS, etc.)

Input Schema

NameRequiredDescriptionDefault
categoryYesSatellite category to retrieve
countryNoFilter by country or organization (e.g., 'usa', 'china', 'russia')

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Satellite category to retrieve", "enum": [ "military", "weather", "gps", "navigation", "amateur", "geostationary", "noaa", "starlink", "space-stations", "earth-resources" ], "type": "string" }, "country": { "description": "Filter by country or organization (e.g., 'usa', 'china', 'russia')", "type": "string" } }, "required": [ "category" ], "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