Skip to main content
Glama

N2YO Satellite Tracker MCP Server

get_satellites_by_category

Retrieve satellite data by category such as military, weather, GPS, and more using the N2YO Satellite Tracker. Filter results by country or organization for targeted insights.

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