Satellite Tracking MCP Server
@Cyreslab-AI
About Satellite Tracking MCP Server
No overview available yet
Basic information
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
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments