{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.json",
  "serverInfo": {
    "name": "harmony-holistics",
    "title": "Harmony Holistics — Holistic Health & Herbal Apothecary",
    "version": "1.0.0",
    "description": "An educational holistic-wellness platform offering 13 multilingual self-discovery assessments (5 free + 8 premium), a 70+ item herbal apothecary, 21 cited researchers, and 1:1 facilitator-led consultations from Tumbaco, Quito, Ecuador.",
    "vendor": {
      "name": "Harmony Holistics",
      "url": "https://www.teosharmony.com"
    },
    "contact": {
      "email": "support@teosharmony.com",
      "whatsapp": "+593981327839"
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://www.teosharmony.com/api",
    "documentation": "https://www.teosharmony.com/openapi.json",
    "authentication": {
      "type": "bearer",
      "scheme": "Bearer",
      "format": "JWT",
      "tokenEndpoint": "https://www.teosharmony.com/api/auth/login",
      "refreshEndpoint": "https://www.teosharmony.com/api/auth/refresh"
    }
  },
  "capabilities": {
    "tools": {
      "listChanged": false,
      "supported": true
    },
    "resources": {
      "subscribe": false,
      "listChanged": false,
      "supported": true
    },
    "prompts": {
      "supported": false
    },
    "logging": {
      "supported": false
    }
  },
  "tools": [
    {
      "name": "list_assessments",
      "description": "List all 13 holistic-health self-assessments available on the platform with their pricing (5 free, 8 premium at $5 each or $25 bundle).",
      "endpoint": "GET /api/pricing/assessments"
    },
    {
      "name": "search_herbs",
      "description": "Search the apothecary by herb name, Spanish synonym, action, or wellness goal. Returns 70+ herbs with traditional uses, dosages, and contraindications.",
      "endpoint": "GET /api/herbs"
    },
    {
      "name": "list_researchers",
      "description": "Browse the 21 cited researchers (Bessel van der Kolk, Gabor Maté, Stephen Porges, Robert Morse, Bert Hellinger, etc.) and their contributions to our methodology.",
      "endpoint": "GET /api/researchers"
    },
    {
      "name": "list_blog_posts",
      "description": "Educational blog posts on parasite cleansing, polyvagal theory, ACE, attachment, sleep, and traditional Ecuadorian herbalism. Trilingual EN/ES/RU.",
      "endpoint": "GET /api/blog/posts"
    },
    {
      "name": "list_wellness_stacks",
      "description": "Pre-curated 8-wellness-goal protocols pairing herbal blends with traditional Ecuadorian remedies.",
      "endpoint": "GET /api/wellness-stacks"
    }
  ],
  "resources": [
    {
      "uri": "https://www.teosharmony.com/llms.txt",
      "name": "llms.txt",
      "mimeType": "text/plain",
      "description": "Site overview formatted for LLM ingestion (RFC pre-draft llms.txt convention)."
    },
    {
      "uri": "https://www.teosharmony.com/api/markdown/home",
      "name": "Homepage in Markdown",
      "mimeType": "text/markdown",
      "description": "Top-level markdown summary of the site for citation-friendly retrieval."
    },
    {
      "uri": "https://www.teosharmony.com/api/markdown/methodology",
      "name": "Methodology in Markdown",
      "mimeType": "text/markdown",
      "description": "All 21 cited researchers and the assessment frameworks they ground."
    },
    {
      "uri": "https://www.teosharmony.com/api/markdown/herbs",
      "name": "Apothecary in Markdown",
      "mimeType": "text/markdown",
      "description": "Every herb in the catalog with actions, format, and Spanish/Quechua synonyms."
    },
    {
      "uri": "https://www.teosharmony.com/api/markdown/faq",
      "name": "FAQ in Markdown",
      "mimeType": "text/markdown",
      "description": "30+ Q&A entries on parasite protocols, polyvagal theory, ACE scoring, and more."
    },
    {
      "uri": "https://www.teosharmony.com/openapi.json",
      "name": "OpenAPI 3.0 Specification",
      "mimeType": "application/json",
      "description": "Machine-readable OpenAPI 3.0 spec for the entire HTTP API."
    },
    {
      "uri": "https://www.teosharmony.com/api/sitemap.xml",
      "name": "Sitemap",
      "mimeType": "application/xml",
      "description": "Full site sitemap including all 21 researcher pages and all blog posts."
    }
  ],
  "discovery": {
    "apiCatalog": "https://www.teosharmony.com/.well-known/api-catalog",
    "agentSkillsIndex": "https://www.teosharmony.com/.well-known/agent-skills/index.json",
    "agentSkill": "https://www.teosharmony.com/.well-known/agent-skills/harmony-holistics/SKILL.md",
    "openApi": "https://www.teosharmony.com/openapi.json",
    "llmsTxt": "https://www.teosharmony.com/llms.txt",
    "oauthProtectedResource": "https://www.teosharmony.com/.well-known/oauth-protected-resource"
  },
  "rateLimit": {
    "anonymous": "60 requests/minute",
    "authenticated": "240 requests/minute",
    "policy": "https://www.teosharmony.com/llms.txt"
  },
  "license": {
    "name": "All rights reserved — educational content fair-use OK with attribution",
    "url": "https://www.teosharmony.com/about"
  }
}
