{
  "name": "nikunjk",
  "title": "Nikunj Kothari (nikunjk.com)",
  "description": "MCP server for nikunjk.com, the personal site of Nikunj Kothari, Partner at FPV Ventures. Exposes his profile, site pages as markdown, and recent writing as tools for AI agents.",
  "version": "1.0.0",
  "website": "https://www.nikunjk.com",
  "documentation": "https://www.nikunjk.com/developers",
  "contact": "nikunj@fpvventures.com",
  "endpoint": "https://www.nikunjk.com/api/mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.nikunjk.com/api/mcp"
  },
  "protocolVersion": "2025-06-18",
  "authentication": { "type": "none" },
  "capabilities": { "tools": {} },
  "tools": [
    {
      "name": "get_profile",
      "description": "Structured markdown profile of Nikunj Kothari: role, career history, investment philosophy, portfolio, and contact info."
    },
    {
      "name": "get_page",
      "description": "Markdown version of any nikunjk.com page (index, founders, founder-testimonials, developers)."
    },
    {
      "name": "list_writing",
      "description": "Recent blog posts from writing.nikunjk.com with titles, URLs, and descriptions."
    }
  ],
  "openapi": "https://www.nikunjk.com/openapi.json",
  "llms_txt": "https://www.nikunjk.com/llms.txt"
}
