← Registry

Content Tools

serhiichuk.dev

Exposes Yurii Serhiichuk's personal website content, including CV, blog posts, and consulting services, via MCP tools.

1 endpoint6 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://serhiichuk.dev/mcp

No auth detected

MCP server metadata

Name
serhiichuk-dev
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

search_content

Search Yurii Serhiichuk's website: CV bullets, blog posts and site pages.

Inferred read-only
get_cv

Yurii Serhiichuk's CV.

Inferred read-only
list_posts

List published blog posts — title, slug, date and summary.

Inferred read-only
get_post

Full Markdown of one blog post.

Potential side effects
get_services

What Yurii offers as a consultant — services, engagement models and how to get in touch.

Inferred read-only
validate_llms_txt

Check any website's /llms.txt against the llmstxt.org spec: structure, link health, and whether each finding is spec, convention or hygiene.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.serhiichuk-dev]
url = "https://serhiichuk.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "serhiichuk-dev": {
      "type": "http",
      "url": "https://serhiichuk.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: serhiichuk-dev
Remote MCP URL: https://serhiichuk.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "serhiichuk-dev": {
      "url": "https://serhiichuk.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "serhiichuk-dev": {
      "type": "http",
      "url": "https://serhiichuk.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "serhiichuk-dev",
  "transport": "streamable-http",
  "url": "https://serhiichuk.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.