# Seimei Handan Fortune Calculator AI Agent Connect

> Calculate Japanese name fortunes using the traditional Five Grids (Go-Grid) system.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Qm5cuk4mJ5YQKRnKNaqOCgfVDJqffJIxUWX2XMDl/ai-agent-connect
- **Tags:** japanese, fortune, kanji, name-analysis, tradition

## Description

This MCP server provides tools to perform Seimei Handan, a traditional Japanese practice of determining destiny through name stroke counts. By using `calculate_name_fortune`, an AI agent can determine the five fundamental destiny grids: Heaven, Earth, Person, Outer, and Total. The server also includes `validate_stroke_counts` to ensure inputs are realistic and `get_method_description` to explain the difference between the traditional Kangxi radical system and the modern Japanese counting method.

## Tools

### calculate_name_fortune


### get_method_description
Get description of the counting method

### validate_stroke_counts
Validate if stroke count is within realistic bounds

## Prompt Examples

**Prompt:** 
```
Calculate the fortune for a name with 10 family name strokes and 5 given name strokes using the modern method. The first family char has 4 strokes and the last given char has 1 stroke.
```

**Response:** 
```
The Heaven Grid is 11, Earth Grid is 5, Person Grid is 15, Outer Grid is 5, and Total Grid is 15. The overall fortune is auspicious.
```

**Prompt:** 
```
What is the difference between the two counting methods?
```

**Response:** 
```
The Kangxi method is based on traditional radicals, whereas the modern method follows contemporary Japanese stroke counting standards.
```

**Prompt:** 
```
Is a total stroke count of 150 valid for a Japanese name?
```

**Response:** 
```
No, a total stroke count of 150 is outside the realistic bounds for standard Japanese names.
```

## Frequently Asked Questions

**What are the Five Grids?**
The Five Grids (Go-Grid) are the Heaven, Earth, Person, Outer, and Total grids used to evaluate a name's fortune.

**What is the difference between Kangxi and modern methods?**
The Kangxi method uses traditional radical-based stroke counts, while the modern method uses standard contemporary Japanese stroke orders.

**How is the overall fortune determined?**
The overall fortune is determined by whether the Total Grid score matches a specific set of auspicious numbers.
