{
  "$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": 12 }
        }
      }
    }
  ],
  "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"
  }
}
