Skip to main content

Nikunj Kothari

Partner at FPV Ventures. Investing in seed/series A startups.Previous: Khosla VenturesMeterOpendoorShypHall

nikunjk.com Developer Resources

This site exposes its content through a small read-only API, an MCP server, and markdown mirrors of every page - so developers and AI agents can use nikunjk.com programmatically. Everything is public and requires no authentication.

OpenAPI specification

The full API surface is documented in an OpenAPI 3.1 spec at nikunjk.com/openapi.json.

API endpoints

  • GET /api/writing - recent blog posts from writing.nikunjk.com as JSON
  • GET /api/md - index of pages available as markdown
  • GET /api/md/{page} - any page as markdown (or append .md to a page URL, e.g. /founders.md)
  • GET /api/logo/{domain} - logo lookup for a domain
  • GET /api/og - Open Graph image generator
  • GET /api/sitemap.xml - XML sitemap

Errors are structured JSON with success: false, an error message, a machine-readable code, and a hint for resolution.

MCP server

An MCP (Model Context Protocol) server runs at https://www.nikunjk.com/api/mcp using Streamable HTTP transport, with a discovery manifest at /.well-known/mcp.json. It exposes three tools: get_profile, get_page, and list_writing. To connect from Claude Code:

claude mcp add --transport http nikunjk https://www.nikunjk.com/api/mcp

Or in any MCP client configuration:

{
  "mcpServers": {
    "nikunjk": {
      "type": "http",
      "url": "https://www.nikunjk.com/api/mcp"
    }
  }
}

For AI agents

Questions

Email nikunj@fpvventures.com or find me at @nikunj.