← ruslanshulga.com

INDIVIDUAL MCP TOOL

list_projects

List the selected-work case studies with slugs, blurbs, stacks, and headline metrics.

ruslanshulga.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ruslanshulga.com

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.ruslanshulga-com]
url = "https://ruslanshulga.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ruslanshulga-com": {
      "type": "http",
      "url": "https://ruslanshulga.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ruslanshulga-com
Remote MCP URL: https://ruslanshulga.com/api/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": {
    "ruslanshulga-com": {
      "url": "https://ruslanshulga.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ruslanshulga-com",
  "transport": "streamable-http",
  "url": "https://ruslanshulga.com/api/mcp"
}
MCP Inspector

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

Related tools

  • get_resume — Ruslan Shulga's full professional profile: role, experience, highlights with metrics, stack, background, and what he's looking for.
  • get_project — Full case study for one project (problem, architecture, key decisions, what broke).
  • search_portfolio — Lexical search across the resume and all case studies.
  • get_eval_summary — Latest nightly eval scores for this site's own AI chat (groundedness, persona, refusals, prompt-injection resistance), judged by an LLM in CI and published at /evals.
  • get_contact — Email, LinkedIn, GitHub, and location for reaching Ruslan.