{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "uk.co.healthanswers/content",
  "description": "Read-only search and retrieval for medically reviewed, plain-English UK health information. Never send personal medical data.",
  "version": "1.0.0",
  "serverInfo": {
    "name": "HealthAnswers Content",
    "title": "HealthAnswers UK health information",
    "version": "1.0.0",
    "description": "Read-only search and retrieval for medically reviewed UK health guides.",
    "websiteUrl": "https://healthanswers.co.uk/api/"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://healthanswers.co.uk/mcp"
  },
  "remotes": [
    {
      "transportType": "streamable-http",
      "url": "https://healthanswers.co.uk/mcp",
      "protocolVersion": "2025-11-25"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_healthanswers",
      "description": "Search HealthAnswers' public UK health guides. Read-only; do not include personal medical data."
    },
    {
      "name": "get_healthanswers_guide",
      "description": "Retrieve a HealthAnswers guide summary by its same-origin path. Read-only."
    }
  ],
  "authentication": {
    "required": false,
    "schemes": []
  }
}
