Connecter des agents IA
Créez un jeton, choisissez votre client et laissez les agents gérer vos CV via MCP.
Jetons d'accès
Les jetons d'accès personnels permettent aux agents IA de gérer vos CV via MCP.
Applications OAuth connectées
Applications connectées par une authentification web sécurisée, notamment ChatGPT et Codex.
Connectez votre client
Choisissez votre client et collez l'extrait, ou utilisez l'installation en un clic.
claude mcp add --transport http cvite https://cvite.app/api/mcp \
--header "Authorization: Bearer cvite_YOURTOKEN"Les extraits affichent un espace réservé tant que vous n'avez pas créé de jeton ci-dessus.
Confiez-le à votre agent
Copiez l'invite de configuration et collez-la dans votre assistant IA. Il se configure tout seul, rien à lire ni à régler.
Outils disponibles
list_resumesresumes:readList the user's resumes (id, title, template, timestamps)
get_resumeresumes:readFull resume content by id (sections, layout, settings)
get_structureresumes:readLayout view: page count + per-page columns with section id/type/title/visibility
get_appearanceresumes:readCurrent template, settings, customization overrides, resolved styles, and available templates
jobsjobs:readRead-only job operations: search global and Mauritanian boards, or fetch a listing's full description
extract_job_urljobs:aiExtract and normalize a full job posting from any URL, including HTML, PDF, and JavaScript-rendered boards
fit_scorejobs:aiAI-scored fit between a resume and a job posting, with a per-dimension breakdown
generate_cover_letterjobs:aiDraft a tailored cover letter from a resume and job description
create_resumeresumes:writeCreate a resume with the standard default sections
update_resumeresumes:writeMerge top-level fields (title, template, sections, layout, settings) with per-type validation
update_sectionresumes:writePatch one section's content; full per-type schema validation, item ids auto-generated
add_sectionresumes:writeAdd a section (custom presets supported); header/summary are singletons
remove_sectionresumes:writeDelete a supplementary section (core types blocked, hide them instead)
move_sectionresumes:writeReposition a section in the page/column grid (creates a page if needed)
delete_resumeresumes:writeSoft-delete (tombstoned, syncs to open editors)
customize_templateresumes:writeSwitch template or deep-merge visual customization (colors, typography, spacing, section styles)
ats_scoreats:scoreRun ATS analysis; overall score + per-category breakdown + issues
job_matchats:scoreCompare a resume against a job posting: keyword coverage %, matched/missing skills
check_overflowresumes:readSpot overflowing or near-full pages; instant estimate, or measured mode via the real layout engine (measured needs resumes:render)
render_imageresumes:renderRender one page to an inline PNG snapshot so the agent can visually inspect the resume (free)
render_diffresumes:renderBefore/after visual diff: capture a baseline, then compare later renders; changed-pixel % plus a side-by-side composite PNG
export_pdfresumes:exportRender the resume to PDF and return the file as base64