// for agents
agent-ready portfolio
This portfolio exposes structured data via MCP (Model Context Protocol). Connect any MCP-compatible agent and ask it anything about me — projects, experience, skills, writing.
// add to your mcp config
{
"mcpServers": {
"jan": {
"url": "https://jansernec.dev/api/mcp"
}
}
}// available tools
get_profileName, title, location, email, and links.
get_skillsTech stack grouped by category.
get_experienceWork history with roles and descriptions.
get_projectsProjects with tags, GitHub links, and URLs.
get_postsBlog posts with slugs and excerpts.
get_booksReading list with ratings and reviews.
// example prompts
- >What technologies does Jan know?
- >Show me Jan's open-source projects.
- >What has Jan been working on recently?
- >Does Jan have experience with Go?
// plain-text context
Prefer plain text? /llms.txt follows the llmstxt.org standard — fetch it directly for a structured markdown summary.