Nikunj Kothari
Partner at FPV Ventures. Investing in seed/series A startups.Previous: Khosla Ventures, Meter, Opendoor, Shyp, Hall
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 JSONGET /api/md- index of pages available as markdownGET /api/md/{page}- any page as markdown (or append.mdto a page URL, e.g. /founders.md)GET /api/logo/{domain}- logo lookup for a domainGET /api/og- Open Graph image generatorGET /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/mcpOr in any MCP client configuration:
{
"mcpServers": {
"nikunjk": {
"type": "http",
"url": "https://www.nikunjk.com/api/mcp"
}
}
}For AI agents
- /llms.txt - structured profile optimized for LLMs
- /llms-full.txt - extended version with full context
- /index.md, /founders.md - markdown mirrors of pages
Questions
Email nikunj@fpvventures.com or find me at @nikunj.