Celestial Position MCP Server

getCelestialPosition

Calculate altitude and azimuth coordinates for celestial objects using system time or custom settings for precise astronomical observations.

Instructions

Get altitude and azimuth coordinates for a celestial object using system time and configured location

Input Schema

NameRequiredDescriptionDefault
dateTimeNoISO format date and time for the observation (e.g., "2025-04-15T21:30:00"), only used if useSystemTime is false
objectNameNoName of the celestial object (planet, star, messier object, etc.)
pressureNoAtmospheric pressure in hPa (for refraction correction)
temperatureNoTemperature in Celsius (for refraction correction)
useSystemTimeNoWhether to use the current system time (true) or a custom time (false)

Input Schema (JSON Schema)

{ "properties": { "dateTime": { "description": "ISO format date and time for the observation (e.g., \"2025-04-15T21:30:00\"), only used if useSystemTime is false", "type": "string" }, "objectName": { "description": "Name of the celestial object (planet, star, messier object, etc.)", "type": "string" }, "pressure": { "description": "Atmospheric pressure in hPa (for refraction correction)", "type": "string" }, "temperature": { "description": "Temperature in Celsius (for refraction correction)", "type": "string" }, "useSystemTime": { "description": "Whether to use the current system time (true) or a custom time (false)", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools from Celestial Position MCP Server

Related Tools

ID: 77u8rgvmfo