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

MCPB · KANBAN.MCPB · SCANNED SEP 20

A task board for daily standups: columns, due dates, priorities, weekly review.

Available components

+6 this week 54 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security23
  • Malware scan not yet available for this package.Unverified
  • Known CVEs were checked across the 96 of 96 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability88
  • 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
  • Tool/resource definitions use about 1136 tokens (~63/item across 18 items; 17 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 88% 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; "task_delete" implies "delete" 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 18 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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

mcpb · kanban.mcpb

Download bundle
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 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.

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

  • 15 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 +3
    • Stability: unverified → 0.23 functional
  • 7 Sept 26 48

    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 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/kanban.mcpb@0.21.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~1,117 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
board ~37

Column-by-column summary of a project board: task counts and estimate totals.

NameTypeReqDescription
projectstringWhich board; defaults to your busiest one

No output schema declared.

No examples provided.

columns_set ~69

Replace the columns of one board (Pro). Tasks sitting in a removed column move to the first column.

NameTypeReqDescription
columnsarrayyesThe new column names in order, at most 12, e.g. ['inbox','next','doing','done']
projectstringyesWhich board

No output schema declared.

No examples provided.

license_activate ~42

Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

license_status ~23

Show whether this server runs in free or Pro mode and where to upgrade.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

overdue ~59

Every task past its due date, across all boards.

NameTypeReqDescription
as_ofstringMeasure against this day instead of today (YYYY-MM-DD, 'next Monday', '+7d')
limitintegerRows to print; default 200

No output schema declared.

No examples provided.

project_delete ~63

Delete an empty project board and free its free-tier slot. A board that still holds tasks, open or done, is refused with a task named.

NameTypeReqDescription
projectstringyesBoard to remove, e.g. 'Nova Site'. It must hold no tasks at all.

No output schema declared.

No examples provided.

project_list ~22

All project boards with open task counts, remaining estimate and overdue counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

task_add ~200

Add a task to a project board (todo list / kanban card). Optional column, due date, estimate, priority, tags and notes.

NameTypeReqDescription
columnstringColumn to start in; defaults to the first column (backlog)
duestringDue date: YYYY-MM-DD, 'today', 'tomorrow', 'Friday', 'next Monday' or '+3d'
estimate_minutesintegerHow long you think it will take, in minutes
notesstringLonger notes for the task
prioritystringPriority; defaults to normal
projectstringProject or board name. A partial name matching exactly one existing project is used as that project. Defaults to your only board.
tagsarrayFree-form tags, e.g. ['writing','client']
titlestringyesWhat the task is, e.g. 'Write the launch email'

No output schema declared.

No examples provided.

task_delete ~30

Delete a task permanently.

NameTypeReqDescription
idstringyesTask id, e.g. NOVA-12

No output schema declared.

No examples provided.

task_done ~43

Mark a task done: it moves to the done column and is stamped with the time.

NameTypeReqDescription
idstringyesTask id, e.g. NOVA-12

No output schema declared.

No examples provided.

task_list ~136

List tasks as a table, filtered by project, column, tag, due date or overdue.

NameTypeReqDescription
columnstringOnly this column, e.g. 'doing'
due_beforestringOnly tasks due on or before this day (YYYY-MM-DD, 'today', 'Friday', '+7d')
include_donebooleanInclude finished tasks; default false
limitintegerRows to print; default 200
overduebooleanOnly tasks past their due date
projectstringOnly this project
tagstringOnly tasks carrying this tag

No output schema declared.

No examples provided.

task_log_time ~61

Add real minutes worked to a task, so estimate and actual can be compared.

NameTypeReqDescription
idstringyesTask id, e.g. NOVA-12
minutesintegeryesMinutes to add; a negative number corrects an over-count

No output schema declared.

No examples provided.

task_move ~50

Move a task to another column on its board.

NameTypeReqDescription
columnstringyesTarget column, e.g. 'doing'
idstringyesTask id, e.g. NOVA-12

No output schema declared.

No examples provided.

task_search ~47

Find tasks whose title, notes, tags or id match a query.

NameTypeReqDescription
limitintegerRows to print; default 200
querystringyesText to look for

No output schema declared.

No examples provided.

task_start_timer ~53

Return the exact arguments to pass to the time-tracker server's timer_start for this task, and record the link on the task.

NameTypeReqDescription
idstringyesTask id, e.g. NOVA-12

No output schema declared.

No examples provided.

task_update ~129

Change any field of a task: title, notes, due date, estimate, priority, tags or project.

NameTypeReqDescription
columnstring
duestringNew due date, or 'none' to clear it
estimate_minutesinteger
idstringyesTask id, e.g. NOVA-12
notesstring
prioritystring
projectstringMove the task to another existing project board
tagsarrayReplaces the whole tag list
titlestring

No output schema declared.

No examples provided.

weekly_review ~53

Done versus planned for a week, with estimate against actual minutes per project.

NameTypeReqDescription
weekstringISO week, e.g. '2026-W36'. Defaults to this week. Past weeks are a Pro feature.

No output schema declared.

No examples provided.

Common questions

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

io.github.theluckystrike/standup is an MCP server listed in the public MCP registry as io.github.theluckystrike/standup. A task board for daily standups: columns, due dates, priorities, weekly review. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/kanban.mcpb).

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

io.github.theluckystrike/standup scores 54 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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/standup MCP server expose?

io.github.theluckystrike/standup exposes 17 tools: license_status, license_activate, task_add, task_list, task_move, and 12 more. Their descriptions and schemas cost roughly 1,117 tokens of context every time the server is loaded.

What licence is the io.github.theluckystrike/standup MCP server under?

io.github.theluckystrike/standup declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.