# Numerology Calculator AI Agent Connect

> Get a complete Pythagorean numerology profile including Life Path, Destiny, and Soul Urge numbers.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yHQ87xvRzhORW6sBgF8qD5SeZJLsl60De6m1ytEk/ai-agent-connect
- **Tags:** numerology, pythagorean, personality, astrology, self-discovery

## Description

This MCP server provides a deterministic Pythagorean numerology engine. It calculates core life profile numbers such as the Life Path, Destiny/Expression, Soul Urge, Personality, and Birthday numbers. The engine respects Master Numbers (11, 22, 33) and identifies Karmic Debt numbers (13, 14, 16, 19) during the reduction process. Use `calculate_numerology_profile` for a full analysis or `get_name_vibration` to focus on name-based vibrations.

### Available Tools

`calculate_numerology_tool`, `get_name_vibration_tool`, `validate_date_integrity_tool`

## Tools

### validate_date_integrity_tool
Verifies if a provided birth date is chronologically possible and follows standard formatting

### calculate_numerology_tool
Provides a complete numerological analysis for an individual based on their identity and birth details

### get_name_vibration_tool
Analyzes only the vibrational components of a name (Soul Urge and Personality) without requiring a birth date

## Prompt Examples

**Prompt:** 
```
Can you calculate my numerology profile? My name is John Doe and I was born on 1990-05-15.
```

**Response:** 
```
Your Life Path Number is 3, your Destiny Number is 1, your Soul Urge is 5, and your Personality Number is 6.
```

**Prompt:** 
```
What is the vibration of the name Jane Smith?
```

**Response:** 
```
For Jane Smith, the Soul Urge is 7, the Personality is 4, and the Destiny vibration is 2.
```

**Prompt:** 
```
Is 1995-02-30 a valid birth date?
```

**Response:** 
```
No, that is not a valid date.
```

## Frequently Asked Questions

**What is a Life Path number?**
The Life Path number is derived from your birth date and represents the core journey and traits you carry through life. Tools available: `calculate_numerology_tool`, `get_name_vibration_tool`, `validate_date_integrity_tool`.

**What are Master Numbers?**
Master Numbers are 11, 22, and 33. In this system, they are high-vibration numbers that are not reduced to single digits.

**How do I get a full profile?**
You can use the `calculate_numerology_profile` tool by providing your first name, last name, and birth date in YYYY-MM-DD format.
