Skip to main content
Glama

Celestial Position MCP Server

by Rkm1999
config.ts427 B
/** * Observer configuration with hardcoded location * Update these values with your actual location */ export const OBSERVER_CONFIG = { // Vancouver, Canada coordinates latitude: 49.2827, // Vancouver latitude longitude: -123.1207, // Vancouver longitude (negative for west) altitude: 30, // elevation in meters temperature: 15, // default temperature in Celsius pressure: 1013.25 // default pressure in hPa };

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