Skip to main content
Glama

Celestial Position MCP Server

by Rkm1999

getCelestialDetails

Retrieve astronomical details for any celestial object, including coordinates, visibility, rise/set times, distance, and phase illumination, based on system time and observer location.

Instructions

Retrieves detailed astronomical information for a specified celestial object (e.g., planet, star, Messier object, NGC/IC object). Information includes current equatorial and horizontal (altitude/azimuth) coordinates, visibility status (above/below horizon), rise/transit/set times, and, where applicable, distance, phase illumination, and upcoming moon phases. All calculations are performed for the pre-configured observer location and the current system time. The tool automatically resolves common names (e.g., 'Andromeda Galaxy' to 'M31') and handles various catalog identifiers.

Input Schema

NameRequiredDescriptionDefault
objectNameYesThe name or catalog identifier of the celestial object. Examples: 'Jupiter', 'Sirius', 'M31', 'NGC 7000', 'Crab Nebula'. The tool will attempt to resolve common names.

Input Schema (JSON Schema)

{ "properties": { "objectName": { "description": "The name or catalog identifier of the celestial object. Examples: 'Jupiter', 'Sirius', 'M31', 'NGC 7000', 'Crab Nebula'. The tool will attempt to resolve common names.", "type": "string" } }, "required": [ "objectName" ], "type": "object" }
Install Server

Other Tools from Celestial Position MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rkm1999/CelestialMCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server