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/docx-document-generator-proposal-contract-markdown

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

Create real Word .docx files from your AI chat: proposals, quotes, contracts, statements of work.

+4 this week 82 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 Security89
Transport & Reachability100
Schema Quality & AI Usability80
  • 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 2442 tokens (~152/item across 16 items; 14 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 Management40
  • Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 84% 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 15 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/docx-document-generator-proposal-c… MCP server?

io.github.theluckystrike/docx-document-generator-proposal-c… is a hosted endpoint at https://mcp.zovo.one/mcp/docx, 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-docx-document-generator-proposal- 'https://mcp.zovo.one/mcp/docx'
// .cursor/mcp.json
{
  "mcpServers": {
    "theluckystrike-docx-document-generator-proposal-": {
      "url": "https://mcp.zovo.one/mcp/docx"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "theluckystrike-docx-document-generator-proposal-": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/docx"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.theluckystrike-docx-document-generator-proposal-]
url = "https://mcp.zovo.one/mcp/docx"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-docx-document-generator-proposal-": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/docx",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add theluckystrike-docx-document-generator-proposal- --url 'https://mcp.zovo.one/mcp/docx' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  theluckystrike-docx-document-generator-proposal-:
    url: "https://mcp.zovo.one/mcp/docx"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "theluckystrike-docx-document-generator-proposal-": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/docx"
    }
  }
}
# add to Vellum
assistant mcp add theluckystrike-docx-document-generator-proposal- -t streamable-http -u 'https://mcp.zovo.one/mcp/docx'
// mcp.json
{
  "mcpServers": {
    "theluckystrike-docx-document-generator-proposal-": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/docx"
    }
  }
}

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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 0
    • Server version: 0.21.0 → 0.22.0 functional
  • 16 Sept 26 +1

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

  • 14 Sept 26 +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.

  • 11 Sept 26 +1
    • 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 security
    • Tool “doc_from_markdown” rewrote its description, which is the text the model reads security
    • New prompt “upgrade_to_pro” functional
    • New resource “pricing” functional
  • 10 Sept 26 +1

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

  • 9 Sept 26 0
    • Tool “doc_fill_template” rewrote its description, which is the text the model reads security
    • Tool “business_set” rewrote its description, which is the text the model reads security
    • Tool “doc_from_markdown” 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
    • Stability: unverified → 0.03 functional
    • “license_activate” reworded the description of “key” cosmetic
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 20 Sept 2026 · Probed https://mcp.zovo.one/mcp/docx

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 Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="mcp.zovo.one", error="invalid_token"

Bearer realm="mcp.zovo.one", error="invalid_token"
Header Value
strict-transport-security max-age=15552000; includeSubDomains; preload
x-content-type-options nosniff

Protected resource metadata

Retrieved No
Problem no_resource_metadata

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/docx Verified 200
http (plaintext) http://mcp.zovo.one/mcp/docx HTTPS enforced 301 https://mcp.zovo.one/mcp/docx
MCP tools · 14 exposed · ~2,365 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
business_set ~399

Store the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults. It writes the SAME shared profile as the invoice server's business_set.

NameTypeReqDescription
addressstringPostal address, newlines allowed
bankstringBank name / BIC
brand_colorstringLetterhead colour as a hex code, e.g. 1F3864 (Pro)
default_currencystringISO code, e.g. EUR, USD. Default EUR
default_tax_ratenumberDefault VAT percent, quoted on proposals
emailstringYour own email address, printed on every letterhead. Leave it out unless the user gave it: a document that shows an address nobody supplied is worse than one that shows [add: email]
ibanstringIBAN or account number for payment
invoice_prefixstringReference prefix used by mcp-invoice; this profile has the same field shape as mcp-invoice, so one profile serves both
logo_pathstringPath to a PNG or JPG logo for the letterhead (Pro)
namestringyesYour business or freelancer name, printed on the letterhead of every proposal, contract and letter
payment_terms_daysnumberDefault days until payment is due. Default 14
phonestringYour own phone number. Same rule as email: only if the user gave it
tax_ratenumberAlias for default_tax_rate
timezonestringIANA zone you work in, e.g. Europe/Warsaw. Shared with time-tracker and timezone as your home zone
vatnumberAlias for default_tax_rate
vat_idstringVAT / tax registration id
vat_ratenumberAlias for default_tax_rate

No output schema declared.

No examples provided.

contract_create ~229

Call this tool to produce a freelance service agreement .docx. Returns the reference, the fee and the file path. It is a template skeleton for a lawyer to review, not legal advice. Free tier: 3 agreements per month.

NameTypeReqDescription
clausesarrayExtra clauses to append, one paragraph each
clientstringyesThe client's legal name
end_datestringYYYY-MM-DD, omit for an open-ended engagement
feeobjectyes
governing_lawstringe.g. 'the laws of Poland'
out_pathstringWhere to write the .docx. Defaults to the data directory
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
servicesstringyesWhat you will do, one or two sentences. The document adds parties, term, fee and schedule, plus standard clauses on intellectual property, confidentiality, independent contractor status, liability, t…
start_datestringyesYYYY-MM-DD

No output schema declared.

No examples provided.

doc_create ~213

