sseGPL-3.0updated 4mo ago
Code repository that powers TLE API backend, listed on NASA API catalog https://api.nasa.gov/
O que dá para fazer com TLE Satellite Tracker?
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
Instalação
Adicione TLE Satellite Tracker ao seu cliente. Escolha o que você usa.
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`.
Pontuação
39 / 100
Incompleta
- Documentação7/25
- Manutenção13/25
- Confiança13/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 4 de abr. de 2026 |