Back to Browse

Profile MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Profile server for kazejev.com: biography, skills, projects and education.

About

Profile server for kazejev.com: biography, skills, projects and education.

Remote endpoints: streamable-http: https://mcp.kazejev.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

6 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-kazejev-profile": {
      "url": "https://mcp.kazejev.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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"
    }
  }
}

Tools

ToolArgumentsReturns
get_profile_summarynoneThe complete profile in one response: headline, location, work status, focus, the strongest work, the main skills, education and links
query_profiletopicThe projects, skills and education that match the topic, with the detail behind each one
get_biononeThe short professional biography
list_skillsnoneThe technical and professional skills
list_projectsnoneThe projects and the work
get_contact_infononeThe 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.

EraVersionsDescription
Modern2026-07-28The 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.
Legacy2025-11-25, 2025-06-18, 2025-03-26The 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.

Reviews

No reviews yet

Be the first to review this server!