MC
maxcv — CV tailoring
/score_cv
score cv
Score how well a CV/resume matches a specific job posting. Fast and cheap — returns the original match score and the score after tailoring, plus requirement cou
liveunknown~5s typical
mcpmaxcv—cv
$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-ai-maxcv-resume /score_cv for me.
Input
| Field | Type | Description |
|---|---|---|
| cvText* | string | The full CV/resume as plain text. |
| jobDescription* | string | The job posting text. |
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-ai-maxcv-resume","endpoint":"/score_cv","input":{"cvText":"...","jobDescription":"..."}}'cli
npx cracked-ai run -p mcp-ai-maxcv-resume -e /score_cv -i '{"cvText":"...","jobDescription":"..."}'mcp
run_tool({ provider: "mcp-ai-maxcv-resume", endpoint: "/score_cv", input: {"cvText":"...","jobDescription":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.