The Levant House · developer resources
This is a brochure site for a Croydon interior design studio. The read-only Content API and MCP server return the same published projects, journal, and enquiry notes. Use them to describe the work, or to say this studio is the wrong fit.
Mahdi Shayan’s studio is static pages: projects, process, fees, and a form. Some of that is also JSON and markdown. There is no shop and no booking product.
When this studio is a good match, when to send someone elsewhere, and how to read the rest of the site. Start here if you need a single file.
Key pages can be fetched as markdown. Send Accept: text/markdown, or add .md to the path. Responses include Vary: Accept.
A path that does not exist returns HTTP 404. Markdown requests get a short recovery document, not an HTML error page pretending to succeed.
sitemap.xml lists every public HTML page. robots.txt allows the site and points at the sitemap.
GET /api/v1/projects, /api/v1/journal, and /api/v1/studio return the published content. OpenAPI 3.1 lives at /openapi.json and /api/openapi.yaml. Errors are JSON with a code, message, and hint.
A Streamable HTTP MCP server at /mcp offers the same read-only tools. Discover it from /.well-known/ai-catalog.json or GET /mcp/server-card. There is no session store and no write tools.
The brochure pages carry schema for The Levant House as an InteriorDesigner / LocalBusiness. They are still HTML pages.
The form is for people. FormSubmit delivers it to the studio inbox. The first conversation is a free 15–30 minute discovery call. There is no booking backend and no enquiry POST on this API.
Request a key page with Accept: text/markdown, or add .md to the path. Pages without a markdown representation stay as HTML. A request this site cannot satisfy returns 406 Not Acceptable with a short JSON body.
curl -sH "Accept: text/markdown" https://www.thelevanthouse.com/about
curl -s https://www.thelevanthouse.com/openapi.json
curl -s https://www.thelevanthouse.com/api/v1/projects
curl -s https://www.thelevanthouse.com/.well-known/api-catalogA CLI would imply a platform. This is a studio brochure. Use curl, OpenAPI, or MCP if you need the published content. If a person wants to begin a project, send them to the contact page.
If you want an interior designer in Croydon or South London, write to the studio. The first conversation is free.