Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.juicedresume/mcp

NPM · @JUICEDRESUME/MCP · SCANNED SEP 25

Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.

Available components

+3 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability63
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 866 tokens (~32/item across 27 items; 27 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_resume" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 27 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.juicedresume/mcp server?

com.juicedresume/mcp runs locally as an npm package, launched with npx -y @juicedresume/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @juicedresume/mcp

# add to Claude Code
claude mcp add com-juicedresume-mcp -- npx -y @juicedresume/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-juicedresume-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@juicedresume/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-juicedresume-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@juicedresume/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-juicedresume-mcp -- npx -y @juicedresume/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-juicedresume-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@juicedresume/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-juicedresume-mcp --command npx --arg -y --arg @juicedresume/mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-juicedresume-mcp:
    command: "npx"
    args: ["-y", "@juicedresume/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-juicedresume-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@juicedresume/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-juicedresume-mcp -t stdio -c npx -a -y @juicedresume/mcp
// mcp.json
{
  "mcpServers": {
    "com-juicedresume-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@juicedresume/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@juicedresume/mcp@0.4.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 27 exposed · ~866 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_entry ~46

Add an entry to a section. `entry` is the partial item shape.

NameTypeReqDescription
entryobjectyes–
idstringyes–
sectionIdstringyes–

No output schema declared.

No examples provided.

add_section ~71

Add a section by type. Type must be one of: summary, experience, education, skills, languages, certificates, interests, projects, courses, awards, organisations, publications, references, declaration, custom.

NameTypeReqDescription
idstringyes–
titlestring––
typestringyes–

No output schema declared.

No examples provided.

company_search ~21

Fuzzy-search company names.

NameTypeReqDescription
querystringyes–

No output schema declared.

No examples provided.

create_resume ~20

Create a blank resume.

NameTypeReqDescription
namestring––

No output schema declared.

No examples provided.

delete_resume ~19

Delete a resume.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

duplicate_resume ~19

Duplicate a resume.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

export_ats_pdf ~52

Compile a resume to an ATS-friendly PDF via LaTeX. Saves to outPath if given, otherwise returns a base64 PDF.

NameTypeReqDescription
idstringyes–
outPathstring––

No output schema declared.

No examples provided.

export_latex ~42

Render a resume to LaTeX source (string). Optionally save to outPath.

NameTypeReqDescription
idstringyes–
outPathstring––

No output schema declared.

No examples provided.

get_resume ~21

Get a resume by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

list_resumes ~13

List all resumes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_entry ~35

Remove an entry.

NameTypeReqDescription
entryIdstringyes–
idstringyes–
sectionIdstringyes–

No output schema declared.

No examples provided.

remove_section ~29

Remove a section by id.

NameTypeReqDescription
idstringyes–
sectionIdstringyes–

No output schema declared.

No examples provided.

rename_section ~34

Rename a section.

NameTypeReqDescription
idstringyes–
sectionIdstringyes–
titlestringyes–

No output schema declared.

No examples provided.

reorder_sections ~29

Reorder sections by id list.

NameTypeReqDescription
idstringyes–
orderarrayyes–

No output schema declared.

No examples provided.

score_resume ~22

Run Resume Worded-style scoring.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

set_locale ~33

Patch locale (language, dateFormat, pageFormat).

NameTypeReqDescription
idstringyes–
patchobjectyes–

No output schema declared.

No examples provided.

set_personal_info ~34

Patch personal info (only included keys are updated).

NameTypeReqDescription
idstringyes–
patchobjectyes–

No output schema declared.

No examples provided.

set_styling ~39

Patch styling (accent, fonts, spacing, layout, photo, …).

NameTypeReqDescription
idstringyes–
patchobjectyes–

No output schema declared.

No examples provided.

set_summary ~30

Replace the Summary section's body HTML.

NameTypeReqDescription
htmlstringyes–
idstringyes–

No output schema declared.

No examples provided.

set_template ~25

Switch template.

NameTypeReqDescription
idstringyes–
templatestringyes–

No output schema declared.

No examples provided.

skill_search ~29

Fuzzy-search the skills dictionary.

NameTypeReqDescription
limitnumber––
querystringyes–

No output schema declared.

No examples provided.

tailor_to_jd ~38

Match resume against a JD; returns relevancy score and missing keywords.

NameTypeReqDescription
idstringyes–
jdstringyes–

No output schema declared.

No examples provided.

templates_list ~14

List installed templates with categories.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

title_search ~21

Fuzzy-search job titles.

NameTypeReqDescription
querystringyes–

No output schema declared.

No examples provided.

toggle_section_visibility ~37

Toggle a section's visibility.

NameTypeReqDescription
idstringyes–
sectionIdstringyes–
visibleboolean––

No output schema declared.

No examples provided.

update_entry ~42

Patch an entry.

NameTypeReqDescription
entryIdstringyes–
idstringyes–
patchobjectyes–
sectionIdstringyes–

No output schema declared.

No examples provided.

verb_lookup ~51

Return action verbs for a category. Categories: accomplishment, communication, entrepreneurial, executive, leadership, research, problem-solving, process-improvement, financial, design, administrative, engineering.

NameTypeReqDescription
categorystringyes–

No output schema declared.

No examples provided.

Common questions

What is the com.juicedresume/mcp server?

com.juicedresume/mcp is listed in the public MCP registry as com.juicedresume/mcp. Score, tailor, and export resumes from any MCP client, 60+ ATS checks and JD tailoring. This page covers its npm package (@juicedresume/mcp).

Is the com.juicedresume/mcp server safe to use?

com.juicedresume/mcp scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.juicedresume/mcp server expose?

com.juicedresume/mcp exposes 27 tools: list_resumes, get_resume, create_resume, delete_resume, duplicate_resume, and 22 more. Their descriptions and schemas cost roughly 866 tokens of context every time the server is loaded.

Is the com.juicedresume/mcp server still maintained?

com.juicedresume/mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the com.juicedresume/mcp server under?

com.juicedresume/mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.