Agent Tools
Back to MCP servers

TLE Satellite Tracker

https://tle.ivanstanojevic.me/mcp
● degraded

Access TLE orbital data for thousands of satellites including ISS, Starlink, and Hubble.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://tle.ivanstanojevic.me/mcp
JSON-RPC initialize probe
curl -X POST https://tle.ivanstanojevic.me/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/ivanstan/tle-api