sseGPL-3.0updated 4mo ago
Code repository that powers TLE API backend, listed on NASA API catalog https://api.nasa.gov/
Was kannst du mit TLE Satellite Tracker machen?
TLE API
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.
Usage
Further documentation and response examples are available at: https://tle.ivanstanojevic.me/
Available endpoints
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
Third party client libraries
Installation
TLE Satellite Tracker zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport sse tle-satellite-tracker https://tle.ivanstanojevic.me/mcpcodex mcp add tle-satellite-tracker --url https://tle.ivanstanojevic.me/mcp{
"mcpServers": {
"tle-satellite-tracker": {
"url": "https://tle.ivanstanojevic.me/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tle-satellite-tracker": {
"type": "sse",
"url": "https://tle.ivanstanojevic.me/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tle-satellite-tracker": {
"url": "https://tle.ivanstanojevic.me/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tle-satellite-tracker": {
"serverUrl": "https://tle.ivanstanojevic.me/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation7/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 132 days ago
- Has a release history
- Repository is not archived
- Licensed GPL-3.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 4. Apr. 2026 |