# Constellation Locator AI Agent Connect

> Calculate real-time constellation visibility, transit times, and celestial profiles.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WAx1Xe75KU3ss5TThZSlsLuZNr7748JaE3kXRRfO/ai-agent-connect
- **Tags:** stars, sky, celestial, astronomy, stargazing

## Description

Connect your AI agent to the celestial sphere. This MCP server provides precise astronomical calculations for observers on Earth. Use `get_visible_constellations` to see what is currently above your horizon, `get_constellation_transit_details` to find when a star pattern reaches its highest point, or `get_constellation_profile` to learn about specific IAU constellations. It calculates local sidereal time, altitude, and azimuth to provide accurate stargazing data.

## Tools

### get_constellation_profile
Retrieves the fundamental characteristics and visibility classifications of a specific constellation

### get_constellation_transit_details
Finds the specific time when a requested constellation will reach its highest point (transit) in the sky

### get_visible_constellations
Identifies which constellations are currently above the horizon for a specific observer at a specific time

## Prompt Examples

**Prompt:** 
```
What constellations are visible from London right now?
```

**Response:** 
```
Currently, Orion, Taurus, and Ursa Major are visible above the horizon in London.
```

**Prompt:** 
```
When will Cassiopeia reach its highest point tonight in New York?
```

**Response:** 
```
Cassiopeia will reach its transit point at 02:15 AM local time with a maximum altitude of 72°.
```

**Prompt:** 
```
Tell me about the constellation Lyra.
```

**Response:** 
```
Lyra is a small constellation in the northern sky, known for the bright star Vega. It is a seasonal constellation best viewed during summer months.
```

## Frequently Asked Questions

**How accurate are the visibility calculations?**
Calculations are based on the observer's precise latitude and longitude, using local sidereal time to determine the exact position of constellations relative to the horizon.

**Can I find out when a specific constellation will be highest in the sky?**
Yes, you can use the `get_constellation_transit_details` tool to find the exact transit time and maximum altitude for any IAU constellation.

**Does this support both Northern and Southern Hemisphere observers?**
Yes, the tools account for your specific latitude, correctly identifying circumpolar constellations and seasonal visibility for both hemispheres.
