{
  "$schema": "https://modelcontextprotocol.io/schema/server-card/v1",
  "serverInfo": {
    "name": "eyalbercovich-profile",
    "title": "Dr. Eyal Bercovich — Profile MCP Server",
    "version": "1.0.0",
    "description": "Read-only MCP server providing structured access to Dr. Eyal Bercovich's academic profile, publications, and clinical service information.",
    "publisher": {
      "name": "Eyal Bercovich, MD",
      "url": "https://www.eyalbercovich.com/"
    },
    "license": "CC-BY-4.0"
  },
  "transport": {
    "type": "http-resource",
    "endpoint": "https://www.eyalbercovich.com/.well-known/mcp/server-card.json",
    "resources": [
      {
        "uri": "https://www.eyalbercovich.com/llms-full.txt",
        "mimeType": "text/plain",
        "description": "Full structured profile, publications, clinic services, and FAQ"
      },
      {
        "uri": "https://www.eyalbercovich.com/llms.txt",
        "mimeType": "text/plain",
        "description": "Concise AI-optimized profile summary"
      }
    ]
  },
  "capabilities": {
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "tools": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "getProfile",
      "description": "Fetch Dr. Bercovich's academic and clinical profile (positions, research, publications, clinic).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "enum": ["summary", "full", "publications", "clinic", "faq"],
            "description": "Which section of the profile to return"
          }
        }
      }
    },
    {
      "name": "getClinicInfo",
      "description": "Get clinic contact information, services, insurance coverage, and booking links for Medica Elisha Sports Medicine Center.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "getPublications",
      "description": "Return peer-reviewed publications authored by Dr. Bercovich, with DOIs and PubMed links.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "year": { "type": "integer", "description": "Filter by publication year" },
          "limit": { "type": "integer", "description": "Max results to return", "default": 13 }
        }
      }
    }
  ],
  "links": {
    "homepage": "https://www.eyalbercovich.com/",
    "documentation": "https://www.eyalbercovich.com/llms-full.txt",
    "agent-card": "https://www.eyalbercovich.com/.well-known/agent-card.json",
    "openapi": "https://www.eyalbercovich.com/openapi.json",
    "api": "https://www.eyalbercovich.com/api"
  },
  "affiliations": [
    {
      "name": "University of Haifa — faculty profile (CRIS)",
      "url": "https://cris.haifa.ac.il/en/persons/eyal-bercovich/",
      "parentUrl": "https://www.haifa.ac.il/en/",
      "urlType": "person-specific",
      "role": "Clinical Lecturer; Head of Medical Imaging Education Segment"
    },
    {
      "name": "Rambam Health Care Campus — Medical Imaging Division",
      "url": "https://www.rambam.org.il/en/departmentsandclinics/medical-imaging-division/",
      "parentUrl": "https://www.rambam.org.il/en/",
      "urlType": "department-specific",
      "role": "Attending Radiologist"
    },
    {
      "name": "Technion — Rappaport Faculty of Medicine",
      "url": "https://med.technion.ac.il/en/home-en/",
      "parentUrl": "https://www.technion.ac.il/en/",
      "urlType": "faculty-specific",
      "role": "Alma mater (MD, BSc Biomedical Engineering)"
    },
    {
      "name": "Medica Elisha Sports Medicine Center",
      "url": "https://www.elishahospital.com/דר-איל-ברקוביץ/",
      "parentUrl": "https://www.elishahospital.com/",
      "urlType": "person-specific",
      "role": "Medical Imaging Director"
    },
    {
      "name": "Maccabi Haifa Football Club",
      "url": "https://www.maccabi-haifafc.co.il/",
      "urlType": "institution-homepage",
      "role": "Head Radiologist",
      "note": "No individual medical-staff pages published."
    },
    {
      "name": "Clalit Mushlam (כללית מושלם)",
      "url": "https://mushlam.clalit.co.il/he/Pages/provider.aspx?placeTypeID=2&doctorID=8245&placeID=13682",
      "urlType": "person-specific",
      "role": "Listed provider — direct booking URL for ultrasound services"
    },
    {
      "name": "ORCID",
      "url": "https://orcid.org/0009-0008-2742-6550",
      "urlType": "person-specific",
      "role": "scholarly identity"
    },
    {
      "name": "Google Scholar",
      "url": "https://scholar.google.com/citations?user=diZ3wFQAAAAJ",
      "urlType": "person-specific",
      "role": "publications index"
    }
  ]
}
