Satellite Tracking MCP Server
@Cyreslab-AI
About Satellite Tracking MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"satellite-tracking": {
"command": "node",
"args": [
"/path/to/satellite-tracking-server/build/index.js"
],
"env": {
"N2YO_API_KEY": ""
}
}
}
}Tools
6Get real-time position of a satellite by NORAD ID
Get TLE (Two-Line Element) data for a satellite by NORAD ID
Predict visible passes of a satellite over a location
Predict radio frequency passes of a satellite over a location
Get satellites currently above a specified location
Search for satellites by name or category
Overview
What is Satellite Tracking MCP Server?
A Model Context Protocol (MCP) server that provides access to satellite tracking data using the N2YO API. It allows users to query real-time satellite positions, TLE data, predict visible and radio passes, and search for satellites by name or category.
How to use Satellite Tracking MCP Server?
Install prerequisites (Node.js 18+ and a N2YO API key), clone the repository, install dependencies with npm install, build with npm run build, then configure the server in your MCP settings file (Claude Desktop or VSCode extension) using the environment variable N2YO_API_KEY. Once configured, invoke tools like get_satellite_position, get_satellite_tle, predict_visual_passes, predict_radio_passes, get_satellites_above, and search_satellites, or access resources via URIs like satellite://{norad_id}.
Key features of Satellite Tracking MCP Server
- Real-time satellite position by NORAD ID
- TLE data retrieval for any satellite
- Predict visible passes over a location
- Predict radio frequency passes over a location
- List satellites currently above a location
- Search satellites by name or category
Use cases of Satellite Tracking MCP Server
Basic information
More Other MCP servers

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments