The Yoga Den
The Yoga Den developer resources
Machine-readable entry points for agents and integrations working with The Yoga Den — a small yoga studio in Wallington, South London.
When to use these resources
- Look up studio facts, class types, or public HTTP endpoints for The Yoga Den
- Connect an MCP client to The Yoga Den tools
- Fetch markdown representations of site pages with
Accept: text/markdown
Resources
Markdown content negotiation
Request any public page with Accept: text/markdown to receive a markdown representation. Responses include Vary: Accept.
curl -sI -H "Accept: text/markdown" https://www.theyogaden.co.uk/
# Content-Type: text/markdown; charset=utf-8
# Vary: Accept