# VTuber Name Fortune Calculator AI Agent Connect

> Calculate VTuber debut potential using traditional Seimei Handan and modern persona alignment.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_n2JLfHx3IppjQtQhqQLyeBRrELNolZxbvSDXRSCa/ai-agent-connect
- **Tags:** vtuber, fortune-telling, seimei-handan, kanji, persona

## Description

This MCP server connects AI agents to the ancient art of Seimei Handan, a traditional Japanese method of stroke-based fortune telling. By analyzing the stroke counts of a VTuber's stage name, the `calculate_name_fortune` tool calculates five essential luck grids: Heaven, Earth, Person, Outer, and Total. It also evaluates how well a name aligns with modern persona archetypes like 'idol' or 'gamer' through a specialized theme alignment matrix. Use `check_theme_compatibility` to verify if a chosen persona matches the name's energy, or `get_theme_definitions` to see available archetypes.

## Tools

### get_theme_definitions
Get valid themes

### calculate_name_fortune


### check_theme_compatibility
Check theme compatibility

## Prompt Examples

**Prompt:** 
```
Calculate the fortune for a VTuber named with stroke counts [10, 5, 12] and an 'idol' theme.
```

**Response:** 
```
{ "go_grid_scores": { "heaven": 10, "earth": 15, "person": 27, "outer": 12, "total": 37 }, "theme_alignment_score": 95, "overall_debut_fortune": 80 }
```

**Prompt:** 
```
Is a 'dragon' theme compatible with stroke counts [15, 8, 20]?
```

**Response:** 
```
{ "is_compatible": true, "alignment_strength": "Perfect" }
```

**Prompt:** 
```
What are the available lore themes?
```

**Response:** 
```
[ { "theme_name": "idol", "description": "High energy and popularity focused." }, { "theme_name": "dragon", "description": "Powerful and mythical presence." }, { "theme_name": "gamer", "description": "Skill and digital interaction focused." } ]
```

## Frequently Asked Questions

**What is Seimei Handan?**
Seimei Handan is a traditional Japanese method of fortune telling that determines luck based on the number of strokes in Kanji characters, organized into five specific relationship grids.

**How do I calculate my VTuber's debut fortune?**
You can use the `calculate_name_fortune` tool by providing the stroke counts of your stage name and your intended lore theme.

**Can I check if my persona theme matches my name?**
Yes, the `check_theme_compatibility` tool is designed specifically to validate if a persona theme is mathematically compatible with your name's stroke structure.
