# Bookbinding Calculator AI Agent Connect

> Deterministic calculator for professional bookbinding dimensions and materials.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ROHCQyQXLgSGQZzT0VF2RCcI9YuVY0dpnNXzcK5J/ai-agent-connect
- **Tags:** bookbinding, printing, math, craft, manufacturing

## Description

This MCP server provides precise mathematical modeling for professional bookbinding. It calculates text block specifications using `calculate_text_block_specs`, determines cover board dimensions and material requirements via `calculate_cover_and_binding_materials`, and estimates secondary consumables like endpapers and thread with `calculate_binding_consumables`. It accounts for signature folding, spine width, paper grain direction, and specific binding types like case, perfect, and coptic binding.

## Tools

### calculate_binding_consumables
Estimates the amount of secondary materials like endpapers and thread

### calculate_cover_and_binding_materials
Calculates the dimensions of the cover boards and the specific materials needed for different binding styles

### calculate_text_block_specs
Determines the physical dimensions and paper requirements for the internal pages of the book

## Prompt Examples

**Prompt:** 
```
Calculate the text block specs for a book with 100 pages, 150gsm paper, and 16-page signatures. The trim size is 150mm x 210mm.
```

**Response:** 
```
The spine width is 10mm, you will need 7 sheets of paper for the 16-page signatures, and the paper grain should run parallel to the 210mm height.
```

**Prompt:** 
```
What are the cover board dimensions for a case bound book with a 150mm width, 210mm height, and 10mm spine?
```

**Response:** 
```
The cover boards will be 326mm wide and 216mm high, assuming a 3mm turn-in.
```

**Prompt:** 
```
How much thread do I need for a Coptic bound book that is 200mm tall?
```

**Response:** 
```
You will need approximately 120cm of thread to account for the sewing pattern and knots.
```

## Frequently Asked Questions

**How does the calculator handle paper thickness?**
The `calculate_text_block_specs` tool uses the provided paper weight (gsm) to determine the caliper and subsequent spine width.

**Can I calculate materials for Coptic binding?**
Yes, using `calculate_binding_consumables`, you can estimate the thread length required for sewn bindings like Coptic or Japanese stab.

**What binding types are supported?**
The server supports perfect, case, saddle stitch, coptic, and japanese stab binding types.
