← marian.coach

INDIVIDUAL MCP TOOL

design_mentoring_program

Deterministic session skeleton computed from the package's cadence metadata: dated sessions, the mid-point checkpoint, the closing review against the definition of success.

marian.coachnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.marian.coach/mcp/mentoring

No auth detected

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

Indexed 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 server

marian.coach

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.mentoring-inquiry-builder]
url = "https://www.marian.coach/mcp/mentoring"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mentoring-inquiry-builder": {
      "type": "http",
      "url": "https://www.marian.coach/mcp/mentoring"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mentoring-inquiry-builder
Remote MCP URL: https://www.marian.coach/mcp/mentoring

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": {
    "mentoring-inquiry-builder": {
      "url": "https://www.marian.coach/mcp/mentoring"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mentoring-inquiry-builder": {
      "type": "http",
      "url": "https://www.marian.coach/mcp/mentoring"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mentoring-inquiry-builder",
  "transport": "streamable-http",
  "url": "https://www.marian.coach/mcp/mentoring"
}
MCP Inspector

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

Related tools

  • get_mentoring_options — START HERE for anyone considering 1:1 engineering-leadership mentoring with Marian Kamenistak (marian.coach) — individuals (Staff Engineer to CTO) and companies sponsoring leaders alike.
  • match_mentoring_focus — Resolves role_band + motivation through the same routing the website uses and returns suggested focus areas plus the recommended package with real prices.
  • compose_mentoring_brief — The accumulator — call after every change.
  • book_intro_call — THE CONVERSION STEP.
  • send_mentoring_offer — The ONLY tool that collects contact details, and the end of the 16-minute promise: emails the visitor a formal itemized offer with a claim code, notifies Marian, and files the inquiry.