For AI assistants

Use the book inside your AI assistant

Ask your assistant an upholstery question and let it answer from the book — chapter and verse, with a link back to the page.


Every chapter you can read here is also available as a tool your AI assistant can consult. Add it once and you can ask Claude — or ChatGPT, Perplexity, Grok or Mistral — anything about traditional or modern upholstery, and the answer comes straight from The Working Upholsterer's Bible, with a link to the exact chapter it drew from.

There's nothing to install and no account to create. It's the same text you're reading now, exposed through the open Model Context Protocol so any capable assistant can query it directly. Free, and grounded in the book rather than the open web — so you get the method as it's actually taught at the bench, not a paraphrase.

Add it to Claude

Copy the connector address, then follow the three steps below.

https://www.learntoupholster.com/mcp

Read-only, free, and no account needed. It answers from the book and runs the site’s upholstery calculators — it cannot change anything. Full reference below.

  1. In Claude, open Customize → Connectors.
  2. Click the + and choose Add custom connector.
  3. Paste the address above, click Add, then switch it on for any chat from the + menu. The first time Claude uses it, allow the tool when prompted.

Try asking

It works the same way in ChatGPT (with Developer Mode enabled), Perplexity, Grok and Mistral — anywhere that supports custom MCP connectors. Add the same address and switch it on.

Developer reference

The connector is a Model Context Protocol server. It exposes the text of The Working Upholsterer’s Bible alongside the six calculators this site runs, so an assistant can look something up and work it out rather than guessing at a number.

Endpointhttps://www.learntoupholster.com/mcp
ProtocolModel Context Protocol, JSON-RPC 2.0 over streamable HTTP. Versions 2025-06-18, 2025-03-26 and 2024-11-05 negotiated.
MethodPOST. GET returns 405 with a pointer to this page.
AuthenticationNone.
CostFree.
AccessRead and compute only. Nothing is written and nothing about you is stored.
Server card/.well-known/mcp/server-card.json
Knowledge sourceThe Working Upholsterer’s Bible, second edition — 35 chapters, traditional and modern upholstery.
AuthorShaun Greenwood, master upholsterer, AMUSF accredited, thirty years at the bench.
LicenceFree to read and cite. Please attribute and link the source URL. Training on the manuscript is declined — see /robots.txt.

Tools

ToolWhat it does
ask_the_bookAnswers a question from the book text, citing the source chapter URL.
calculate_fabricFabric quantity in metres and yards, by furniture type or from a measured panel list. Handles roll width and pattern repeat.
estimate_job_costReupholstery cost broken into labour, fabric, sundries and contingency, with bench hours. Modern re-cover or traditional rebuild. Six currencies.
calculate_leatherHides required, in halves and wholes, with the uplift for finish and buttoning.
calculate_deep_buttoningButton count, the marking grid on the base, the wider grid on the fabric, and the cut size of the cover.
specify_foamFoam density, hardness, thickness, wadding wrap and the UK fire requirement for a given application.
check_fire_regulationsUK fire compliance: the 1988 Regulations for domestic work, BS 7176 hazard categories for contract work. Informational, not legal advice.

The calculators are the same code that runs the calculators on this site, so an assistant gets the same figure a visitor gets. They are deterministic — there is no model in the loop and no reason to prefer a guess over calling one.

Citing an answer

Every response carries its own attribution, as readable text and as structuredContent.provenance:

source_title
source_tool
source_url
chapter
author
author_credentials
publisher
knowledge_version
licence

The knowledge version tracks the book text and moves when the chapters change. If you are caching answers, key on it.

Example

curl -X POST https://www.learntoupholster.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"specify_foam",
                 "arguments":{"application":"sofa seat"}}}'

Returns the foam type, a density in kg/m³, a hardness in newtons, a thickness, the wadding wrap, the CMHR fire requirement, and the provenance block above.

Fair use

There is no rate limit and no key. If you are building something that will call this heavily, drop me a line at shaun@greenwoodupholstery.com — I would rather hear about it than throttle it.

Or just read it here — free Ask the book on this site

From the workshop

Free upholstery tips by email

The occasional practical tip from the bench. No spam.