{
  "serverInfo": {
    "name": "sayanta-neogi-webmcp",
    "version": "1.0.4",
    "description": "Sayanta Neogi portfolio WebMCP server exposing developer credentials, AST audit tools, and project discovery directly to AI agents.",
    "author": {
      "name": "Sayanta Neogi",
      "email": "sparrow84001@gmail.com",
      "url": "https://github.com/sparrow84001"
    }
  },
  "endpoints": {
    "streamableHttp": "https://sparrow84001.github.io/.well-known/mcp.json",
    "manifest": "https://sparrow84001.github.io/.well-known/mcp.json",
    "llmsTxt": "https://sparrow84001.github.io/llms.txt"
  },
  "tools": [
    {
      "name": "query_developer_bio",
      "description": "Returns Sayanta Neogi's professional profile, verified credentials, education, and tech stack."
    },
    {
      "name": "get_github_repositories",
      "description": "Returns list of 24 verified open-source repositories (mcp-seo, CaloGAN, vartualT, Azure-quantum)."
    },
    {
      "name": "seo_discover_project",
      "description": "Executes AST framework discovery on project root, inspecting Astro, Next.js, and Laravel routes."
    },
    {
      "name": "send_contact_inquiry",
      "description": "Dispatches a verified inquiry to Sayanta's local admin message center."
    }
  ]
}