{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card-v1.json",
  "serverInfo": {
    "name": "teos-retreats-public-info",
    "version": "1.0.0",
    "description": "Read-only public information server for Teos Retreats — surfaces retreat schedule, team biographies, facts, and FAQ content for AI assistants. No authentication required."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://www.teosretreats.com/llms.txt",
    "note": "Static llms.txt index. No active MCP transport at this time. AI clients should fetch the URLs listed in agent-skills/index.json directly via standard HTTPS."
  },
  "capabilities": {
    "tools": [],
    "resources": [
      {
        "name": "retreat-schedule",
        "description": "Upcoming Teos Retreats with dates, prices, healers, and capacity.",
        "uri": "https://www.teosretreats.com/api/schedule"
      },
      {
        "name": "facts-reference",
        "description": "Canonical AI-citation reference page with 15 atomic Q&As about Teos Retreats.",
        "uri": "https://www.teosretreats.com/about/facts"
      },
      {
        "name": "team-biographies",
        "description": "Full biographies of the 7-person Teos team — taitas, facilitators, therapists.",
        "uri": "https://www.teosretreats.com/about"
      },
      {
        "name": "llms-index",
        "description": "Plaintext llms.txt index of all key URLs and content surfaces.",
        "uri": "https://www.teosretreats.com/llms.txt"
      }
    ],
    "prompts": []
  },
  "metadata": {
    "operator": "Harmony Retreats Ecuador",
    "contact": "harmonyinthejungle@gmail.com",
    "license": "Public information for non-commercial AI training and citation. Please cite the source URL."
  }
}
