← 返回
未分类 中文

Pipeworx tle

Fetch and search Two-Line Element sets for satellites by NORAD ID or name, providing orbit data for tracking and analysis.
通过NORAD编号或名称获取并搜索卫星的两行元素集,提供轨道数据用于跟踪和分析。
b-gutman b-gutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 340
下载
💾 0
安装
1
版本
#latest

概述

TLE (Satellite Tracking)

Fetch Two-Line Element sets for satellites. TLEs are the standard format for describing satellite orbits -- used by tracking software, ground stations, and orbital mechanics calculations.

Available tools

get_tle -- Fetch TLE data for a specific satellite by its NORAD catalog ID. Returns the satellite name, epoch date, and both TLE lines.

search_satellites -- Search by name or keyword. "ISS", "Starlink", "GPS", "Hubble" all work. Returns matching satellites with NORAD IDs and TLE data.

list_recent -- The most recently launched or updated satellites, sorted by epoch date.

Example: get the ISS TLE

The ISS has NORAD catalog number 25544:

curl -X POST https://gateway.pipeworx.io/tle/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_tle","arguments":{"norad_id":25544}}}'

Common NORAD IDs

  • ISS: 25544
  • Hubble Space Telescope: 20580
  • NOAA-19: 33591
  • Terra (EOS): 25994
{
  "mcpServers": {
    "tle": {
      "url": "https://gateway.pipeworx.io/tle/mcp"
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 18:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 214 📥 71,085
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 276 📥 101,307
dev-programming

Pipeworx geo

b-gutman
地理工具 — 地理编码、逆向地理编码、国家信息、时区查询及日出日落时间
★ 0 📥 464