cv-forge (thechandanbhagat/cv-forge) is an MCP server listed on the M8ven Trust Index. It scores 43 out of 100, grade D. It declares 17 tools. No publisher has claimed this listing.

D
Caution
43/100

cv-forge

An MCP server that analyzes job postings and generates tailored, ATS-friendly CVs, cover letters, and email templates in multiple formats including PDF.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

thechandanbhagat

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes17 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

parse_job_requirements

Parse job requirements and extract key information for CV tailoring

generate_cv_data

Generate tailored CV content based on user profile and job requirements (returns structured data)

generate_and_save_cv_pdf

Generate tailored CV and save specifically as PDF format (legacy tool - consider using 'generate_cv' which defaults to PDF). If outputPath is not provided, uses DEFAULT_OUTPUT_PATH from environment.

save_cv_text

Save CV content as a text file to specified location

generate_cv_pdf

Generate and save CV as a professional PDF document

generate_cv_markdown

Generate CV as Markdown format for easy editing and version control

generate_cv_html

Generate CV as styled HTML document for web viewing

generate_and_save_cv_markdown

Generate tailored CV and save directly as Markdown (combines CV generation and Markdown creation in one step)

generate_and_save_cv_html

Generate tailored CV and save directly as HTML (combines CV generation and HTML creation in one step)

generate_cv

Generate tailored CV in PDF format and save to specified location or default folder. Always generates PDF unless a different format is explicitly requested.

generate_cv_to_default_folder

Generate tailored CV and save to default folder (uses .env DEFAULT_OUTPUT_PATH). Defaults to PDF format.

debug_cv_data

Debug tool to inspect the structure of CV data

draft_cv_pdf

Draft a tailored CV in PDF format for a specific job. This tool automatically generates a professional PDF CV without asking for format preferences.

generate_cover_letter

Generate a tailored cover letter for a specific job application. Returns formatted text that can be displayed on screen or saved as PDF.

save_cover_letter_pdf

Generate and save a cover letter as PDF to specified location

generate_email_template

Generate a professional email template for job application. Automatically detects email addresses from job description.

draft_complete_application

Draft a complete job application package: CV, cover letter, and email template. Automatically generates PDF CV and cover letter, plus email template if email address is found.

// known CVEs in dependencies1 critical3 high2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalmd-to-pdf@5.2.4GHSA-547r-qmjm-8hvw

md-to-pdf vulnerable to arbitrary JavaScript code execution when parsing front matter

high@modelcontextprotocol/sdk@1.20.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.20.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.20.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

lowmarkdown-it@14.1.0GHSA-38c4-r59v-3vqw

markdown-it is has a Regular Expression Denial of Service (ReDoS)

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configDEFAULT_OUTPUT_PATH"": "D:/CV",
configPDF_BASE_FONT_SIZE"": "12px",
configPDF_H1_FONT_SIZE"": "20px",
configPDF_H2_FONT_SIZE"": "15px",
configPDF_H3_FONT_SIZE"": "13px",
configPDF_LINE_HEIGHT"": "1.4",
configPDF_MARGIN_BOTTOM"": "10mm",
configPDF_MARGIN_LEFT"": "10mm",
configPDF_MARGIN_RIGHT"": "10mm",
configPDF_MARGIN_TOP"": "10mm",
configPDF_PAGE_SIZEpageSize (string, optional): PDF page size (e.g., 'A4', 'Letter', 'Legal') - uses env var if not provided
configPDF_PARAGRAPH_SPACING"": "8px",
configPDF_SECTION_SPACING"": "12px"
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

17/17 tools missing one or more hints — parse_job_requirements (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); generate_cv_data (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); generate_and_save_cv_pdf (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Destructive tools are labelled

1 tool perform destructive updates without destructiveHint — save_cover_letter_pdf deletes at line 1009 (fs.unlink(tempHtmlPath))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

1 critical, 3 high severity in production deps — md-to-pdf@5.2.4 (critical), @modelcontextprotocol/sdk@1.20.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/thechandanbhagat/cv-forge?variant=verified)](https://m8ven.ai/mcp/thechandanbhagat/cv-forge)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a1cf021c34fce4d47e8c6fec1a1c1afbaa2112fa
code hash: 0b1be2e718fc7199027fd8e2d23b81fca6d318e2bce68df11d58e845f0c33049
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client