Satellite Tracking MCP Server
@Cyreslab-AI
关于 Satellite Tracking MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"satellite-tracking": {
"command": "node",
"args": [
"/path/to/satellite-tracking-server/build/index.js"
],
"env": {
"N2YO_API_KEY": ""
}
}
}
}工具
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
概览
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

评论