# io.github.theluckystrike/resume-cover-letter-docx-generator (remote · mcp.zovo.one)

Tailor a resume and write a cover letter as real Word .docx files from facts you stored once.

- Trust score: 81/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.zovo.one`: 81/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/mcp-resume.md), [page](https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/mcp-resume)
- mcpb · `resume.mcpb`: 47/100, [markdown](https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-resume-mcp.md), [page](https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-resume-mcp)

## Channel facts

- Endpoint: `https://mcp.zovo.one/mcp/resume`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.22.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 65% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 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.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.theluckystrike/resume-cover-letter-docx-generator MCP server?

io.github.theluckystrike/resume-cover-letter-docx-generator is a hosted endpoint at https://mcp.zovo.one/mcp/resume, 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.

### Claude

```bash
claude mcp add --transport http theluckystrike-resume-cover-letter-docx-generato 'https://mcp.zovo.one/mcp/resume'
```

### Cursor

```json
{
  "mcpServers": {
    "theluckystrike-resume-cover-letter-docx-generato": {
      "url": "https://mcp.zovo.one/mcp/resume"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "theluckystrike-resume-cover-letter-docx-generato": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/resume"
    }
  }
}
```

### Codex

```toml
[mcp_servers.theluckystrike-resume-cover-letter-docx-generato]
url = "https://mcp.zovo.one/mcp/resume"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-resume-cover-letter-docx-generato": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/resume",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add theluckystrike-resume-cover-letter-docx-generato --url 'https://mcp.zovo.one/mcp/resume' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  theluckystrike-resume-cover-letter-docx-generato:
    url: "https://mcp.zovo.one/mcp/resume"
```

### Netclaw

```json
{
  "McpServers": {
    "theluckystrike-resume-cover-letter-docx-generato": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/resume"
    }
  }
}
```

### Vellum

```bash
assistant mcp add theluckystrike-resume-cover-letter-docx-generato -t streamable-http -u 'https://mcp.zovo.one/mcp/resume'
```

### Other

```json
{
  "mcpServers": {
    "theluckystrike-resume-cover-letter-docx-generato": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/resume"
    }
  }
}
```

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 81, +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.

### 2026-09-18 (score 80, +55)

- [security regression] Authorization: unverified → fail
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: unverified → pass
- [functional improvement] Endpoint reachability: behind authorisation → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Stability: unverified → 0.30
- [functional improvement] MCP protocol: unverified → pass
- [functional] Server version: 0.21.0 → 0.22.0

### 2026-09-17 (score 25, −54)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Stability: 0.23 → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Transport: pass → unverified
- [security regression] Authorization: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-09-15 (score 79, +1)

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

### 2026-09-13 (score 78, +1)

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

### 2026-09-11 (score 77, +1)

- [security] Tool “resume_to_html” rewrote its description, which is the text the model reads
- [security] Tool “doc_delete_upload” rewrote its description, which is the text the model reads
- [security] Tool “license_activate” rewrote its description, which is the text the model reads
- [functional] New prompt “upgrade_to_pro”
- [functional] New resource “pricing”

### 2026-09-10 (score 76, +1)

- [security] Tool “resume_read” rewrote its description, which is the text the model reads
- [security] Tool “resume_to_html” rewrote its description, which is the text the model reads
- [security] Tool “resume_to_markdown” rewrote its description, which is the text the model reads
- [security] Tool “cover_letter_create” rewrote its description, which is the text the model reads
- [security] Tool “license_activate” rewrote its description, which is the text the model reads
- [security] Tool “license_status” rewrote its description, which is the text the model reads
- [security] Tool “profile_get” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03
- [cosmetic] “license_activate” reworded the description of “key”

### 2026-09-09 (score 75, +39)

- [security improvement] Transport: unverified → pass
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [security] Authorization: Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 65
- [functional] First check of Schema quality: fail
- [functional] First check of Destructive annotations: 0
- [functional] First check of Schema quality: good

## MCP tools (13)

### `profile_set` (~414 tokens)

Store your CV facts

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.

Input parameters:

- `accent_color` (string): Letterhead colour, six hex digits, e.g. 1F3864. Pro only.
- `certifications` (array)
- `education` (array)
- `email` (string): Your 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
- `experience` (array): Roles 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…
- `languages` (array)
- `links` (array): Portfolio, LinkedIn, GitHub
- `location` (string)
- `merge` (boolean): Update 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
- `name` (string): Your 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
- `phone` (string): Your own phone number. Defaults to the shared business profile's phone
- `replace` (boolean): Discard the stored profile and store exactly what this call carries. Required when a profile already exists, unless you pass merge
- `skills` (array)
- `summary` (string): Two or three lines. Used verbatim as the fit paragraph of a cover letter.
- `variant` (string): Name a second profile, e.g. "backend". One profile per data directory on the free tier; named variants are Pro only.

### `profile_get` (~52 tokens)

Show the stored profile

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.

Input parameters:

