{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "nur-therapy-mcp",
    "title": "NUR Therapy",
    "version": "0.1.0",
    "vendor": "NUR Therapy",
    "description": "Public read-only tools for NUR Therapy — women-only mobile massage and lash therapy in Luton/Bedfordshire, UK. Exposes treatments, pricing, reviews, blog posts and business info to AI agents."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://uhvycwoggtuysrdeeyyi.supabase.co/functions/v1/mcp"
  },
  "auth": { "type": "none" },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    { "name": "list_treatments", "title": "List treatments", "description": "List NUR Therapy massage and lash treatments with slug, status and URL." },
    { "name": "get_treatment", "title": "Get treatment details", "description": "Get full details, benefits, FAQs and pricing for a treatment by slug." },
    { "name": "list_reviews", "title": "List customer reviews", "description": "List published customer reviews with rating, source and date." },
    { "name": "list_blog_posts", "title": "List blog posts", "description": "List published blog posts with slug, excerpt and date." },
    { "name": "get_blog_post", "title": "Get blog post", "description": "Fetch a full published blog post by slug." },
    { "name": "get_business_info", "title": "Get business info", "description": "Return business overview, therapist credentials, services and areas served." }
  ],
  "documentation": "https://nur-therapy.com/llms.txt",
  "contact": "https://nur-therapy.com/"
}
