← serhiichuk.dev

INDIVIDUAL MCP TOOL

get_post

Full Markdown of one blog post.

serhiichuk.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://serhiichuk.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

serhiichuk.dev

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.

Related tools

  • search_content — Search Yurii Serhiichuk's website: CV bullets, blog posts and site pages.
  • get_cv — Yurii Serhiichuk's CV.
  • list_posts — List published blog posts — title, slug, date and summary.
  • get_services — What Yurii offers as a consultant — services, engagement models and how to get in touch.
  • 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.