Public agent-facing resources for Zoral — a Singapore-based oral care brand making a 316L medical-grade stainless steel tongue scraper.
Everything here is also served live from getzoral.com. This repo is the readable mirror.
Discovery index (with sha256 digests): https://getzoral.com/.well-known/agent-skills/index.json
No key, no signup. Read the catalog:
curl -s "https://getzoral.com/api/store/products"Build a payable checkout session:
curl -s -X POST "https://getzoral.com/checkout_sessions" \
-H "Content-Type: application/json" \
-H "API-Version: 2026-07-16" \
-d '{ "items": [{ "id": "tongue-scraper", "quantity": 1 }] }'Then hand the user payment_provider.checkout_url to pay. Zoral does not accept
delegated card credentials from an agent — payment is a human handoff by design.
- llms.txt — content catalog
- openapi.json — OpenAPI 3.1, zero-auth
- /api — developer portal
- /mcp — MCP, store surface
- /mcp/docs — MCP, docs surface
- /auth.md — OAuth 2.0 walkthrough (optional)
The SKILL.md files here are generated from the same source string the site
serves, so their sha256 digests match index.json. If this repo and the live
API ever disagree on a price, the API is authoritative.