WEEEK (smart)
NPM · WEEEK-MCP-SMART · SCANNED AUG 3
WEEEK tasks by name, not IDs — an MCP server
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to IlyaIvanchikov/weeek-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 761 tokens (~63/item across 12 items; 12 tools + 0 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 Coverage68
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 3% of tool parameters carry a description.Partial
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 · weeek-mcp-smart
claude mcp add ilyaivanchikov-weeek-mcp-smart -- npx -y weeek-mcp-smart
codex mcp add ilyaivanchikov-weeek-mcp-smart -- npx -y weeek-mcp-smart
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ilyaivanchikov-weeek-mcp-smart": {
"type": "local",
"command": [
"npx",
"-y",
"weeek-mcp-smart"
],
"enabled": true
}
}
} openclaw mcp add ilyaivanchikov-weeek-mcp-smart --command npx --arg -y --arg weeek-mcp-smart
mcp_servers:
ilyaivanchikov-weeek-mcp-smart:
command: "npx"
args: ["-y", "weeek-mcp-smart"] {
"mcpServers": {
"ilyaivanchikov-weeek-mcp-smart": {
"command": "npx",
"args": [
"-y",
"weeek-mcp-smart"
]
}
}
} 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.
- 2 Aug 26 +65
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: IlyaIvanchikov/weeek-mcp security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- First check of Schema quality: good functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 3 functional
- First check of Schema quality: pass functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 1 Aug 26 5
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- IlyaIvanchikov/weeek-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/IlyaIvanchikov/weeek-mcp/.github/workflows/release.yml@refs/tags/v0.4.4
- Rekor log index:
- 2311993722
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:5f46b2cd0572f64ec94a29229f70bd4bb437de4858c8aee7acb6b53b1259dec6af0848ac14dc7229641c1045728cbb76f978bb4d9233a3ad131f08177
- Discovery method:
- attestation_endpoint
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
weeek_attach_file ~78
Attach a local file to a WEEEK task. For safety only files inside the allowed directory (the server's working directory by default, or WEEEK_ATTACH_DIR if set) — and its subfolders — may be attached; paths outside it are refused.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | — |
| task_id | integer | yes | — |
No output schema declared.
No examples provided.
weeek_complete_task ~39
Mark a WEEEK task complete, or reopen it (completed:false).
| Name | Type | Req | Description |
|---|---|---|---|
| completed | boolean | yes | — |
| id | integer | yes | — |
No output schema declared.
No examples provided.
weeek_create_task ~144
Create a WEEEK task. Accepts project/column/assignee by NAME or id, and a natural-language `due` date. One call — no need to look up ids first. Omit `assignee` to self-assign (WEEEK assigns the token owner); pass a member name/id to assign someone else. Reassigning an existing task is not supported by the WEEEK public API — set the assignee at creation.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | — | — | — |
| column | — | — | — |
| description | string | — | — |
| due | string | — | — |
| project | string|number | yes | — |
| title | string | yes | — |
No output schema declared.
No examples provided.
weeek_create_tasks ~42
Create many WEEEK tasks in one call. Returns a per-item report; one bad name does not abort the batch.
| Name | Type | Req | Description |
|---|---|---|---|
| tasks | array | yes | — |
No output schema declared.
No examples provided.
weeek_delete_task ~72
Permanently delete a WEEEK task by id. Irreversible — the task is removed, not just completed. Requires confirm:true; to merely close a task use weeek_complete_task instead.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | Must be true to confirm this irreversible deletion. |
| id | integer | yes | — |
No output schema declared.
No examples provided.
weeek_get_task ~32
Get one WEEEK task by id (includes its assignees).
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | — |
No output schema declared.
No examples provided.
weeek_list_members ~48
List WEEEK workspace members (id + display name). Use to find the id for assigning a task to someone; pass that id as `assignee` to weeek_create_task.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
weeek_list_projects ~20
List WEEEK projects (id + name).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
weeek_list_tasks ~118
List WEEEK tasks with server-side filters. Set allPages=true together with userId, startDate, and endDate to fetch every matching page inside the connector without returning unrelated workspace pages.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| completed | boolean | — | — |
| endDate | string | — | — |
| limit | integer | — | — |
| offset | integer | — | — |
| projectId | integer | — | — |
| sortBy | string | — | — |
| startDate | string | — | — |
| userId | string | — | — |
No output schema declared.
No examples provided.
weeek_move_task ~59
Move a WEEEK task to a column (by name or id, scoped to the given board) on that board.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | integer | yes | — |
| column | string|number | yes | — |
| id | integer | yes | — |
No output schema declared.
No examples provided.
weeek_update_task ~82
Update an existing WEEEK task's title or due date. NOTE: description is NOT updatable — WEEEK's API silently ignores it on update; set the description at create time (weeek_create_task) or edit it in the UI.
| Name | Type | Req | Description |
|---|---|---|---|
| due | string | — | — |
| id | integer | yes | — |
| title | string | — | — |
No output schema declared.
No examples provided.
weeek_version ~27
Return this MCP server's name and version, so callers can check which build is running.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.