{
  "$schema": "https://json.schemastore.org/mcp-server-card.json",
  "serverInfo": {
    "name": "aravind-portfolio-mcp",
    "title": "Aravind Venugopal Portfolio MCP Server",
    "version": "1.0.0",
    "description": "Model Context Protocol (MCP) server providing structured access to Aravind Venugopal's product management leadership record, verified metrics, GenAI systems builds, and interactive AI concierge."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://aravind.me/api/chat"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_profile",
      "description": "Retrieve canonical structured profile and career data for Aravind Venugopal.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "enum": [
              "all",
              "experience",
              "projects",
              "skills",
              "contact",
              "metrics"
            ],
            "description": "Specific profile section to query"
          }
        }
      }
    },
    {
      "name": "ask_concierge",
      "description": "Query the AI concierge with a question about Aravind's background, leadership experience, and technical builds.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "User question or inquiry"
          }
        },
        "required": [
          "query"
        ]
      }
    }
  ],
  "resources": [
    {
      "uri": "profile://canonical",
      "name": "Canonical Profile JSON",
      "mimeType": "application/json",
      "description": "The complete machine-readable profile data source of truth."
    },
    {
      "uri": "profile://llms-txt",
      "name": "LLM Ingestion Context",
      "mimeType": "text/plain",
      "description": "Curated markdown summary formatted for LLM ingest."
    }
  ]
}
