{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "anurag-baghail-mcp-server",
    "version": "1.0.0",
    "description": "Official Model Context Protocol (MCP) server providing programmatic inspection of Anurag Baghail's career portfolio, GovTech case studies, enterprise architecture deliverables, and verified business analyst capabilities."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://anuragbaghail.com/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "getPortfolioOverview",
      "description": "Retrieves high-level summary of Anurag Baghail's role, core competencies, leadership principles, and strategic strengths as a Business Analyst.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "getCaseStudies",
      "description": "Retrieves the list of digital transformation and enterprise case studies (e.g., Parliament GovTech, Japanese MNC, Pharma 3MS, E-Signature Platform).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Optional category filter (e.g., 'GovTech', 'Healthcare', 'Enterprise')"
          }
        }
      }
    },
    {
      "name": "getCaseStudyDetail",
      "description": "Retrieves deep architectural specifications, problem statements, BA methodologies, and quantitative results for a specific case study.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique identifier of the case study (e.g., 'sampoorna-sansad', 'govtech-japanese-mnc', 'pharma-3ms', 'e-signature-platform', 'onboarding-transformation')"
          }
        },
        "required": ["id"]
      }
    },
    {
      "name": "getProjectPortfolio",
      "description": "Fetches chronological list of company projects, deliverables, stakeholder management outcomes, and technical artifacts.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "company": {
            "type": "string",
            "description": "Optional company name filter"
          }
        }
      }
    },
    {
      "name": "getContactInfo",
      "description": "Retrieves verified contact channels (Email, LinkedIn, Phone) and official resume download link.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
