kazejev-personal
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kazejev-personalGive me your biography and a list of your projects."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
profile-mcp
An MCP server that answers questions about Jaroslav Kazejev: biography, skills, projects and education. It is read-only, it needs no authentication, and it has no runtime dependencies.
Endpoint: https://mcp.kazejev.com/mcp
Connect
With the Claude Code CLI:
claude mcp add --transport http kazejev https://mcp.kazejev.com/mcpWith a client that reads a JSON configuration:
{
"mcpServers": {
"kazejev": {
"type": "http",
"url": "https://mcp.kazejev.com/mcp"
}
}
}Related MCP server: personal-resume-agent
Tools
Tool | Arguments | Returns |
| none | The complete profile in one response: headline, location, work status, focus, the strongest work, the main skills, education and links |
|
| The projects, skills and education that match the topic, with the detail behind each one |
| none | The short professional biography |
| none | The technical and professional skills |
| none | The projects and the work |
| none | The public contact details and profile links |
One resource, kazejev://profile, holds the same content as one JSON
document.
Protocol support
The server answers two protocol eras on the same endpoint, and selects the era for each request.
Era | Versions | Description |
Modern |
| The server keeps no state. Each request carries its version, identity and capabilities in |
Legacy |
| The client and the server do the |
The 2026-07-28 revision removed the initialize handshake and the
protocol-level sessions. Most clients still use the older revisions, thus the
server keeps both.
Notable behaviour in the modern era:
GETandDELETEreturn 405. The GET stream and the session teardown are no longer in the protocol.A header that disagrees with the body returns 400 and
-32020.An unsupported version returns 400 and
-32022with the supported list.An unknown method returns 404 and
-32601.
Where else this server appears
Registry entry:
com.kazejev/profilein the official MCP RegistryServer card: https://kazejev.com/.well-known/mcp/server-card.json
Site: https://kazejev.com
Development and maintenance
See docs/maintenance.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for Mark Siazon's professional profile: projects, FAQ, proof, availability.
Public portfolio MCP for resume, services, availability, project evidence, and introductions.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides a structured API for AI agents to query a person's resume, including profile, projects, writing, and gated access to experience and skills.-
- AlicenseNot gradedqualityDmaintenanceExposes a personalized AI agent that reads your resume and provides intelligent responses about your professional background through a standardized MCP server interface with RAG capabilities.MIT
- FlicenseAqualityBmaintenanceMCP server that exposes a resume as callable tools and resources, enabling AI agents to query experience, skills, projects, and contact information via natural language.3-
- AlicenseAqualityBmaintenanceExposes a personal portfolio of projects, skills, and resume as callable tools for MCP-compatible AI assistants like Claude Desktop.4MIT