maxcv — CV tailoring
MC
maxcv — CV tailoring
/tailor_cv

tailor cv

Tailor a CV/resume to a specific job posting: rewrites the CV with the posting's ATS keywords (never fabricating skills not already present), and returns the ta

liveunknown~5s typical
mcpmaxcvcv
$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 /tailor_cv for me.

Input

FieldTypeDescription
cvText*stringThe full CV/resume as plain text.
jobDescription*stringThe 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":"/tailor_cv","input":{"cvText":"...","jobDescription":"..."}}'
cli
npx cracked-ai run -p mcp-ai-maxcv-resume -e /tailor_cv -i '{"cvText":"...","jobDescription":"..."}'
mcp
run_tool({ provider: "mcp-ai-maxcv-resume", endpoint: "/tailor_cv", input: {"cvText":"...","jobDescription":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.