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/checklist

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

Reusable checklists and dated runs of them: pass, fail, not applicable, and a sign-off.

79 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 Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2146 tokens (~119/item across 18 items; 16 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 Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% 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 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "checklist_item_remove" implies "remove" 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 17 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/checklist MCP server?

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

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.

  • 19 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.

  • 18 Sept 26 0
    • Stability: unverified → 0.03 functional
  • 17 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 20 Sept 2026 · Probed https://mcp.zovo.one/mcp/checklist

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/checklist Verified 200
http (plaintext) http://mcp.zovo.one/mcp/checklist HTTPS enforced 301 https://mcp.zovo.one/mcp/checklist
MCP tools · 16 exposed · ~2,053 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
checklist_create ~132

Create a reusable checklist and return its CL-NNNN id: a name, a category and an optional description. Add the steps with checklist_item_add. Free tier: 3 checklists, and unlimited runs of them.

NameTypeReqDescription
categorystringA grouping key, lower-cased and hyphenated, e.g. handover or safety. Default general
descriptionstringWhat this checklist is for and when to run it, printed at the top of a blank copy
namestringyesWhat the checklist is, e.g. Pre-delivery vehicle check or Site handover

No output schema declared.

No examples provided.

checklist_delete ~97

Delete a checklist and its steps for good. Runs already started from it are untouched and stay readable: a run carries its own copy of the steps, so deleting the checklist does not erase what anybody signed.

NameTypeReqDescription
checkliststringyesThe checklist id, e.g. CL-0001, or its name when only one carries it
confirmbooleanyesMust be true. There is no undo and nothing is copied anywhere first

No output schema declared.

No examples provided.

checklist_item_add ~212

Add one step to a checklist and return its I01-style id: the text, an optional section heading, and whether it is required. A required step that is unanswered or failed blocks sign-off; an optional one does not.

NameTypeReqDescription
checkliststringyesThe checklist id, e.g. CL-0001, or its name when only one carries it
notestringGuidance printed under the step, e.g. the tolerance or the standard it is checked against
positionintegerInsert at this 1-based position instead of at the end. Existing steps keep their ids
requiredbooleanWhether sign-off is blocked while this step is unanswered or failed. Default true
sectionstringA heading to group this step under, e.g. Exterior. Steps keep the order they were added within a section
textstringyesThe step, as the person doing it will read it, e.g. Tyre pressures checked and recorded

No output schema declared.

No examples provided.

checklist_item_remove ~96

Remove one step from a checklist by its I01-style id and bump the checklist version. Runs already under way keep the step they started with, so nothing anybody already ticked is rewritten.

NameTypeReqDescription
checkliststringyesThe checklist id, e.g. CL-0001, or its name when only one carries it
itemstringyesThe step id, e.g. I03, as shown by checklist_show

No output schema declared.

No examples provided.

checklist_list ~96

Every checklist with its category, version, step count and how many runs came from it. Filter by category or by a word in the name. Returns at most 500 rows, newest change first.

NameTypeReqDescription
categorystringOnly checklists in this category, matched after the same lower-case hyphenation applied on create
containsstringOnly checklists whose name contains this text, matched case-insensitively

No output schema declared.

No examples provided.

checklist_show ~102

One checklist with its steps in order, grouped by section, plus how many are required and how many runs have been started from it. Pass as_text for a blank printable copy with a box against each step.

NameTypeReqDescription
as_textbooleanReturn a blank printable copy as plain text as well as the structured view. Default false
checkliststringyesThe checklist id, e.g. CL-0001, or its name when only one carries it

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.

run_check ~202

Mark one step pass, fail or na, with who did it and when. na means the step did not apply; it counts as answered and never as passed. A step can be answered again while the run is open, and the last answer stands.

NameTypeReqDescription
atstringThe day it was answered, YYYY-MM-DD. Default the run's own date
bystringWho answered it. Printed against the step on the report
itemstringyesThe step id, e.g. I03, as shown by run_show
notestringWhat was found. Say why on a fail: the report prints this under the step
runstringyesThe run id, e.g. RUN-2026-0001, or its title when only one carries it
statestringyespass, fail, na for did not apply, or pending to put the step back to unanswered

No output schema declared.

No examples provided.

run_delete ~105

Delete a run for good, with every answer on it. A signed-off run is refused: it is the record of what somebody put their name to. Abandon a run you no longer want instead of deleting a signed one.

NameTypeReqDescription
confirmbooleanyesMust be true. There is no undo and nothing is copied anywhere first
runstringyesThe run id, e.g. RUN-2026-0001, or its title when only one carries it

No output schema declared.

No examples provided.

run_list ~139

Runs newest first, with their checklist, progress and sign-off state. Filter by checklist, by status, by reference or to open runs only. Returns at most 500 rows.

NameTypeReqDescription
checkliststringOnly runs of this checklist, by id or name
open_onlybooleanOnly open and complete runs, the ones still editable. Default false
referencestringOnly runs against this job, order or asset id, matched case-insensitively
statusstringOnly runs in this status
with_failuresbooleanOnly runs that have at least one failed step. Default false

No output schema declared.

No examples provided.

run_report ~177

The run as plain text on every tier: every step with its mark, who answered it, the notes, the counts and a signature block or the recorded signature. Pro also gets it back as a .txt download link valid for one hour, named by out_path.

NameTypeReqDescription
out_pathstringName for the downloaded .txt file, e.g. site-handover-run. Pro only. Omit to get the report back as text, which every tier can do; the file comes back as a download link valid for one hour
overwritebooleanReplace out_path if a file is already there. Default false, and an existing file is refused with nothing written
runstringyesThe run id, e.g. RUN-2026-0001, or its title when only one carries it

No output schema declared.

No examples provided.

run_show ~83

The whole run: every step with its answer, who answered it and when, grouped by section, plus the pass, fail and outstanding counts, the failures in full, and whether it can be signed off and why not.

NameTypeReqDescription
runstringyesThe run id, e.g. RUN-2026-0001, or its title when only one carries it

No output schema declared.

No examples provided.

run_sign_off ~169

Sign off a completed run with a name and a date, which freezes it. Refused while a required step is unanswered or failed, unless force is true, and either way the exceptions stay on the record and print on the report.

NameTypeReqDescription
bystringyesWho is signing it off, as it should read on the document
datestringThe day it was signed, YYYY-MM-DD. Default today
forcebooleanSign off even though required steps are unanswered or failed. Default false; the reasons come back either way
notestringWhat the signature covers, or the exception being accepted
runstringyesThe run id, e.g. RUN-2026-0001, or its title when only one carries it

No output schema declared.

No examples provided.

run_start ~170

Start a dated run of a checklist and return its RUN-YYYY-NNNN id. The steps are COPIED into the run, so editing the checklist afterwards never changes a run already under way. Runs are free and never capped.

NameTypeReqDescription
checkliststringyesThe checklist id, e.g. CL-0001, or its name when only one carries it
datestringThe day the run happened, YYYY-MM-DD. Default today
notestring
referencestringThe job, order or asset id this run belongs to, e.g. WO-2026-0044. Named only; no sibling store is opened
titlestringyesWhat this run is against, e.g. Van BX21 KLM, February service

No output schema declared.

No examples provided.

run_status ~142

Move a run back to open so a step can be answered again, or abandon it when the job did not happen. A signed-off run is refused: a signature is the point at which a run stops moving.

NameTypeReqDescription
datestringThe day the step happened, YYYY-MM-DD. Default today
notestringWhy. Kept on the run's history and printed nowhere else
runstringyesThe run id, e.g. RUN-2026-0001, or its title when only one carries it
statusstringyesopen puts a complete run back into edit; abandoned closes it without a signature

No output schema declared.

No examples provided.

Common questions

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

io.github.theluckystrike/checklist is an MCP server listed in the public MCP registry as io.github.theluckystrike/checklist. Reusable checklists and dated runs of them: pass, fail, not applicable, and a sign-off. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/checklist).

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

io.github.theluckystrike/checklist scores 79 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/checklist MCP server expose?

io.github.theluckystrike/checklist exposes 16 tools: checklist_create, checklist_item_add, checklist_item_remove, checklist_show, checklist_list, and 11 more. Their descriptions and schemas cost roughly 2,053 tokens of context every time the server is loaded.

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

Yes. io.github.theluckystrike/checklist 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/checklist MCP server still maintained?

io.github.theluckystrike/checklist 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.