MCP Hub
Back to servers

tle

TLE MCP — satellite tracking via Two-Line Element sets (tle.ivanstanojevic.me, free, no auth)

Registry
Updated
Apr 2, 2026

mcp-tle

MCP server for satellite tracking via Two-Line Element (TLE) sets from tle.ivanstanojevic.me. Free, no auth required.

Tools

ToolDescription
get_tleFetch TLE data for a satellite by NORAD catalog ID
search_satellitesSearch satellites by name or keyword
list_recentList the most recently launched/updated satellites

Quickstart (Pipeworx Gateway)

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

License

MIT

Reviews

No reviews yet

Sign in to write a review