# BaZi Compatibility Matrix AI Agent Connect

> Calculate relationship compatibility using Chinese BaZi elemental and zodiac interactions.

## Overview
- **Category:** astrology
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_CgEJKlizd3WYAj1vZgzNjPSvt4J6URRXjZyVi4pq/ai-agent-connect
- **Tags:** bazi, chinese-astrology, compatibility, five-elements, zodiac

## Description

This MCP server provides deterministic relationship analysis based on Chinese BaZi (Four Pillars) principles. It calculates compatibility through two distinct layers: the Five Elements (Wu Xing) interaction and Zodiac Animal (Earthly Branch) harmony or clash. Users can use `get_relationship_compatibility` to receive a full report containing elemental scores, zodiac scores, a total compatibility score, and a qualitative relationship verdict.

## Tools

### calculate_elemental_affinity
Determine the compatibility score based solely on the Day Master elements of two individuals

### calculate_zodiac_affinity
Determine the compatibility score based on the zodiac animals of two individuals

### get_relationship_compatibility
Provide the final, comprehensive compatibility assessment by combining elemental and zodiac scores

## Prompt Examples

**Prompt:** 
```
How compatible are a Wood Day Master and a Fire Day Master whose zodiac animals are Rat and Dragon?
```

**Response:** 
```
The elemental score is +20 and the zodiac score is +20, resulting in a total compatibility score of 40. The relationship verdict is Highly Compatible.
```

**Prompt:** 
```
What is the compatibility between a Water Day Master and a Fire Day Master with a Horse zodiac?
```

**Response:** 
```
The elemental score is -20 and the zodiac score is -30, resulting in a total compatibility score of -50. The relationship verdict is Clash.
```

**Prompt:** 
```
Check the compatibility for a Metal Day Master and an Earth Day Master with a Tiger and Ox zodiac.
```

**Response:** 
```
The elemental score is +20 and the zodiac score is 0, resulting in a total compatibility score of 20. The relationship verdict is Neutral.
```

## Frequently Asked Questions

**How is the compatibility score calculated?**
The score is the sum of the elemental affinity (based on the Five Elements cycle) and the zodiac affinity (based on traditional animal harmonies and clashes).

**What tools are available in this MCP?**
You can use `calculate_elemental_affinity` for element-only scores, `calculate_zodiac_affinity` for zodiac-only scores, or `get_relationship_compatibility` for a complete assessment.

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