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.

io.github.theluckystrike/career

REMOTE · MCP.ZOVO.ONE · 2 COMPONENTS · SCANNED SEP 24

Tailor a career resume and cover letter as real Word docx files from stored facts.

78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1972 tokens (~131/item across 15 items; 13 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 65% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "doc_upload" implies "send" 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 14 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 io.github.theluckystrike/career MCP server?

io.github.theluckystrike/career is a hosted endpoint at https://mcp.zovo.one/mcp/career, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.zovo.one

# add to Claude Code
claude mcp add --transport http theluckystrike-career 'https://mcp.zovo.one/mcp/career'
// .cursor/mcp.json
{
  "mcpServers": {
    "theluckystrike-career": {
      "url": "https://mcp.zovo.one/mcp/career"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "theluckystrike-career": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/career"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.theluckystrike-career]
url = "https://mcp.zovo.one/mcp/career"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-career": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/career",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add theluckystrike-career --url 'https://mcp.zovo.one/mcp/career' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  theluckystrike-career:
    url: "https://mcp.zovo.one/mcp/career"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "theluckystrike-career": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/career"
    }
  }
}
# add to Vellum
assistant mcp add theluckystrike-career -t streamable-http -u 'https://mcp.zovo.one/mcp/career'
// mcp.json
{
  "mcpServers": {
    "theluckystrike-career": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/career"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 24 Sept 26 0
    • Stability: unverified → 0.03 functional
  • 23 Sept 26 78

    First indexed and scored.

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 24 Sept 2026 · Probed https://mcp.zovo.one/mcp/career

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=zovo.one CN=WE1,O=Google Trust Services,C=US 2 Sept 2026 1 Dec 2026 ECDSA 256 ECDSA-SHA256 ef74739bd6e575bb13db69661e215324
SANs: zovo.one, mcp.zovo.one, *.mcp.zovo.one
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.zovo.one. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
one. present 64939 8 Verified
zovo.one. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="mcp.zovo.one", error="invalid_token", resource_metadata="https://mcp.zovo.one/.well-known/oauth-protected-resource"

Bearer realm="mcp.zovo.one", error="invalid_token", resource_metadata="https://mcp.zovo.one/.well-known/oauth-protected-resource"
Header Value
strict-transport-security max-age=15552000; includeSubDomains; preload
x-content-type-options nosniff

Protected resource metadata

Document https://mcp.zovo.one/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://mcp.zovo.one
Authorisation server https://mcp.zovo.one

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.zovo.one/mcp/career Verified 200
http (plaintext) http://mcp.zovo.one/mcp/career HTTPS enforced 301 https://mcp.zovo.one/mcp/career
MCP tools · 13 exposed · ~1,898 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
cover_letter_create ~228

Call this tool to write a one-page cover letter .docx from the stored profile and return the path, word count and bracketed prompts. Nothing from the posting is restated as yours. Free: 3 a month.

NameTypeReqDescription
companystringyes
highlightsarrayPoints to lead with. Each is checked against the profile; anything not found there is returned as a bracketed prompt, not printed as fact.
hiring_managerstring
job_descriptionstringPaste the posting. Used only to pick which of your own skills to lead with; no figure from the posting is ever restated as yours.
out_pathstringWhere to write the .docx. Defaults to <data dir>/documents/<company>-<role>-cover-letter.docx, numbered -2, -3, ... if that exists.
overwritebooleanReplace an existing file at out_path. Default false: the call fails and nothing is written.
rolestringyes
tonestringDefault "formal".

No output schema declared.

No examples provided.

doc_delete_upload ~56

Delete one document uploaded for your token: name is the name it was uploaded under, without .docx. doc_files lists them. A name nothing is stored under is refused and nothing is deleted.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

doc_files ~20

List the documents uploaded for your token, with their sizes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

doc_upload ~302

Send an existing Word document to this hosted endpoint. There is no filesystem here, so instead of a path you upload the file once with doc_upload and then pass its name as `path` to doc_read, doc_to_html and doc_fill_template. Give exactly one of docx_base64 or url. url: fetch a public file instead of pasting base64 (recommended above about 10 KB): a 13 KB base64 paste can take minutes to write out, while a url costs one line and the fetch happens here (10 second timeout, at most 3 redirects, public http(s) hosts only, 2 MB cap). Uploads are kept for your token between calls; doc_read and doc_fill_template also take docx_base64 directly; that file is stored under the name you give (default 'inline' / 'template') and can be removed with doc_delete_upload. Documents this server writes come back as a download link valid for one hour.

NameTypeReqDescription
docx_base64stringThe .docx file, base64-encoded
namestringyesName to refer to this document by: 1-64 characters of letters, digits, underscore or dash, e.g. "contract"
urlstringurl: fetch a public file instead of pasting base64 (recommended above about 10 KB). Public http(s) only; private, link-local and this endpoint's own zone are refused

No output schema declared.

No examples provided.

license_activate ~76

Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.

NameTypeReqDescription
keystringyesLicense key from checkout, MCPL1.<payload>.<signature>

No output schema declared.

No examples provided.

license_status ~55

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

profile_get ~52

Return the stored CV profile exactly as resume_create, cover_letter_create and tailor_to_job will use it, plus the variant read and every stored variant name. Call it before any rewrite.

NameTypeReqDescription
variantstring

No output schema declared.

No examples provided.

profile_set ~414

Store the profile every resume and cover letter is built from: contact details, summary, skills, roles with bullets, education, certifications and languages. Returns a count of what was stored.

NameTypeReqDescription
accent_colorstringLetterhead colour, six hex digits, e.g. 1F3864. Pro only.
certificationsarray
educationarray
emailstringYour own email address. Leave it out and the shared business profile's email is used; with neither, letters and letterheads show "[add: email]" and say so. Never invent one
experiencearrayRoles in any order you like -- profile_set sorts and stores them newest-first (an open role with no `end` first, then by `end` descending, then by `start` descending) before saving, since page-budget…
languagesarray
linksarrayPortfolio, LinkedIn, GitHub
locationstring
mergebooleanUpdate the stored profile: fields you pass replace their stored value, fields you leave out are kept. Required when a profile already exists, unless you pass replace
namestringYour own name. Leave it out and the shared business profile's name is used, so you are never asked for a name the suite already holds
phonestringYour own phone number. Defaults to the shared business profile's phone
replacebooleanDiscard the stored profile and store exactly what this call carries. Required when a profile already exists, unless you pass merge
skillsarray
summarystringTwo or three lines. Used verbatim as the fit paragraph of a cover letter.
variantstringName a second profile, e.g. "backend". One profile per data directory on the free tier; named variants are Pro only.

No output schema declared.

No examples provided.

resume_create ~237

Call this tool to write the stored profile to a Word .docx. Returns the output path, the estimated page count, which bullets were dropped to fit, and which keywords matched or are missing.

NameTypeReqDescription
keywordsarrayFrom the posting. A keyword that appears anywhere in the profile is printed in bold; one that does not is reported as missing and is never added to the resume.
max_pagesintegerBullets are ordered by relevance to target_role and keywords, then trimmed to fit this many pages against a measured word budget. Default 2.
out_pathstringWhere to write the .docx. Defaults to <data dir>/documents/<name>-resume.docx, numbered -2, -3, ... if that exists.
overwritebooleanReplace an existing file at out_path. Default false: the call fails and nothing is written.
stylestringFree tier prints "modern" only; "classic" and "compact" are Pro.
target_rolestringPrinted under your name and used to rank bullets
variantstring

No output schema declared.

No examples provided.

resume_read ~120

Call this tool to read an existing .docx resume into the profile shape, with the sections found and anything unplaced. It saves nothing unless save is true, so review it first. .doc and .rtf are refused.

NameTypeReqDescription
docx_base64stringThe .docx itself, base64-encoded, instead of uploading it first
pathstringName of a document uploaded with doc_upload
savebooleanStore the result as the profile. Review it first.
variantstring

No output schema declared.

No examples provided.

resume_to_html ~162

Call this tool to write the resume as semantic HTML with a print stylesheet and return where it went; print it to PDF from a browser, because there is no doc_to_pdf here. Bullets are trimmed to fit max_pages. Free.

NameTypeReqDescription
max_pagesintegerBullets are trimmed to fit this many pages against a measured word budget. Default 2.
out_pathstringWhere to write the .html. Defaults to <data dir>/documents/<name>-resume.html, numbered -2, -3, ... if that exists.
overwritebooleanReplace an existing file at out_path. Default false: the call fails and nothing is written.
target_rolestring
variantstring

No output schema declared.

No examples provided.

resume_to_markdown ~72

Return the stored profile as markdown text inline, ready to paste into a form or an ATS box. Same page-budget trimming as resume_create for max_pages. Nothing is written to disk. Free.

NameTypeReqDescription
max_pagesinteger
target_rolestring
variantstring

No output schema declared.

No examples provided.

tailor_to_job ~104

READ-ONLY gap analysis against a posting: writes nothing, changes nothing. Returns matched keywords, missing ones, a coverage figure and orderings of facts you already stated. Act on it with resume_create.

NameTypeReqDescription
job_descriptionstringyesPaste the posting. The free tier reads up to 2,000 characters; Pro reads any length.
limitintegerHow many keywords to extract from the posting. Default 30.
variantstring

No output schema declared.

No examples provided.

Common questions

What is the io.github.theluckystrike/career MCP server?

io.github.theluckystrike/career is an MCP server listed in the public MCP registry as io.github.theluckystrike/career. Tailor a career resume and cover letter as real Word docx files from stored facts. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/career).

Is the io.github.theluckystrike/career MCP server safe to use?

io.github.theluckystrike/career scores 78 out of 100 on VerifyMCP. 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 io.github.theluckystrike/career MCP server expose?

io.github.theluckystrike/career exposes 13 tools: profile_set, profile_get, resume_create, resume_to_markdown, resume_to_html, and 8 more. Their descriptions and schemas cost roughly 1,898 tokens of context every time the server is loaded.

Does the io.github.theluckystrike/career MCP server require authentication?

Yes. io.github.theluckystrike/career asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the io.github.theluckystrike/career MCP server still maintained?

io.github.theluckystrike/career is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.