Call this tool to write a real .docx file from structured sections. Returns the file path, the number of blocks written and the layout used. Free and unlimited.

NameTypeReqDescription
datestringDate line for the letter layout, default today
out_pathstringWhere to write the .docx. Defaults to the data directory
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
recipientstringAddressee block for the letter layout
sectionsarrayyesSections in order. Each one may carry a heading, paragraphs, a bullet or numbered list and a table
stylestringLayout, default plain. plain is the title and the body; letter adds a sender block top right, a date and the addressee; proposal adds a letterhead band and a cover title
titlestringyesDocument title, used as the top heading and the file name

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_fill_template ~183

Call this tool to replace {{placeholders}} in a .docx and write a new file, reporting what was filled, unfilled or ignored. Call it with no values to list them. Free: templates up to 10 placeholders.

NameTypeReqDescription
docx_base64stringThe .docx template itself, base64-encoded, instead of uploading it first
out_pathstringWhere to write the filled .docx. Defaults to <template>-filled.docx
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
template_pathstringName of a template uploaded with doc_upload
valuesobjectPlaceholder name to value, e.g. {client: "Acme", fee: "EUR 4,500.00"}

No output schema declared.

No examples provided.

doc_from_markdown ~182

Call this tool to turn markdown into a .docx, returning the file and a count of blocks by type. Headings, lists, GFM tables and code fences are honoured. Empty markdown is refused, and so is overwriting without the flag.

NameTypeReqDescription
markdownstringyesThe markdown source. ATX headings, paragraphs, bullet and numbered lists, GFM pipe tables and fenced code blocks as monospace are honoured, as are **bold**, *italic* and `code` inline
out_pathstringWhere to write the .docx. Defaults to the data directory
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
stylestring
titlestringDocument title; defaults to the first heading in the markdown

No output schema declared.

No examples provided.

doc_read ~110

Call this tool to extract the text of an existing .docx. Returns an outline of the headings and the full text in document order, or the block structure. Free and unlimited.

NameTypeReqDescription
docx_base64stringThe .docx itself, base64-encoded, instead of uploading it first
formatstringtext (default) returns the readable text, json returns the block structure in document order
pathstringName of a document uploaded with doc_upload

No output schema declared.

No examples provided.

doc_to_html ~122

Call this tool to convert a .docx to semantic HTML you can open in a browser and print to PDF. Returns the path of the .html file. This is the supported PDF route; no PDF is rendered here. Free and unlimited.

NameTypeReqDescription
out_pathstringName for the downloaded .html file
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
pathstringyesName of a document uploaded with doc_upload, or a document this server just wrote

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.

proposal_create ~269

Call this tool to produce a client-ready .docx proposal from summary, scope, deliverables, timeline, price and terms. Returns the reference, the total and the file path. Free tier: 3 proposals or contracts per month.

NameTypeReqDescription
clientstringyesClient name, printed as 'Prepared for'. The letterhead comes from your business_set profile
deliverablesarrayWhat the client receives, one bullet each. Omitted from the document if not given or empty
out_pathstringWhere to write the .docx. Defaults to the data directory
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
priceobjectyes
project_titlestringyesProject title
scopearrayWhat is in scope, one bullet each. Omitted from the document if not given or empty
summarystringOne or two paragraphs on the problem and the approach. Omitted from the document if not given
timelinearrayPhases and their durations, rendered as a table. Omitted from the document if not given or empty
valid_untilstringYYYY-MM-DD, the date the quote expires

No output schema declared.

No examples provided.

proposal_update ~149

Rewrite an existing proposal in place from its reference. Only the fields you pass change; the rest comes from the data stored at creation. Returns the fields that changed and the file path.

NameTypeReqDescription
clientstring
deliverablesarray
priceobject
project_titlestring
referencestringyesThe proposal reference, e.g. PROP-2026-0001. The same file and the same reference number are kept, so no second document is burned against the free-tier monthly count
scopearray
summarystring
timelinearray
valid_untilstring

No output schema declared.

No examples provided.

Common questions

What is the io.github.theluckystrike/docx-document-generator-proposal-c… MCP server?

io.github.theluckystrike/docx-document-generator-proposal-c… is an MCP server listed in the public MCP registry as io.github.theluckystrike/docx-document-generator-proposal-c…. Create real Word .docx files from your AI chat: proposals, quotes, contracts, statements of work. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/docx).

Is the io.github.theluckystrike/docx-document-generator-proposal-c… MCP server safe to use?

io.github.theluckystrike/docx-document-generator-proposal-c… scores 82 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/docx-document-generator-proposal-c… MCP server expose?

io.github.theluckystrike/docx-document-generator-proposal-c… exposes 14 tools: business_set, doc_create, doc_from_markdown, doc_read, doc_to_html, and 9 more. Their descriptions and schemas cost roughly 2,365 tokens of context every time the server is loaded.

Does the io.github.theluckystrike/docx-document-generator-proposal-c… MCP server require authentication?

Yes. io.github.theluckystrike/docx-document-generator-proposal-c… 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/docx-document-generator-proposal-c… MCP server still maintained?

io.github.theluckystrike/docx-document-generator-proposal-c… 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.