# Western Astrology Calculator AI Agent Connect

> Calculate sun signs, moon signs, ascendants, and planetary positions.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ib5l5Ly1AdaYiQ9bw6yd12kG2V3hPuBUb67fpFxN/ai-agent-connect
- **Tags:** zodiac, natal-chart, astrology-tools, planetary-positions, ascendant

## Description

This MCP server provides deterministic astrological calculations for the tropical zodiac. It allows AI agents to determine a user's sun sign using `get_sun_sign`, approximate the moon sign via `get_moon_sign`, and calculate the rising sign (ascendant) using `get_ascendant`. Additionally, it provides estimated planetary positions through `get_planetary_positions` and calculates house cusps using a simplified Placidus system with `get_house_cusps`.

## Tools

### get_planetary_positions
Estimates the zodiac positions of major planets

### get_ascendant
Calculates the Rising Sign (Ascendant) for a specific birth moment and location

### get_house_cusps
Calculates the starting points (cusps) of the twelve houses

### get_moon_sign
Provides an approximation of the Moon's zodiac placement

### get_sun_sign
Determines the primary zodiac sign based on the user's birth date

## Prompt Examples

**Prompt:** 
```
What is my sun sign if I was born on 1990-05-15?
```

**Response:** 
```
Your sun sign is Taurus.
```

**Prompt:** 
```
What was my rising sign on 1990-05-15 at 14:30 in London (latitude 51.5, longitude -0.12)?
```

**Response:** 
```
Your rising sign is Leo.
```

**Prompt:** 
```
Where were the planets located on 1990-05-15?
```

**Response:** 
```
On May 15, 1990, Mars was in Taurus, Jupiter was in Cancer, and Saturn was in Capricorn.
```

## Frequently Asked Questions

**How accurate are the planetary positions?**
Planetary positions are estimated using mean orbital elements with an accuracy of approximately ±2 degrees.

**What is the difference between the sun sign and the ascendant?**
The sun sign is determined by your birth date, while the ascendant is the sign rising on the eastern horizon at your specific birth time and location.

**Can I use this with Claude or Cursor?**
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
