# Chinese Zodiac & Elemental Cycle Calculator AI Agent Connect

> Calculate zodiac animals, elements, and compatibility using the sexagenary cycle.

## Overview
- **Category:** astrology
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_D3sZ87GNJRQCwgKISUGBtXvV0vmabe72xSCiH4Ks/ai-agent-connect
- **Tags:** zodiac, chinese-calendar, elements, compatibility, sexagenary-cycle

## Description

This MCP server provides precise calculations for the Chinese sexagenary cycle. It connects AI agents to the complex system of ten Heavenly Stems and twelve Earthly Branches. Use `get_zodiac_details` to find a specific animal, element, and polarity for any birth date, accounting for the Lunar New Year shift. Use `get_compatibility_analysis` to identify trine groups and conflicting animals, or `get_cycle_period` to locate a year within its 60-year cycle.

## Tools

### get_compatibility_analysis
Determines how a specific zodiac animal relates to others through trines and clashes

### get_cycle_period
Identifies which 60-year cycle a specific year belongs to

### get_zodiac_details
Identifies the specific zodiac attributes for a given date or year

## Prompt Examples

**Prompt:** 
```
What is my zodiac sign if I was born on February 10, 1990?
```

**Response:** 
```
You were born in the year of the Metal Horse.
```

**Prompt:** 
```
Which animals are compatible with the Dragon?
```

**Response:** 
```
The animals in the same trine as the Dragon are the Rat and the Monkey.
```

**Prompt:** 
```
What is the 60-year cycle position for the year 2024?
```

**Response:** 
```
The year 2024 is at position 45 in its current 60-year cycle.
```

## Frequently Asked Questions

**How does the tool handle the Lunar New Year?**
The `get_zodiac_details` tool accounts for the Lunar New Year shift, ensuring the zodiac animal is correctly assigned based on the specific date rather than just the calendar year.

**Can I check animal compatibility?**
Yes, you can use `get_compatibility_analysis` to find compatible trine groups and animals that clash with a specific zodiac sign.

**What information is provided for a specific year?**
You can retrieve the zodiac animal, the heavenly stem element (Wood, Fire, Earth, Metal, or Water), the earthly branch, the yin/yang polarity, and the exact position in the 60-year cycle.
