{
  "name": "melatone-skin-clinic",
  "version": "1.0.0",
  "description": "MCP server for Melatone Skin Clinic — a clinician-led medical aesthetics clinic in Battersea, London, specialising in pigmentation and skin of colour. Exposes the treatment catalogue, clinic identity and published pages as read-only tools.",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.melatoneskinclinic.co.uk/api/mcp"
  },
  "endpoints": {
    "streamable-http": "https://www.melatoneskinclinic.co.uk/api/mcp"
  },
  "protocolVersions": ["2025-06-18", "2025-03-26", "2024-11-05"],
  "authentication": { "type": "none" },
  "capabilities": { "tools": true },
  "tools": [
    { "name": "list_treatments", "description": "List the clinic's aesthetic treatments, optionally filtered by category." },
    { "name": "get_treatment", "description": "Get full detail for one treatment by slug." },
    { "name": "get_clinic_info", "description": "Get clinic identity, address, opening hours and contact channels." },
    { "name": "get_page_markdown", "description": "Fetch any published page as clean Markdown for citation." }
  ],
  "documentation": "https://www.melatoneskinclinic.co.uk/developers",
  "contact": "hello@melatoneskinclinic.co.uk"
}
