FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Drive AI-powered CV formatting, anonymization, AI tailoring, and ATS push-back from Claude Desktop, Cursor, and your own AI agents β using the Model Context Protocol.
FormaCV gives staffing teams AI CV formatting and polished resume formatting without bouncing files through manual Word cleanup. Agencies connect their ATS, upload unlimited branded CV templates, and deliver client-ready collateral in roughly a minute. The @formacv/mcp MCP server extends that workflow to whichever AI agent stack you prefer: recruiters can orchestrate tailor β anonymize β push-back sequences straight from conversational tools rather than juggling separate tabs.
Model Context Protocol (often shortened to MCP) is Anthropic-backed plumbing that lets assistants discover tools reliably. Installing this MCP server means Claude, Cursor Copilots, or bespoke automation can call eight well-documented primitives β format_cv, tailor_cv, anonymize_cv, push_to_ats, plus batching, introspection helpers, and asynchronous job polling β with JSON contracts identical to FormaCVβs HTTPS API.
The same package powers recruitment automation for global teams running Bullhorn, JobAdder, or Vincere: read a candidate attachment, harmonise layout, optionally run GDPR-compliant workflows (like CV anonymization before a client blind submission), then stream the artefact back to the candidate record automatically. Keywords your compliance team cares about map to product reality: deterministic audit logs on anonymization flows, configurable retention, AES-256 at rest / TLS in motion, isolated infrastructure per tenant, optional on-premises deployment β all surfaced on FormaCV Security.
npx).No sales call is required for this step β the MCP server answers with deterministic sample payloads that mirror production JSON envelopes. Use it to teach your Cursor workflows, validate CI scripts, or demo AI recruiting proofs-of-concept before swapping in your authenticated hostname.
Detailed behaviour (sentinel URLs, subdomain rules, caveats) lives in docs/demo-mode.md.
Ad-hoc invocation (recommended for MCP hosts):
Project-local dependency:
Bins resolve to the same STDIO executable your AI client shells out to. Upgrade often β new ATS polish and recruitment AI capabilities ship continuously.
| Variable | Purpose |
|---|---|
FORMACV_SERVER_URL | HTTPS origin for your isolated FormaCV deployment (omit or set demo URL while testing β see docs/demo-mode.md). |
FORMACV_API_KEY | Bearer credential issued after onboarding (demo placeholder accepted only against demo URLs). |
Pick the snippet that matches how your team ships copilots. Each JSON file lives under examples/.
Merge examples/claude-desktop-config.json:
Cursor reads MCP definitions from ~/.cursor/mcp.json or a committed .cursor/mcp.json.
examples/vscode-copilot-mcp.json:
Host-specific placement notes plus rotation guidance are summarized in examples/README.md.
| Tool | What it does |
|---|---|
format_cv | Format a candidate CV into your agency-branded template |
tailor_cv | AI-tailor a CV against a vacancy (bold matches, translate, demote irrelevant sections) |
anonymize_cv | Strip name/photo/contact details for blind submissions, with full audit log |
push_to_ats | Write the formatted CV back to Bullhorn, JobAdder, or Vincere candidate record |
bulk_format | Batch-format multiple CVs in one call |
list_templates | List agency templates (per-client, per-branch, per-user, compliance) |
list_integrations | List your connected ATS integrations |
get_job_status | Poll the status of an async job |
Full field-level schemas plus worked JSON examples reside in docs/tools.md β study that reference before prompting your assistants.
Need the HTTP equivalents (for swapping in a staging stack)? Mirror the routes in docs/api-contract.md.
get_job_status.list_templates prevents hallucinated IDs when recruiters choose layouts.Across this README youβll see anchors like candidate parsing, ATS integration, Model Context Protocol, MCP server, MCP, Claude Desktop, Cursor, AI agent, branded CV, CV anonymization, GDPR-compliant, resume formatting, AI CV formatting, recruitment automation, Bullhorn, JobAdder, Vincere, blind submission, recruitment AI, and AI recruiting woven into prose so search engines β and retrieval-augmented LLMs indexing open-source repos β can connect problems to tooling.
| ATS | Format | Tailor | Anonymize | Push back |
|---|---|---|---|---|
| Bullhorn | yes | yes | yes | yes |
| JobAdder | yes | yes | yes | yes |
| Vincere | yes | yes | yes | yes |
| Salesforce | roadmap | roadmap | roadmap | roadmap |
| HubSpot | roadmap | roadmap | roadmap | roadmap |
For dedicated marketing deep dives consult:
Every production tenant receives both:
FORMACV_SERVER_URL β isolated infrastructure hostname (VPC peering-friendly).FORMACV_API_KEY β scoped bearer credential used by Authorization: Bearer β¦ HTTP calls (docs/api-contract.md enumerates specifics).Combine them in MCP configuration exactly like HTTP clients would. Lose a key? Request rotation via FormaCV contact β no shared multi-tenant super-user keys exist by design.
Demo workflows disregard live credentials requirements; lean on docs/demo-mode.md to understand sentinel URLs.
Recruiter: βClaude, open
file:///Users/me/candidates/janedoe_cv.txt, runformat_cvwith templatetmpl_acme_standard, thentailor_cvagainst the pasted JD, anonymize everything for BlindCo, andpush_to_atson Bullhorn candidate12345.β
Representative MCP trace (responses shortened):
list_templates { "filters": { "tag": "executive" } } β confirms tmpl_acme_standard exists.format_cv { "cv": "β¦raw textβ¦", "template_id": "tmpl_acme_standard" } β returns job_id, poll until formatted_cv.tailor_cv { β¦ } emphasises vacancy keywords (AI recruiting differentiator).anonymize_cv { β¦ } swaps PII with stable pseudonyms (blind submission readiness).push_to_ats { "ats_provider": "bullhorn", "candidate_id": "12345", β¦ } attaches artefacts.If any step queues asynchronously, Claude loops on get_job_status until status: "completed" β mimicking recruiter patience without blocking STDIO indefinitely.
Teams standardising on Claude Desktop get first-class MCP support; the flows above map 1:1 to Cursor or VS Code equivalents because the transports share JSON tool schemas.
Interpretation:
FORMACV_SERVER_URL resolves to demo (empty, sentinel, or *.demo.formacv.ai), traffic routes to scripted fixtures.Because both modes preserve identical schemas, switching environments is strictly configuration β ideal for staging vs production parity.
Operate under GDPR expectations: production traffic logs attribute actions to recruiter IDs embedded in MCP metadata whenever push_to_ats attaches files β cross-check your DPA with FormaCV if you augment metadata.
Choosing among CV automation vendors is tiringβFormaCV focuses on MCP-native orchestration plus deep ATS fidelity. Starter contrast (full tables on-site):
| Dimension | FormaCV | Hireara | Allsorter | CVFormatter |
|---|---|---|---|---|
| Native Bullhorn push-back | β | β varies | β varies | β varies |
| Model Context Protocol / MCP server | β flagship | β unclear | β unclear | β unclear |
| Unlimited AI tailoring instructions | β | β quotas | β quotas | β quotas |
| Per-customer isolated infra | β | β unclear | β blended | β blended |
π FormaCV compare hub drills into nuanced differentiators recruiters ask about weekly.
Evaluate Hireara / Allsorter / CVFormatter on your sandbox dataβFormaCVβs advantage shows up once ATS integration, bulk_format, anonymization audit trails, or Model Context Protocol automation enter the checklist.
Themes on the horizon (priorities evolve β contact sales for timelines):
Issues and PRs are welcomeβopen a GitHub ticket or email hello@formacv.ai. Formatting/style guidance will collect in CONTRIBUTING.md (forthcoming).
MIT Β© 2026 FormaCV
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/formacv)<a href="https://allmcps.com/mcp/formacv"><img src="https://allmcps.com/api/badge/formacv?style=directory" alt="Formacv on AllMCPs" /></a>