# BaZi Four Pillars Calculator AI Agent Connect

> Calculate precise Chinese BaZi Four Pillars, Day Master, and elemental balance.

## Overview
- **Category:** mathematics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oZYhqc3C7KwCIG98xmHHdq4ltJnTjhjbHPZdKoYl/ai-agent-connect
- **Tags:** bazi, chinese-astrology, four-pillars, elemental-analysis, luck-pillars

## Description

This MCP server provides deterministic calculations for the Chinese BaZi (Four Pillars of Destiny) system. It allows AI agents to derive the core eight characters from birth data, identify the Day Master, analyze the elemental distribution (Wood, Fire, Earth, Metal, Water), and project 10-year Luck Pillars. Use `calculate_four_pillars` to get the primary pillars, `analyze_elemental_composition` to check for missing elements, and `calculate_luck_pillars` to map life cycles.

## Tools

### analyze_elemental_composition
Determine the elemental balance and identify missing elements from a set of pillars

### calculate_four_pillars
Derive the core eight characters (Four Pillars) from a specific birth moment

### calculate_luck_pillars
Project the 10-year cycles of fate following birth

## Prompt Examples

**Prompt:** 
```
Calculate my BaZi pillars for a male born on July 4, 1990, at 14:30.
```

**Response:** 
```
Your Year Pillar is Metal Horse, Month Pillar is Water Horse, Day Pillar is Wood Dragon, and Hour Pillar is Earth Goat. Your Day Master is Wood.
```

**Prompt:** 
```
What is the elemental balance for these pillars: Year: Wood Rat, Month: Fire Ox, Day: Earth Tiger, Hour: Metal Rabbit?
```

**Response:** 
```
Your elemental distribution is: Wood: 2, Fire: 1, Earth: 2, Metal: 1, Water: 1. You have a balanced elemental profile.
```

**Prompt:** 
```
Calculate the luck pillars for a female born with Year Stem: Water, Year Branch: Dragon, and Day Master Element: Fire.
```

**Response:** 
```
Your first Luck Pillar starts in 1995 with the combination of Wood Tiger.
```

## Frequently Asked Questions

**What is the Day Master?**
The Day Master is the Heavenly Stem of the Day Pillar, representing your core identity in BaZi.

**How are the Luck Pillars calculated?**
Luck Pillars are 10-year cycles calculated using the Year Pillar, gender, and Day Master element via `calculate_luck_pillars`.

**Can I analyze my elemental balance?**
Yes, use `analyze_elemental_composition` with the output from the pillar calculation to see your elemental counts.
