# Chinese Lucky Number Analyzer AI Agent Connect

> Analyze the numerological significance of numbers based on Chinese cultural symbolism.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zQ5chnEABgHeCruvCerKKKdvGs0XZqXCYJRYvH6i/ai-agent-connect
- **Tags:** numerology, chinese-culture, luck, numbers, analysis

## Description

This MCP server provides deterministic tools to evaluate the luck and cultural meaning of numeric strings like phone numbers or license plates. Using `analyze_digit_composition`, you can find the frequency of wealth-bringing 8s or inauspicious 4s. Use `analyze_patterns` to detect specific sequences like '168' for prosperity. Finally, `calculate_auspiciousness` provides a complete summary including a lucky score and an auspiciousness rating.

## Tools

### analyze_patterns
Identify specific culturally significant sequences of digits within a string

### analyze_digit_composition
Determine the raw frequency of specific culturally significant digits within a numeric string

### calculate_auspiciousness
Provide a high-level summary of the number's luck, combining digit weights and pattern analysis

## Prompt Examples

**Prompt:** 
```
How lucky is the number 168?
```

**Response:** 
```
The number 168 is highly auspicious, representing a road to prosperity.
```

**Prompt:** 
```
Analyze the number 514.
```

**Response:** 
```
The number 514 is considered inauspicious and may signify bad luck.
```

**Prompt:** 
```
What is the composition of 8869?
```

**Response:** 
```
The number 8869 contains two 8s, one 6, and one 9.
```

## Frequently Asked Questions

**What digits are considered lucky?**
The digits 8 (wealth), 6 (smoothness), and 9 (longevity) are considered highly auspicious.

**How is the lucky score calculated?**
The score is calculated by weighting 8s (+10), 6s (+5), and 9s (+5), while subtracting 15 for every 4 found.

**Can I use this for license plates?**
Yes, any numeric string including license plates, phone numbers, or addresses can be analyzed.
