ai.maxcv/resume
Official2 toolsmaxcv — CV tailoring
Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.
Score and tailor your CV/resume against a job posting for AI agents and humans.
Captured live from the server via tools/list.
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 counts. Use this first to show the user the gap before a full tailor.
Parameters (2)
- cvTextstringrequired
The full CV/resume as plain text.
- jobDescriptionstringrequired
The job posting text.
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 tailored CV, a match score, role-fit notes and interview prep. Trial is rate-limited per IP; for unlimited use the user should sign up at maxcv.ai.
Parameters (2)
- cvTextstringrequired
The full CV/resume as plain text.
- jobDescriptionstringrequired
The job posting text.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"resume": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://maxcv.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.