- `variant` (string)

### `resume_create` (~237 tokens)

Write a resume .docx

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.

Input parameters:

- `keywords` (array): From 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_pages` (integer): Bullets are ordered by relevance to target_role and keywords, then trimmed to fit this many pages against a measured word budget. Default 2.
- `out_path` (string): Where to write the .docx. Defaults to <data dir>/documents/<name>-resume.docx, numbered -2, -3, ... if that exists.
- `overwrite` (boolean): Replace an existing file at out_path. Default false: the call fails and nothing is written.
- `style` (string): Free tier prints "modern" only; "classic" and "compact" are Pro.
- `target_role` (string): Printed under your name and used to rank bullets
- `variant` (string)

### `resume_to_markdown` (~72 tokens)

Resume as markdown

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.

Input parameters:

- `max_pages` (integer)
- `target_role` (string)
- `variant` (string)

### `resume_to_html` (~162 tokens)

Printable resume HTML

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.

Input parameters:

- `max_pages` (integer): Bullets are trimmed to fit this many pages against a measured word budget. Default 2.
- `out_path` (string): Where to write the .html. Defaults to <data dir>/documents/<name>-resume.html, numbered -2, -3, ... if that exists.
- `overwrite` (boolean): Replace an existing file at out_path. Default false: the call fails and nothing is written.
- `target_role` (string)
- `variant` (string)

### `resume_read` (~120 tokens)

Read an existing resume .docx

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.

Input parameters:

- `docx_base64` (string): The .docx itself, base64-encoded, instead of uploading it first
- `path` (string): Name of a document uploaded with doc_upload
- `save` (boolean): Store the result as the profile. Review it first.
- `variant` (string)

### `cover_letter_create` (~228 tokens)

Write a cover letter .docx

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.

Input parameters:

- `company` (string, required)
- `highlights` (array): Points to lead with. Each is checked against the profile; anything not found there is returned as a bracketed prompt, not printed as fact.
- `hiring_manager` (string)
- `job_description` (string): Paste 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_path` (string): Where to write the .docx. Defaults to <data dir>/documents/<company>-<role>-cover-letter.docx, numbered -2, -3, ... if that exists.
- `overwrite` (boolean): Replace an existing file at out_path. Default false: the call fails and nothing is written.
- `role` (string, required)
- `tone` (string): Default "formal".

### `tailor_to_job` (~104 tokens)

Gap analysis against a posting

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.

Input parameters:

- `job_description` (string, required): Paste the posting. The free tier reads up to 2,000 characters; Pro reads any length.
- `limit` (integer): How many keywords to extract from the posting. Default 30.
- `variant` (string)

### `license_status` (~55 tokens)

License status

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.

### `license_activate` (~76 tokens)

Activate license

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.

Input parameters:

- `key` (string, required): License key from checkout, MCPL1.<payload>.<signature>

### `doc_upload` (~302 tokens)

Upload a .docx to work on

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.

Input parameters:

- `docx_base64` (string): The .docx file, base64-encoded
- `name` (string, required): Name to refer to this document by: 1-64 characters of letters, digits, underscore or dash, e.g. "contract"
- `url` (string): url: 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

### `doc_files` (~20 tokens)

List uploaded documents

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

### `doc_delete_upload` (~56 tokens)

Delete an uploaded document

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.

Input parameters:

- `name` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/mcp-resume#diagnostics

## Score history

- 2026-09-20: 81
- 2026-09-19: 80
- 2026-09-18: 80
- 2026-09-17: 25
- 2026-09-16: 79
- 2026-09-15: 79
- 2026-09-14: 78
- 2026-09-13: 78
- 2026-09-12: 77
- 2026-09-11: 77
- 2026-09-10: 76
- 2026-09-09: 75
- 2026-09-08: 36
- 2026-09-07: 36
- 2026-09-06: 36
- 2026-09-05: 36
- 2026-09-04: 36
- 2026-09-03: 36

## Common questions

### What is the io.github.theluckystrike/resume-cover-letter-docx-generator MCP server?

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

### Is the io.github.theluckystrike/resume-cover-letter-docx-generator MCP server safe to use?

io.github.theluckystrike/resume-cover-letter-docx-generator scores 81 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/resume-cover-letter-docx-generator MCP server expose?

io.github.theluckystrike/resume-cover-letter-docx-generator 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/resume-cover-letter-docx-generator MCP server require authentication?

Yes. io.github.theluckystrike/resume-cover-letter-docx-generator 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/resume-cover-letter-docx-generator MCP server still maintained?

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

## Links

- Remote endpoint: https://mcp.zovo.one/mcp/resume
- Authorisation metadata: https://mcp.zovo.one/.well-known/oauth-protected-resource/mcp/resume
- Repository: https://github.com/theluckystrike/mcp-servers
- Website: https://mcp.zovo.one/s/resume
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/mcp-resume.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/mcp-resume.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-resume-cover-letter-docx-generator/mcp-resume
