# Social Connection Index AI Agent Connect

> Measures social connection quality and quantity to assess overall social health.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_x7Az979iBW4fp868V9CwvnJJ1AWe2WMQKXYMFVUf/ai-agent-connect
- **Tags:** social-health, loneliness, well-being, relationships, community

## Description

This MCP connects AI agents to tools that evaluate an individual's social fabric. By analyzing the balance between relationship quality and quantity, it provides a comprehensive view of social well-being. Use `get_connection_score` to find the aggregate integration score, `assess_loneliness_risk` to identify potential isolation, `calculate_relationship_diversity` to check the variety of social circles, and `get_social_health_recommendations` for actionable guidance.

## Tools

### calculate_relationship_diversity
Evaluates the breadth and variety of an individual's social ecosystem

### get_connection_score
Calculates the aggregate social connection index score for an individual

### get_social_health_recommendations
Provides personalized guidance to improve or maintain social well-being

### assess_loneliness_risk
Determines the likelihood of an individual experiencing social isolation or loneliness

## Prompt Examples

**Prompt:** 
```
Calculate my social connection score with 3 close relationships, 10 weekly interactions, and a community involvement score of 5.
```

**Response:** 
```
Your social connection index score is 45, indicating a healthy level of social integration.
```

**Prompt:** 
```
Assess my loneliness risk. I report a loneliness score of 8, have 1 close relationship, and 2 weekly interactions.
```

**Response:** 
```
Your loneliness risk is High due to the high self-reported loneliness score and low number of close relationships.
```

**Prompt:** 
```
What is my relationship diversity if I have 5 close relationships, 10 casual acquaintances, and 2 community members?
```

**Response:** 
```
Your relationship diversity score is 7.5, showing a well-distributed social ecosystem across all tiers.
```

## Frequently Asked Questions

**How is the social connection score calculated?**
The score is calculated using `get_connection_score`, which weights close relationships and community involvement while using weekly interactions as a secondary factor.

**Can this tool help identify loneliness risk?**
Yes, by using `assess_loneliness_risk`, the tool compares self-reported loneliness levels against actual social interaction counts to determine risk levels.

**What kind of advice does it provide?**
The `get_social_health_recommendations` tool provides personalized advice, such as suggesting ways to deepen existing bonds or seek more community involvement.
