# Genealogy Kinship Calculator AI Agent Connect

> Calculate exact kinship terms, civil law degrees, and biological coefficients.

## Overview
- **Category:** data-analysis
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_tr3xzMK5rSYltpcyBq81TqhWmha0L2F1qJxKHDSc/ai-agent-connect
- **Tags:** kinship, genealogy, biology, family-tree, ancestry

## Description

This MCP server provides high-precision genealogical analysis. Use `get_kinship_details` to determine exact English kinship terms like 'second cousin once removed', or `find_common_ancestors` to identify shared biological lineage. It also includes `validate_tree_integrity` to ensure family structures are logically sound and free of circularities.

## Tools

### find_common_ancestors
Identifies all shared biological ancestors between two individuals

### get_kinship_details
Provides the complete kinship profile between two specific individuals

### validate_tree_integrity
Ensures the provided family tree structure is logically sound

## Prompt Examples

**Prompt:** 
```
What is the relationship between person_001 and person_005 in this tree?
```

**Response:** 
```
The relationship is 'first cousin once removed'.
```

**Prompt:** 
```
Find the common ancestors for person_A and person_B.
```

**Response:** 
```
The common ancestors are person_Z (distance 2 to A, distance 3 to B) and person_Y (distance 3 to A, distance 4 to B).
```

**Prompt:** 
```
Is this family tree valid?
```

**Response:** 
```
The tree is valid and contains no circularities or impossible biological links.
```

## Frequently Asked Questions

**How does the tool calculate the kinship term?**
The engine uses deterministic algorithms to analyze the path between individuals, accounting for consanguinity, affinity, and generational distance to provide exact terms.

**Can I find common ancestors between two people?**
Yes, you can use the `find_common_ancestors` tool to identify all shared biological ancestors and their distance from each individual.

**What is the difference between consanguinity and affinity?**
Consanguinity refers to biological blood relations, while affinity refers to relations established through marriage or legal unions.
