This server connects Claude to a NASA-cataloged TLE API that tracks orbital elements for Earth-orbiting satellites, updated daily from CelesTrak. You get two core operations: search satellites by name and retrieve individual TLE records by satellite number. Reach for this when you're building orbital mechanics calculations, tracking specific satellites like ISS or Starlink constellations, or need programmatic access to two-line element sets without manual data collection. The underlying API has been stable enough to warrant third-party client libraries in JavaScript, PHP, and C#, and the data format is standard for orbital propagation models.
Code repository that powers TLE API backend, listed on NASA API catalog https://api.nasa.gov/
API provides up to date two line element set records, the data is updated daily from CelesTrak and served in JSON format. A two-line element set (TLE) is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time.
Further documentation and response examples are available at: https://tle.ivanstanojevic.me/
The TLE API consists of two endpoints GET http://tle.ivanstanojevic.me
| Endpoint | Description |
|---|---|
GET /api/tle?search={query} | Perform search by satellite name |
GET /api/tle/{id} | Retrieve a single TLE record where id is satellite number |
Example query http://tle.ivanstanojevic.me/api/tle
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json