# Quilting Block & Fabric Calculator AI Agent Connect

> Calculate exact cutting dimensions, fabric yardage, and quilt layout for any block pattern.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fYiG6DvI5AoISEjzVeTn70EBPEbN71YamwG5B9TP/ai-agent-connect
- **Tags:** quilting, fabric, patterns, calculator, sewing

## Description

This MCP server provides precise mathematical calculations for quilters. Use `calculate_block_pieces` to get exact cutting dimensions for patterns like half-square triangles or log cabins, accounting for seam allowances. Use `calculate_quilt_layout` to determine the total dimensions of your quilt including sashing and borders. Finally, use `calculate_fabric_requirements` to find the exact yardage needed for your fabric, batting, and backing, including whether your backing will need to be pieced.

## Tools

### calculate_block_pieces
Determines the exact dimensions to cut for every individual fabric component required to assemble the specified block pattern

### calculate_fabric_requirements
Calculates the total yardage needed for each fabric color/position and the required dimensions for batting and backing

### calculate_quilt_layout
Calculates the total physical dimensions of the finished quilt based on block arrangement and decorative elements

## Prompt Examples

**Prompt:** 
```
I want to make 10 half-square triangle blocks that are 5 inches finished. What do I need to cut?
```

**Response:** 
```
You will need to cut 10 background squares at 5.5 inches and 10 foreground triangles at 5.875 inches.
```

**Prompt:** 
```
Calculate the total size of a quilt with 5 blocks wide, 6 blocks long, 2-inch sashing, and 3-inch borders.
```

**Response:** 
```
The total quilt dimensions will be 37 inches wide by 44 inches long.
```

**Prompt:** 
```
How much backing fabric do I need for a 60x70 inch quilt using 42-inch wide fabric?
```

**Response:** 
```
You will need 4.5 yards of backing, and since the width exceeds 42 inches, the backing will be pieced.
```

## Frequently Asked Questions

**How does the tool handle seam allowances?**
The tool automatically adds a 1/2 inch seam allowance to standard pieces and a 7/8 inch allowance for half-square triangle components to ensure accuracy.

**Can I calculate yardage for on-point quilt settings?**
Yes, by using `calculate_quilt_layout` with the `isOnPoint` parameter set to true, the tool calculates the correct dimensions and subsequent fabric needs.

**What fabric width should I use?**
You can specify your fabric's usable width (typically 42 or 44 inches) in the `calculate_fabric_requirements` tool to get accurate yardage results.
