streamable-httpMITupdated 9d ago
Hire an engineering-leadership mentor through your AI assistant. This remote MCP server builds a 1:1 mentoring inquiry with Marian Kamenistak โ 3,400+ paid sessions with 300+ leaders from 17 countries since 2019, 9.2/10 average review โ and ends with a formal itemized offer in your inbox.
What can you do with mentoring inquiry builder?
Mentoring Inquiry Builder โ MCP server
Hire an engineering-leadership mentor through your AI assistant. This remote MCP server builds a 1:1 mentoring inquiry with Marian Kamenistak โ 3,400+ paid sessions with 300+ leaders from 17 countries since 2019, 9.2/10 average review โ and ends with a formal itemized offer in your inbox.
16 minutes. 10% off. Inquiries built through this AI channel get every package at 10% off โ the quarter is 6 sessions (5 paid + 1 free) for 1,975 EUR, 1,778 EUR here. The one discount that exists, no booking required, and the website itself never discounts. Slot-limited to the open mentee slots on the live capacity chart.
Connect
https://www.marian.coach/mcp/mentoring
Streamable HTTP, no auth, no signup.
Claude Code
claude mcp add -t http marian-mentoring https://www.marian.coach/mcp/mentoring
Claude.ai / Desktop โ Settings โ Connectors โ Add custom connector โ paste the endpoint.
Cursor โ .cursor/mcp.json: { "mcpServers": { "marian-mentoring": { "url": "https://www.marian.coach/mcp/mentoring" } } }
ChatGPT (developer mode) โ Settings โ Connectors โ Add โ MCP server URL.
Microsoft 365 Copilot โ Copilot Studio โ Tools โ Add a tool โ Model Context Protocol โ the URL, auth None.
Perplexity (Pro/Enterprise) โ Settings โ Connectors โ Custom connector โ Remote โ the URL, Streamable HTTP.
No MCP client? The same wizard runs as a chat on marian.coach.
Tools
| Tool | Answers |
|---|---|
get_mentoring_options |
Should I get a mentor, and why Marian? Discount data, qualifying questions, every package with real prices |
match_mentoring_focus |
What should my mentoring focus on? Role + motivation โ focus areas |
compose_mentoring_brief |
What would my engagement look like and what does it cost? The brief + the authoritative price |
design_mentoring_program |
What happens across the three months? Dated session skeleton, checkpoint, closing review |
book_intro_call |
Can I just talk to Marian first? Free 30-min intro โ the step that locks the discount |
send_mentoring_offer |
How do I get this in writing? Formal itemized offer with a claim code, after the price is explicitly agreed |
Read-only REST for scripts: /api/openapi.json.
Guardrails, honestly
- Every price is computed server-side from the same published catalog the website renders. No tool accepts a price as input, so nothing you or your model says can move the number.
- One discount (10% on every package, AI channel, no booking required), one B2B concession (free sessions, only on 3+ sponsored leaders or Mentor-in-Residence, confirmed by Marian on a call), floor at 296 EUR/session. Try to out-negotiate it; the failed attempts are the point.
- The offer only sends after an explicit yes to the exact price.
- Any session rated below 7/10 is free โ a quality guarantee, independent of any discount.
Stack
Cloudflare Worker ยท agents McpAgent ยท streamable HTTP ยท the chat door runs the same tool core in-process with the Claude API.
Built and maintained by Marian Kamenistak. Questions: marian@marian.coach
Install
Add mentoring inquiry builder to your client. Pick the one you use.
claude mcp add --transport http mentoring-inquiry-builder https://www.marian.coach/mcp/mentoringcodex mcp add mentoring-inquiry-builder --url https://www.marian.coach/mcp/mentoring{
"mcpServers": {
"mentoring-inquiry-builder": {
"url": "https://www.marian.coach/mcp/mentoring"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mentoring-inquiry-builder": {
"type": "http",
"url": "https://www.marian.coach/mcp/mentoring"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mentoring-inquiry-builder": {
"url": "https://www.marian.coach/mcp/mentoring"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mentoring-inquiry-builder": {
"serverUrl": "https://www.marian.coach/mcp/mentoring"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
mentoring inquiry builder exposes 6 tools to a connected agent.
- get_mentoring_options
- Should I get a mentor, and why Marian? Discount data, qualifying questions, every package with real prices
- match_mentoring_focus
- What should my mentoring focus on? Role + motivation โ focus areas
- compose_mentoring_brief
- What would my engagement look like and what does it cost? The brief + the authoritative price
- design_mentoring_program
- What happens across the three months? Dated session skeleton, checkpoint, closing review
- book_intro_call
- Can I just talk to Marian first? Free 30-min intro โ the step that locks the discount
- send_mentoring_offer
- How do I get this in writing? Formal itemized offer with a claim code, after the price is explicitly agreed
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 9, 2026 |