Celestial Position MCP Server

getCelestialDetails

Retrieve astronomical details for celestial objects, including rise/set times, phases, distances, and upcoming moon phase events, using customizable observation time and location settings.

Instructions

Get detailed information about a celestial object including rise/set times, phase information, distance, and upcoming moon phases

Input Schema

NameRequiredDescriptionDefault
dateTimeNoISO format date and time for the observation (e.g., "2025-04-15T21:30:00"), only used if useSystemTime is false
elevationNoObserver elevation in meters (optional, defaults to Vancouver)
latitudeNoObserver latitude in degrees (optional, defaults to Vancouver)
longitudeNoObserver longitude in degrees (optional, defaults to Vancouver)
objectNameNoName of the celestial object (planet, star, messier object, etc.)
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" }, "elevation": { "description": "Observer elevation in meters (optional, defaults to Vancouver)", "type": "string" }, "latitude": { "description": "Observer latitude in degrees (optional, defaults to Vancouver)", "type": "string" }, "longitude": { "description": "Observer longitude in degrees (optional, defaults to Vancouver)", "type": "string" }, "objectName": { "description": "Name of the celestial object (planet, star, messier object, etc.)", "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