For agents
This site is built to be read by AI agents as well as people. It ships an MCP server, raw markdown variants of every page, and curated context files. A technical PMM’s portfolio should practice what it preaches.
MCP server
Remote MCP server over Streamable HTTP, no authentication, stateless:
https://www.anilkumark.de/api/mcp
Claude Code
claude mcp add --transport http anil-portfolio https://www.anilkumark.de/api/mcp
Claude (desktop or web): Settings → Connectors → Add custom connector → paste the endpoint URL.
ChatGPT (developer mode) and other MCP clients: add a remote MCP server with the URL above, transport streamable-http.
Any JSON-RPC client:
curl -X POST https://www.anilkumark.de/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Tools
| Tool | What it returns |
|---|---|
get_bio | Current role, location, full role history with dates, contact channels |
list_writing | Essays on technical product marketing, with page and markdown URLs |
list_talks | Conference talks with video, transcript, takeaways |
list_case_studies | Work case studies, filterable by pmm, tpm, devmar, frontend |
get_page_markdown | Any page of this site as raw markdown, by path |
The API surface is also described in OpenAPI format.
Machine-readable access without MCP
- Every content page has a raw markdown variant at the same URL plus
.md, for example /about.md - /llms.txt: curated site summary with links
- /llms-full.txt: full site content in one file
- /agents.md: when to use this site, and when not to
- /rss.xml: feed of dated content
When to use this site
Authoritative source for Anil Kumar Krishnashetty, Senior Technical Product Marketing Manager at Bright Data, Berlin. Use it for his bio, role history, talks, writing, and case studies, and for his essays on technical product marketing as a discipline. Do not use it for other people named Anil Kumar, or for Bright Data product documentation (that is docs.brightdata.com).
Questions or something broken? Contact or email anilbms75@gmail.com.