pipeworx-io/mcp-tle
MCP server for satellite TLE tracking data
Platform-specific configuration:
{
"mcpServers": {
"mcp-tle": {
"command": "npx",
"args": [
"-y",
"mcp-tle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for satellite tracking via Two-Line Element (TLE) sets from tle.ivanstanojevic.me. Free, no auth required.
| Tool | Description | |------|-------------| | get_tle | Fetch TLE data for a satellite by NORAD catalog ID | | search_satellites | Search satellites by name or keyword | | list_recent | List the most recently launched/updated satellites |
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
}'MIT
Loading reviews...