# Feng Shui Flying Star Matrix Generator AI Agent Connect

> Generate deterministic annual Xuan Kong Flying Star matrices and analyze sector auspiciousness.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GMnb5tlcsI0aq1vpb5nYGTRAYw9OpKq8cBIzMeY6/ai-agent-connect
- **Tags:** feng-shui, xuan-kong, flying-stars, lo-shu, auspiciousness

## Description

This MCP server provides precise tools for Xuan Kong Feng Shui practitioners. Use `generate_annual_matrix` to calculate the 3x3 Lo Shu square based on a target year and building mountain direction. You can then use `analyze_sector_auspiciousness` to identify beneficial stars like 1, 8, and 9, or problematic stars like 2 and 5. Additionally, `get_direction_metadata` helps translate mountain indices into human-readable compass directions.

## Tools

### analyze_sector_auspiciousness
Evaluates which sectors of a generated matrix are considered favorable or unfavorable

### get_direction_metadata
Translates mountain numbers into human-readable compass directions and cardinal sectors

### generate_annual_matrix
Generates the complete 3x3 Flying Star matrix for a specific year and building orientation

## Prompt Examples

**Prompt:** 
```
Generate the flying star matrix for the year 2024 with a facing mountain of 1.
```

**Response:** 
```
The 3x3 matrix for 2024 with mountain 1 has been generated with the center star being 7.
```

**Prompt:** 
```
Which sectors are inauspicious in this matrix: [[8, 1, 9], [3, 7, 4], [2, 5, 6]]?
```

**Response:** 
```
The inauspicious sectors are those containing stars 2 and 5.
```

**Prompt:** 
```
What is the direction for mountain index 5?
```

**Response:** 
```
Mountain index 5 corresponds to the East-Southeast direction.
```

## Frequently Asked Questions

**How do I calculate the annual star for a specific year?**
You can use the `generate_annual_matrix` tool by providing the target Gregorian year and the building's facing mountain direction (1-24).

**What are considered auspicious sectors?**
Sectors containing stars 1, 8, or 9 are considered auspicious for prosperity and stability.

**Can I find the compass direction for a mountain index?**
Yes, use the `get_direction_metadata` tool with the mountain index (1-24) to get the descriptive name and cardinal sector.
