Skip to main content
Glama
theglobe

kazejev-personal

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/mcp

With 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

get_profile_summary

none

The complete profile in one response: headline, location, work status, focus, the strongest work, the main skills, education and links

query_profile

topic

The projects, skills and education that match the topic, with the detail behind each one

get_bio

none

The short professional biography

list_skills

none

The technical and professional skills

list_projects

none

The projects and the work

get_contact_info

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

2026-07-28

The server keeps no state. Each request carries its version, identity and capabilities in _meta and in HTTP headers, which the server examines. server/discover is available.

Legacy

2025-11-25, 2025-06-18, 2025-03-26

The client and the server do the initialize handshake.

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:

  • GET and DELETE return 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 -32022 with the supported list.

  • An unknown method returns 404 and -32601.

Where else this server appears

Development and maintenance

See docs/maintenance.md.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    An 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.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes 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
  • F
    license
    A
    quality
    B
    maintenance
    MCP 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
    -
  • A
    license
    A
    quality
    B
    maintenance
    Exposes a personal portfolio of projects, skills, and resume as callable tools for MCP-compatible AI assistants like Claude Desktop.
    4
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theglobe/profile-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server