MCP.so
ログイン

Satellite Tracking MCP Server

@Cyreslab-AI

Satellite Tracking MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

Cyreslab-AI

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "satellite-tracking": {
      "command": "node",
      "args": [
        "/path/to/satellite-tracking-server/build/index.js"
      ],
      "env": {
        "N2YO_API_KEY": ""
      }
    }
  }
}

ツール

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

概要

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

コメント

「その他」の他のコンテンツ