E
eng-leadership-toolkit
/estimate_coaching_cost
Coaching cost estimator — what should a coach cost?
Fair market rate for coaching or mentoring in 2026, by coaching type, client role, coach territory, coach seniority, and engagement length. Returns a per-sessio
liveverifiedunknown~5s typical
mcpprobedeng-leadership-toolkit
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-coach-marian-eng-leadership-toolkit /estimate_coaching_cost for me.
Input
| Field | Type | Description |
|---|---|---|
| coaching_type* | string (executive | leadership | engineering-leadership | career | life) | What kind of coaching the client is buying |
| client_role* | string (ic | em | director | vp | founder) | The client's role — the same coach charges a VP more than an EM |
| territory* | string (us | uk | western-europe | cee | online) | Where the coach operates — CEE runs at roughly half of US rates |
| coach_seniority* | string (certified | experienced | top-tier | practitioner-mentor) | Coach seniority band: certified (ICF ACC level), experienced (PCC, 10+ yrs), top-tier (MCC |
| scope | string (single-session | monthly | quarter | half-year) | Engagement length (default single-session) — longer commitments carry a 5-20% per-session |
| context* | string | Explain why you are calling this tool and how it fits into the user's overall goal. This p |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-coach-marian-eng-leadership-toolkit","endpoint":"/estimate_coaching_cost","input":{"coaching_type":"executive","client_role":"ic","territory":"us","coach_seniority":"certified","context":"..."}}'cli
npx cracked-ai run -p mcp-coach-marian-eng-leadership-toolkit -e /estimate_coaching_cost -i '{"coaching_type":"executive","client_role":"ic","territory":"us","coach_seniority":"certified","context":"..."}'mcp
run_tool({ provider: "mcp-coach-marian-eng-leadership-toolkit", endpoint: "/estimate_coaching_cost", input: {"coaching_type":"executive","client_role":"ic","territory":"us","coach_seniority":"certified","context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.