# Tarot Spread Structure Generator AI Agent Connect

> Provides deterministic structural blueprints for tarot spreads, including positions and reading sequences.

## Overview
- **Category:** education
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jwM44wGTsqlP5PqDI2nnAS4TaPQMH7VyIHIshpJW/ai-agent-connect
- **Tags:** tarot, divination, layouts, structure, archetypes

## Description

This MCP server acts as a structural architect for tarot practitioners. It provides the exact layout blueprints for various tarot spreads without drawing cards. Use `get_spread_blueprint` to retrieve the full architecture of a spread, including position meanings and reading order. You can also use `list_available_spreads` to see all supported layouts or `get_spread_complexity_metrics` to understand the depth of a specific spread.

## Tools

### get_spread_blueprint
Retrieves the complete structural definition for a specific named tarot spread

### get_spread_complexity_metrics
Analyzes a spread to determine its depth and utility for different types of readings

### list_available_spreads
Provides a list of all structural layouts currently supported by the generator

## Prompt Examples

**Prompt:** 
```
What is the structure of the Celtic Cross spread?
```

**Response:** 
```
The Celtic Cross spread consists of 10 positions. The sequence starts with the central card representing the current situation, followed by the crossing card representing the immediate obstacle, and continues through the surrounding positions for past, goal, and future influences.
```

**Prompt:** 
```
List all the tarot spreads available in this tool.
```

**Response:** 
```
The available spreads are: Three Card Spread, Celtic Cross, Horseshoe Spread, and Five Card Spread.
```

**Prompt:** 
```
How complex is the Three Card Spread?
```

**Response:** 
```
The Three Card Spread is classified as a Simple spread with a primary focus on Time-based or situational analysis.
```

## Frequently Asked Questions

**Does this tool draw tarot cards?**
No, this tool is purely structural. It provides the layout, position meanings, and sequence for spreads, but does not perform card drawing.

**How can I see which spreads are available?**
You can use the `list_available_spreads` tool to get a complete list of all supported tarot layouts.

**Can I get the details for a specific spread?**
Yes, use `get_spread_blueprint` with the specific name of the spread to get its positions, meanings, and orientation rules.
