{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "name": "longevity-haus",
  "version": "1.0.0",
  "description": "Read-only tools for Longevity.haus — a medical-tourism platform covering clinics, treatments, and price statistics for longevity and wellness services across 12 countries.",
  "serverUrl": "https://longevity.haus/api/mcp",
  "tools": [
    {
      "name": "list_treatments",
      "description": "List Longevity.haus treatment types, optionally filtered by category."
    },
    {
      "name": "get_clinic",
      "description": "Get detailed information about a specific clinic by slug."
    },
    {
      "name": "get_treatment",
      "description": "Get treatment details plus a list of clinics offering it, sorted by USD-equivalent price."
    },
    {
      "name": "search_clinics",
      "description": "Search clinics filtered by city, country, treatment, and max price."
    },
    {
      "name": "get_price_index",
      "description": "Get nearest-rank price percentiles for a treatment in a city (min, p25, median, p75, max)."
    },
    {
      "name": "search",
      "description": "OpenAI-compatible keyword search returning mixed clinic/treatment/city results."
    },
    {
      "name": "fetch",
      "description": "OpenAI-compatible record fetch by id (clinic:<slug>, treatment:<slug>, or city:<slug>)."
    }
  ],
  "serverInfo": {
    "name": "longevity-haus",
    "version": "1.0.0",
    "title": "Longevity.haus MCP"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://longevity.haus/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "documentation": "https://longevity.haus/docs/api",
  "contact": {
    "name": "Longevity.haus engineering",
    "url": "https://longevity.haus/contact"
  }
}