MCP.so
Sign In

Satellite Tracking MCP Server

@Cyreslab-AI

About Satellite Tracking MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

Cyreslab-AI

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

6

Get 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

Comments

More Other MCP servers