# Values Alignment Score MCP

> Values Alignment Score quantifies the distance between what you believe is important in life and how much time or energy you actually spend on it. This MCP helps pinpoint specific values—like 'Health' or 'Career'—where your actions fall short of your ideal self, giving you an immediate map for personal change.

## Overview
- **Category:** psychology
- **Price:** Free
- **Tags:** values, alignment, psychology, self-growth, diagnostic

## Description

Sometimes you know deep down that you aren’t living up to your own standards, but figuring out where the biggest gap is feels overwhelming. This MCP cuts through the noise. It runs diagnostics on your stated values and compares them against a measure of how those values are actually realized in your daily life. You get hard numbers showing exactly which areas cause the most friction. Instead of just vaguely feeling 'unfulfilled,' you pinpoint the issue—whether it's professional demands pulling you away from personal goals, or vice versa. Vinkius hosts this MCP so your agent can run these complex psychometric calculations right alongside other data sources in your workflow. It’s less about self-blame and more about actionable intelligence.

## Tools

### calculate_alignment_gaps
Takes a list of declared values and returns the numerical gap between how important they are to you and how much you currently realize them in your life.

### identify_priority_area
Reviews all calculated data points to pinpoint one single, high-impact area where focusing your energy will yield the biggest positive change in well-being.

### generate_dissatisfaction_ranking
Analyzes the gaps and lists which specific values or life areas are causing the most significant friction and dissatisfaction right now.

## Prompt Examples

**Prompt:** 
```
Calculate the alignment gaps for these values: Honesty (Importance 9, Realization 7), Career (Importance 8, Realization 4), and Health (Importance 10, Realization 9).
```

**Response:** 
```
[{"name": "Honesty", "gap": 2}, {"name": "Career", "gap": 4}, {"name": "Health", "gap": 1}]
```

**Prompt:** 
```
Based on these gaps: Honesty (2), Career (4), Health (1), which value is causing the most dissatisfaction?
```

**Response:** 
```
["Career", "Honesty", "Health"]
```

**Prompt:** 
```
Identify the priority area using these gaps: Honesty (2), Career (4) and metadata: Honesty is Personal, Career is Professional.
```

**Response:** 
```
Career
```

## Capabilities

### Quantify value gaps
Calculates a numerical score for every declared personal value, showing the exact discrepancy between importance and realization.

### Rank areas of friction
Generates a list identifying which values are causing the most significant life imbalance or dissatisfaction.

### Determine focus priorities
Pinpoints the single category or value that requires immediate, focused attention for maximum impact on well-being.

## Use Cases

### The burnout pivot
A high-performer feels exhausted but can't name the cause. They run the MCP, and the `generate_dissatisfaction_ranking` immediately flags 'Personal Time' as their biggest gap. The agent suggests they need to cut back on professional commitments, solving the root issue instead of just managing symptoms.

### Redefining career success
An employee feels stuck in a job that pays well but drains them. They use `calculate_alignment_gaps` and see their 'Ethical Integrity' score is far below their declared importance. This data proves to them they need a different industry, not just a better title.

### Prioritizing self-care
Someone knows they should exercise more but doesn't know where to start. They run the diagnostics, and `identify_priority_area` points directly to 'Physical Health.' This gives them a singular focus point rather than overwhelming them with general wellness goals.

### Post-breakup realignment
After a relationship ends, a person feels lost. They use the MCP to compare their pre-relationship values against their current reality gaps. This helps them realize that 'Independence' was always a higher priority than partnership.

## Benefits

- Stop guessing where your energy leaks. Instead of vague feelings of unhappiness, use `generate_dissatisfaction_ranking` to see a precise list of which values are causing the most friction in your life right now.
- Get hard numbers, not just gut feelings. The `calculate_alignment_gaps` tool quantifies the distance between what you value and what you actually do, making abstract concepts measurable for coaching or self-review.
- Don't waste time fixing everything at once. Use `identify_priority_area` to get one specific recommendation—the single best place to focus your energy for maximum positive impact.
- Accelerate the coaching process. By quantifying misalignment, you move past months of discussion and jump straight into actionable, data-backed change plans.
- Structure difficult conversations. When advising clients, presenting a clear gap score is more powerful than simply pointing out behavioral patterns; it provides undeniable evidence.

## How It Works

The bottom line is that it converts abstract feelings of 'not being enough' into concrete, actionable scores and priorities.

1. You provide your core values and assign both an 'Importance' score and a current 'Realization' score to each one.
2. The MCP calculates the numerical discrepancy (the gap) for every value you listed, showing where reality falls short of expectation.
3. It then compiles this data into rankings, helping you determine which areas are draining your energy or need immediate focus.

## Frequently Asked Questions

**What does the Values Alignment Score MCP calculate?**
It calculates a numerical score that measures the distance between how important certain values are to you and how much space those values take up in your actual life.

**How do I use the generate_dissatisfaction_ranking tool?**
You input your values with their importance and realization scores. The tool then ranks them, showing which areas are causing you the most friction based on the calculated gaps.

**Is this helpful for career changes?**
Yes. By calculating alignment gaps between 'Desired Career' and 'Current Reality,' it can prove whether a job change or a personal mindset shift is required first.

**Does the identify_priority_area tool give generic advice?**
No, it’s designed to pinpoint one specific value or category that requires immediate focus based on all the data you provided. It gives a singular area of intervention.