Kelvia
NPM · KELVIA-MCP · 2 COMPONENTS · SCANNED AUG 12
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Available components
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.
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
claude mcp add gonnagetapower-kelvia-mcp -- npx -y kelvia-mcp
codex mcp add gonnagetapower-kelvia-mcp -- npx -y kelvia-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gonnagetapower-kelvia-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"kelvia-mcp"
],
"enabled": true
}
}
} openclaw mcp add gonnagetapower-kelvia-mcp --command npx --arg -y --arg kelvia-mcp
mcp_servers:
gonnagetapower-kelvia-mcp:
command: "npx"
args: ["-y", "kelvia-mcp"] {
"mcpServers": {
"gonnagetapower-kelvia-mcp": {
"command": "npx",
"args": [
"-y",
"kelvia-mcp"
]
}
}
} 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.
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 |
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.
unarchive_board Unarchive board ~26
Unarchive a board by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | Board UUID |
No output schema declared.
No examples provided.
update_board 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.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | Board UUID (from list_boards or get_board) |
| columns | array | – | New ordered list of column names |
| name | string | – | New board name |
No output schema declared.
No examples provided.
update_board_member Change member role ~85
Update board member role/title. Requires ADMIN/OWNER on that board.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | – | Board UUID |
| board_slug | string | – | Board slug (alternative to board_id) |
| role | string | – | New role |
| target_user_id | string | yes | Target member user UUID |
| title | string|null | – | New title (or null to clear) |
No output schema declared.
No examples provided.
update_board_stage Update stage ~59
Rename a board stage.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | – | Board UUID |
| board_slug | string | – | Board slug (alternative to board_id) |
| name | string | yes | New stage name |
| stage_id | string | yes | Stage UUID |
No output schema declared.
No examples provided.
update_daily_plan_block Update 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.
| Name | Type | Req | Description |
|---|---|---|---|
| end_time | string|null | – | End time HH:mm, or null to clear |
| id | string | yes | Day-planner block UUID |
| recurrence | string | – | New repeat rule. ONCE requires scheduled_day. |
| scheduled_day | string|null | – | Local date YYYY-MM-DD, or null to clear |
| scheduled_time | string|null | – | Start time HH:mm, or null to clear |
| sort_order | number | – | New manual sort position |
| title | string | – | New title — use `@boardSlug/N` to link a board task |
No output schema declared.
No examples provided.
update_task 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.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee_ids | array | – | Replace full assignee list with these user UUIDs |
| column_id | string | – | Move to this kanban column ID (use list_board_columns to get IDs) |
| description | string | – | New description (markdown supported) |
| due_date | string|null | – | New due date as ISO string, or null to clear |
| id | string | yes | Task UUID to update |
| original_estimate_minutes | – | – | Time estimate in minutes |
| parent_id | string|null | – | Set parent task UUID, or null to make top-level |
| priority | string | – | New 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_id | string|null | – | Assign to this stage ID, or null to remove (use get_board to see stages) |
| status | string | – | New 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_ids | array | – | Replace the whole tag list with these tag IDs (empty array clears all tags) |
| tag_names | array | – | Replace 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. |
| title | string | – | New title |
| watcher_ids | array | – | Replace full watcher list with these user UUIDs |
No output schema declared.
No examples provided.
update_task_comment Update comment ~45
Update an existing task comment.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | Comment UUID |
| content | string | yes | Updated comment text |
| task_id | string | yes | Task UUID |
No output schema declared.
No examples provided.
update_task_worklog Update worklog ~79
Update an existing worklog entry for a task.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string|null | – | Optional note |
| minutes | integer | yes | Updated time in minutes (max 1440) |
| task_id | string | yes | Task UUID |
| worked_at | string|null | – | ISO datetime |
| worklog_id | string | yes | Worklog UUID |
No output schema declared.
No examples provided.