Skip to main content
Glama

Celestial Position MCP Server

by Rkm1999

getStarHoppingPath

Calculates a star hopping path to locate a target celestial object using bright stars within a specified field of view, aiding amateur astronomers in telescope navigation.

Instructions

Calculates a star hopping path from a bright start star to a target celestial object. Each hop is within the specified Field of View (FOV).

Input Schema

NameRequiredDescriptionDefault
fovDegreesYesThe Field of View (FOV) of the user's equipment in degrees.
initialSearchRadiusDegreesYesThe angular radius around the target object to search for a suitable bright starting star. Default: 20.0 degrees.
maxHopMagnitudeYesThe maximum (dimmest) stellar magnitude for stars in the hopping path. Default: 8.0.
startStarMagnitudeThresholdYesThe maximum (dimmest) magnitude for a star to be a good, bright "starting star." Default: 3.5.
targetObjectNameYesThe name or catalog identifier of the celestial object to find (e.g., "M13", "Andromeda Galaxy", "Mars").

Input Schema (JSON Schema)

{ "properties": { "fovDegrees": { "description": "The Field of View (FOV) of the user's equipment in degrees.", "type": "number" }, "initialSearchRadiusDegrees": { "description": "The angular radius around the target object to search for a suitable bright starting star. Default: 20.0 degrees.", "type": "string" }, "maxHopMagnitude": { "description": "The maximum (dimmest) stellar magnitude for stars in the hopping path. Default: 8.0.", "type": "string" }, "startStarMagnitudeThreshold": { "description": "The maximum (dimmest) magnitude for a star to be a good, bright \"starting star.\" Default: 3.5.", "type": "string" }, "targetObjectName": { "description": "The name or catalog identifier of the celestial object to find (e.g., \"M13\", \"Andromeda Galaxy\", \"Mars\").", "type": "string" } }, "required": [ "targetObjectName", "fovDegrees", "maxHopMagnitude", "initialSearchRadiusDegrees", "startStarMagnitudeThreshold" ], "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