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.

Kelvia

NPM · KELVIA-MCP · 2 COMPONENTS · SCANNED AUG 12

Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

82 Trust /100
Trust breakdown (6 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 →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 33 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to gonnagetapower/kelvia-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 1 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
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 4936 tokens (~82/item across 60 items; 58 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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.

npm · kelvia-mcp

# add to Claude Code
claude mcp add gonnagetapower-kelvia-mcp -- npx -y kelvia-mcp
# add to Codex CLI
codex mcp add gonnagetapower-kelvia-mcp -- npx -y kelvia-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gonnagetapower-kelvia-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kelvia-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gonnagetapower-kelvia-mcp --command npx --arg -y --arg kelvia-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gonnagetapower-kelvia-mcp:
    command: "npx"
    args: ["-y", "kelvia-mcp"]
// mcp.json
{
  "mcpServers": {
    "gonnagetapower-kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ]
    }
  }
}
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.

  • 11 Aug 26 +11
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 71

    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 12 Aug 2026 · Analysed npm/kelvia-mcp@1.0.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo gonnagetapower/kelvia-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/gonnagetapower/kelvia-mcp/.github/workflows/publish-mcp.yml@refs/tags/v1.0.2
Rekor log index 2411289037
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:4ca71a69eec3d3f91fea2c47c16cd20b9d328179e09050edfe29c5a30d2cb8b273c1f620d95ee779293ce059b7e0b88fbb02254aa72b832ce73856a56
Dependencies 110 packages
Packages resolved 110
Stale 33
Tree resolution Complete
MCP tools · 58 exposed · ~4,797 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.

Tool Tokens
unarchive_board ~26

Unarchive a board by UUID.

NameTypeReqDescription
board_idstringyesBoard UUID

No output schema declared.

No examples provided.

update_board ~81

Update a board's name or column list. Pass only the fields you want to change. Changing columns reorders/renames them. Returns the updated board.

NameTypeReqDescription
board_idstringyesBoard UUID (from list_boards or get_board)
columnsarrayNew ordered list of column names
namestringNew board name

No output schema declared.

No examples provided.

update_board_member ~85

Update board member role/title. Requires ADMIN/OWNER on that board.

NameTypeReqDescription
board_idstringBoard UUID
board_slugstringBoard slug (alternative to board_id)
rolestringNew role
target_user_idstringyesTarget member user UUID
titlestring|nullNew title (or null to clear)

No output schema declared.

No examples provided.

update_board_stage ~59

Rename a board stage.

NameTypeReqDescription
board_idstringBoard UUID
board_slugstringBoard slug (alternative to board_id)
namestringyesNew stage name
stage_idstringyesStage UUID

No output schema declared.

No examples provided.

update_daily_plan_block ~164

Update fields of an existing day-planner block. Pass only the fields you want to change. Title may reference a board task with `@boardSlug/N`. Returns the updated block.

NameTypeReqDescription
end_timestring|nullEnd time HH:mm, or null to clear
idstringyesDay-planner block UUID
recurrencestringNew repeat rule. ONCE requires scheduled_day.
scheduled_daystring|nullLocal date YYYY-MM-DD, or null to clear
scheduled_timestring|nullStart time HH:mm, or null to clear
sort_ordernumberNew manual sort position
titlestringNew title — use `@boardSlug/N` to link a board task

No output schema declared.

No examples provided.

update_task ~383

Update one or more fields of an existing task. Pass only the fields you want to change — all are optional. Returns the updated task.

NameTypeReqDescription
assignee_idsarrayReplace full assignee list with these user UUIDs
column_idstringMove to this kanban column ID (use list_board_columns to get IDs)
descriptionstringNew description (markdown supported)
due_datestring|nullNew due date as ISO string, or null to clear
idstringyesTask UUID to update
original_estimate_minutesTime estimate in minutes
parent_idstring|nullSet parent task UUID, or null to make top-level
prioritystringNew priority, low to high: MINOR, ORDINARY ("Low"), MEDIUM, IMPORTANT ("High"), BLOCKER. A board may define custom priorities — read board.config.priorities from get_board.
stage_idstring|nullAssign to this stage ID, or null to remove (use get_board to see stages)
statusstringNew status. Default values: OPEN, IN_PROGRESS, IN_REVIEW, NEEDS_INFO, DONE (= "Closed - done"), CLOSED (= "Closed - won't do"). Use NEEDS_INFO when the task is blocked waiting for clarification. A bo…
tag_idsarrayReplace the whole tag list with these tag IDs (empty array clears all tags)
tag_namesarrayReplace the whole tag list with these names (empty array clears all tags). Names are found on the board or created there. Max 10 per task.
titlestringNew title
watcher_idsarrayReplace full watcher list with these user UUIDs

No output schema declared.

No examples provided.

update_task_comment ~45

Update an existing task comment.

NameTypeReqDescription
comment_idstringyesComment UUID
contentstringyesUpdated comment text
task_idstringyesTask UUID

No output schema declared.

No examples provided.

update_task_worklog ~79

Update an existing worklog entry for a task.

NameTypeReqDescription
commentstring|nullOptional note
minutesintegeryesUpdated time in minutes (max 1440)
task_idstringyesTask UUID
worked_atstring|nullISO datetime
worklog_idstringyesWorklog UUID

No output schema declared.

No examples provided.