{"name":"io.github.theluckystrike/checklist","slug":"theluckystrike-checklist","title":null,"description":"Reusable checklists and dated runs of them: pass, fail, not applicable, and a sign-off.","url":"https://mcp.market/server/theluckystrike-checklist","rating":null,"grade":"A","score":88,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T00:07:33.000Z","license":"MIT"},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/theluckystrike/mcp-servers","website":"https://mcp.zovo.one/s/checklist","version":"0.22.0","remotes":[{"type":"streamable-http","url":"https://mcp.zovo.one/mcp/checklist","headers":[{"description":"Bearer <Pro license key or anonymous token from GET https://mcp.zovo.one/mcp/token>","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"mcpb","identifier":"https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/checklist.mcpb","version":"0.22.0","fileSha256":"c004888c0418a0ddaa4c96a659e082551c3a00dbfd36f980456deb891c84a3d4","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional Pro license key (MCPL1....). Verified offline.","isSecret":true,"name":"MCP_LICENSE_KEY"}]}],"tools":[{"name":"checklist_create","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","maxLength":200,"description":"What the checklist is, e.g. Pre-delivery vehicle check or Site handover"},"category":{"type":"string","maxLength":60,"description":"A grouping key, lower-cased and hyphenated, e.g. handover or safety. Default general"},"description":{"type":"string","maxLength":2000,"description":"What this checklist is for and when to run it, printed at the top of a blank copy"}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"checklist_delete","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checklist":{"type":"string","maxLength":200,"description":"The checklist id, e.g. CL-0001, or its name when only one carries it"},"confirm":{"type":"boolean","const":true,"description":"Must be true. There is no undo and nothing is copied anywhere first"}},"required":["checklist","confirm"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"checklist_item_add","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"checklist":{"type":"string","maxLength":200,"description":"The checklist id, e.g. CL-0001, or its name when only one carries it"},"text":{"type":"string","maxLength":2000,"description":"The step, as the person doing it will read it, e.g. Tyre pressures checked and recorded"},"section":{"type":"string","maxLength":60,"description":"A heading to group this step under, e.g. Exterior. Steps keep the order they were added within a section"},"required":{"type":"boolean","description":"Whether sign-off is blocked while this step is unanswered or failed. Default true"},"note":{"type":"string","maxLength":2000,"description":"Guidance printed under the step, e.g. the tolerance or the standard it is checked against"},"position":{"type":"integer","minimum":1,"maximum":500,"description":"Insert at this 1-based position instead of at the end. Existing steps keep their ids"}},"required":["checklist","text"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"checklist_item_remove","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checklist":{"type":"string","maxLength":200,"description":"The checklist id, e.g. CL-0001, or its name when only one carries it"},"item":{"type":"string","maxLength":16,"description":"The step id, e.g. I03, as shown by checklist_show"}},"required":["checklist","item"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"checklist_list","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","maxLength":60,"description":"Only checklists in this category, matched after the same lower-case hyphenation applied on create"},"contains":{"type":"string","maxLength":200,"description":"Only checklists whose name contains this text, matched case-insensitively"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"checklist_show","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checklist":{"type":"string","maxLength":200,"description":"The checklist id, e.g. CL-0001, or its name when only one carries it"},"as_text":{"type":"boolean","description":"Return a blank printable copy as plain text as well as the structured view. Default false"}},"required":["checklist"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_activate","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","description":"License key from checkout, MCPL1.<payload>.<signature>"}},"required":["key"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_status","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_check","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run":{"type":"string","maxLength":200,"description":"The run id, e.g. RUN-2026-0001, or its title when only one carries it"},"item":{"type":"string","maxLength":16,"description":"The step id, e.g. I03, as shown by run_show"},"state":{"type":"string","enum":["pending","pass","fail","na"],"description":"pass, fail, na for did not apply, or pending to put the step back to unanswered"},"by":{"type":"string","maxLength":200,"description":"Who answered it. Printed against the step on the report"},"at":{"type":"string","maxLength":10,"description":"The day it was answered, YYYY-MM-DD. Default the run's own date"},"note":{"type":"string","maxLength":2000,"description":"What was found. Say why on a fail: the report prints this under the step"}},"required":["run","item","state"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_delete","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run":{"type":"string","maxLength":200,"description":"The run id, e.g. RUN-2026-0001, or its title when only one carries it"},"confirm":{"type":"boolean","const":true,"description":"Must be true. There is no undo and nothing is copied anywhere first"}},"required":["run","confirm"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_list","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checklist":{"type":"string","maxLength":200,"description":"Only runs of this checklist, by id or name"},"status":{"type":"string","enum":["open","complete","signed_off","abandoned"],"description":"Only runs in this status"},"open_only":{"type":"boolean","description":"Only open and complete runs, the ones still editable. Default false"},"reference":{"type":"string","maxLength":64,"description":"Only runs against this job, order or asset id, matched case-insensitively"},"with_failures":{"type":"boolean","description":"Only runs that have at least one failed step. Default false"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_report","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run":{"type":"string","maxLength":200,"description":"The run id, e.g. RUN-2026-0001, or its title when only one carries it"},"out_path":{"type":"string","maxLength":1000,"description":"Name 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"},"overwrite":{"type":"boolean","description":"Replace out_path if a file is already there. Default false, and an existing file is refused with nothing written"}},"required":["run"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_show","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run":{"type":"string","maxLength":200,"description":"The run id, e.g. RUN-2026-0001, or its title when only one carries it"}},"required":["run"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_sign_off","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run":{"type":"string","maxLength":200,"description":"The run id, e.g. RUN-2026-0001, or its title when only one carries it"},"by":{"type":"string","maxLength":200,"description":"Who is signing it off, as it should read on the document"},"date":{"type":"string","maxLength":10,"description":"The day it was signed, YYYY-MM-DD. Default today"},"note":{"type":"string","maxLength":2000,"description":"What the signature covers, or the exception being accepted"},"force":{"type":"boolean","description":"Sign off even though required steps are unanswered or failed. Default false; the reasons come back either way"}},"required":["run","by"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_start","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checklist":{"type":"string","maxLength":200,"description":"The checklist id, e.g. CL-0001, or its name when only one carries it"},"title":{"type":"string","maxLength":200,"description":"What this run is against, e.g. Van BX21 KLM, February service"},"reference":{"type":"string","maxLength":64,"description":"The job, order or asset id this run belongs to, e.g. WO-2026-0044. Named only; no sibling store is opened"},"date":{"type":"string","maxLength":10,"description":"The day the run happened, YYYY-MM-DD. Default today"},"note":{"type":"string","maxLength":2000}},"required":["checklist","title"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_status","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run":{"type":"string","maxLength":200,"description":"The run id, e.g. RUN-2026-0001, or its title when only one carries it"},"status":{"type":"string","enum":["open","abandoned"],"description":"open puts a complete run back into edit; abandoned closes it without a signature"},"date":{"type":"string","maxLength":10,"description":"The day the step happened, YYYY-MM-DD. Default today"},"note":{"type":"string","maxLength":2000,"description":"Why. Kept on the run's history and printed nowhere else"}},"required":["run","status"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-19T00:28:34.860Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T00:28:34.827Z","components":{"code":{"score":-1,"max":25,"notes":["package could not be scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 183ms"]},"poisoning":{"score":15,"max":15,"notes":["16 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.zovo.one/mcp/checklist","reachable":true,"authRequired":false,"latencyMs":183,"serverInfo":{"name":"mcp-checklist","version":"0.22.0"}}],"packages":[],"repo":{"found":true,"owner":"theluckystrike","repo":"mcp-servers","archived":false,"pushedAt":"2026-09-19T00:07:33Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/51033404?v=4","ownerCreatedAt":"2019-05-25T20:35:39Z","license":"MIT"},"icon":{"url":"https://mcp.zovo.one/favicon.ico","source":"site"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-19T00:07:33.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"C","toGrade":"A","reason":"score 88","createdAt":"2026-09-19T00:28:37.656Z"}],"reviews":[]}