{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2026-07-28",
  "serverInfo": {
    "name": "kazejev-personal",
    "version": "0.3.0"
  },
  "title": "Jaroslav Kazejev — personal MCP server",
  "description": "This server is read-only. It gives the professional profile of Jaroslav Kazejev, a software engineer who moves into AI engineering and who builds LLM agents, bots and MCP tooling.",
  "documentationUrl": "https://kazejev.com/",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.kazejev.com/mcp"
  },
  "capabilities": {
    "tools": {},
    "resources": {}
  },
  "tools": [
    {
      "name": "get_bio",
      "description": "The short professional biography of Jaroslav Kazejev."
    },
    {
      "name": "get_contact_info",
      "description": "The public contact details and the profile links."
    },
    {
      "name": "get_profile_summary",
      "description": "The complete profile in one request. Call this first."
    },
    {
      "name": "list_projects",
      "description": "The projects and the work."
    },
    {
      "name": "list_skills",
      "description": "The technical and professional skills."
    },
    {
      "name": "query_profile",
      "description": "Search the profile for a topic and get the evidence behind it."
    }
  ],
  "resources": "dynamic"
}
