# Seimei Handan Fortune Engine AI Agent Connect

> Calculate Japanese name destiny using the Five Grids numerology.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZmvhCfCoTTenOylqkFxX0bC2sgZZc6c4Rj7Obx2J/ai-agent-connect
- **Tags:** japanese, fortune, numerology, kanji, destiny

## Description

This MCP server provides deterministic Japanese name fortune-telling (Seimei Handan) by calculating the Five Grids (Go-Grid) based on Kanji stroke counts. It allows AI agents to determine the auspiciousness of Heaven, Earth, Person, Outer, and Total grids using traditional numerology scales. Use `generate_full_report` to get a complete destiny summary or `evaluate_fortune` to check specific scores.

## Tools

### generate_full_report
Generate a full fortune report

### calculate_five_grids


### evaluate_fortune
Evaluate if a score is auspicious

## Prompt Examples

**Prompt:** 
```
Calculate the fortune for a name with 10 family name strokes and 5 given name strokes using the modern method.
```

**Response:** 
```
The Heaven score is 11 (Auspicious), the Earth score is 5 (Auspicious), the Person score is 15 (Auspicious), the Outer score is 6 (Auspicious), and the Total score is 37 (Auspicious).
```

**Prompt:** 
```
Is a score of 12 considered lucky in Seimei Handan?
```

**Response:** 
```
No, a score of 12 is considered inauspicious.
```

**Prompt:** 
```
Generate a full report for a name with 15 family strokes and 10 given strokes using Kangxi method.
```

**Response:** 
```
The destiny analysis shows a Heaven score of 16, Earth of 10, Person of 25, Outer of 6, and a Total score of 57. The overall fortune is determined by these specific grid values.
```

## Frequently Asked Questions

**What are the Five Grids?**
The Five Grids are Heaven, Earth, Person, Outer, and Total scores derived from Kanji stroke counts that represent different aspects of life.

**What is the difference between Kangxi and Modern methods?**
Traditional Kangxi uses classical dictionary stroke counts, while Modern Japanese uses contemporary writing standards.

**How do I get a complete analysis?**
You can use the `generate_full_report` tool to receive a comprehensive summary of all destiny scores and their auspiciousness.
