astronomy-mcp-server
Offline observational astronomy: positions, rise/set, moon phases, eclipses, and seasons.
Package Details
@cyanheads/astronomy-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
falseRegister the astronomy_get_ephemeris tool, which fetches small-body and spacecraft ephemerides from JPL Horizons. Off by default; the core is keyless and offline.
falseRegister the astronomy_get_satellite_passes tool, which predicts visible satellite passes from CelesTrak TLEs propagated with SGP4. Off by default.
Fallback IANA timezone for observer-local output when a tool call omits `timezone`. Unset means UTC-only output.
@cyanheads/astronomy-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
falseRegister the astronomy_get_ephemeris tool, which fetches small-body and spacecraft ephemerides from JPL Horizons. Off by default; the core is keyless and offline.
falseRegister the astronomy_get_satellite_passes tool, which predicts visible satellite passes from CelesTrak TLEs propagated with SGP4. Off by default.
Fallback IANA timezone for observer-local output when a tool call omits `timezone`. Unset means UTC-only output.