Skip to content

pipeworx-io/mcp-tle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-tle

MCP server for satellite tracking via Two-Line Element (TLE) sets from tle.ivanstanojevic.me. Free, no auth required.

Tools

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

Quickstart (Pipeworx Gateway)

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
  }'

License

MIT

About

MCP server for satellite TLE tracking data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors