# Numerology Compatibility MCP

> Numerology Compatibility analyzes the vibrational alignment between individuals using numerological profiles. It generates core Life Path and Destiny numbers from names and birth dates, allowing users to map relationship dynamics and understand personal traits. Check two people's compatibility score or look up what a specific Master Number actually means.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Tags:** numerology, compatibility, destiny, personality, relationships

## Description

Want to know what really connects two people? This MCP lets you calculate destiny numbers for anyone using just their name and birthday. You run the profile calculation first, which gives you individual Life Path and Destiny digits. Next, you can use those profiles to check how they interact; it spits out a compatibility score and explains the relationship dynamic. Need more detail on what '11' or '33' means? There's a tool for that too. It’s perfect for understanding where harmony lies, or where friction points might pop up in personal relationships. Vinkius hosts this MCP, making it easy to connect your agent to this deep dive into human connection.

## Tools

### analyze_compatibility
Compares two people's numerological profiles to determine their relationship dynamic and compatibility percentage.

### get_number_meaning
Retrieves the core meaning of any specified single-digit or Master Number in numerology.

### calculate_profile
Generates a complete, detailed numerological profile for one individual using their name and birth date.

## Prompt Examples

**Prompt:** 
```
What is the numerological profile for John Doe, born on 1990-05-15?
```

**Response:** 
```
John Doe has a Life Path Number of 3 and a Destiny Number of 7. His core traits include creativity, communication, and introspection.
```

**Prompt:** 
```
Are Jane Smith (1992-08-22) and John Doe (1990-05-15) compatible?
```

**Response:** 
```
The compatibility score is 85%. Their relationship dynamic is Harmonious, with strengths in shared emotional depth and challenges in balancing independence.
```

**Prompt:** 
```
What does the number 11 mean in numerology?
```

**Response:** 
```
The number 11 is a Master Number representing intuition, spiritual insight, and enlightenment.
```

## Capabilities

### Check relationship alignment
Compares two numerological profiles to calculate a compatibility score and analyze their shared strengths.

### Generate individual life paths
Calculates the complete numerological profile, including Life Path and Destiny numbers, for one person from their name and birth date.

### Interpret number meaning
Provides an in-depth explanation of any specific single-digit or Master Number within the system.

## Use Cases

### Dating profile analysis
A user wants to know if their partner and they are truly compatible before committing. They run `calculate_profile` on both names, then use `analyze_compatibility` to see the score and read about shared emotional depths.

### Career path guidance
A client is unsure which field suits them. The coach runs `calculate_profile`, identifies a specific Destiny Number, and then uses `get_number_meaning` to explain what that number suggests about their calling.

### Writing character arcs
A writer needs depth for two rival characters. They calculate both profiles, check the compatibility via `analyze_compatibility`, and then use `get_number_meaning` to explain why those two specific Master Numbers conflict.

### Wedding gift ideas
Someone wants a meaningful gift for an anniversary. They run `calculate_profile` on both people, check their compatibility, and use the resulting number to find a symbolic meaning for a thoughtful present.

## Benefits

- Stop guessing about compatibility. Use `analyze_compatibility` to get a concrete percentage and dynamic assessment of two profiles.
- Get immediate self-understanding. Running `calculate_profile` gives you your Life Path number, telling you what kind of life you’re meant to lead.
- Understand the deep cuts. Need to know what 11 means? Use `get_number_meaning` to explore Master Numbers and core digits like never before.
- Focus on the 'why.' Instead of just guessing why two people clash, you can analyze their profiles to pinpoint specific areas of friction.
- Quickly validate concepts. If you're writing fiction or giving a lecture, `get_number_meaning` provides instant, expert-level definitions for numerological terms.

## How It Works

The bottom line is, it takes names and dates and turns them into actionable insights about connection.

1. First, provide a name and birth date to calculate one person's full numerological profile.
2. Next, input the details for the second person; the MCP compares these two profiles and generates a compatibility score and dynamic report.
3. Finally, you can use any number mentioned in the results—like 3 or 11—to get its specific meaning.

## Frequently Asked Questions

**How do I calculate a Life Path Number?**
Provide a birth date in YYYY-MM-DD format to the `calculate_profile` tool. The tool will sum the digits and reduce them to a single digit or a Master Number (11, 22, or 33).

**What is the Destiny Number?**
The Destiny Number represents your talents and potential. It is calculated by assigning numerical values to each letter in your full birth name using the `calculate_profile` tool.

**Can I analyze compatibility without names?**
Yes, as long as you have the profile data. You can use `analyze_compatibility` by passing the JSON results from two previous `calculate_profile` calls.

**What should I ask `get_number_meaning` about a Master Number, like 11 or 33?**
It provides specific interpretations for Master Numbers. The tool doesn't just give the standard meaning; it details the heightened spiritual significance and potential challenges associated with those powerful digits.

**If I use `calculate_profile` with an invalid birth date, how does the system handle the error?**
The tool requires a consistent YYYY-MM-DD format. If the input is malformed or dates are impossible (like February 30th), it returns a clear error message detailing the expected structure.

**When using `analyze_compatibility`, do I need to provide full names, or can I use just the calculated profiles?**
You can pass either. It's often simplest to run `calculate_profile` first and then feed those resulting Life Path and Destiny numbers directly into `analyze_compatibility` for a smoother workflow.

**What does the output of `analyze_compatibility` tell me beyond just a percentage score?**
The result describes the relationship dynamic using specific terms like 'Harmonious' or 'Challenging.' It breaks down strengths, such as shared emotional depth, and identifies areas needing attention.

**How does `get_number_meaning` handle a number that isn't a Master Number, just a simple single digit?**
It interprets any standard numerological input. Whether it’s a core Life Path number or a minor digit, the tool returns its established meaning and associated personality traits.