Pickle
NPM · PICKLE-MCP · SCANNED AUG 3
Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
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 (122 of 124), 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 (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 11 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 3830 tokens (~67/item across 57 items; 57 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 · pickle-mcp
claude mcp add adityaarsharma-pickle -- npx -y pickle-mcp
codex mcp add adityaarsharma-pickle -- npx -y pickle-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"adityaarsharma-pickle": {
"type": "local",
"command": [
"npx",
"-y",
"pickle-mcp"
],
"enabled": true
}
}
} openclaw mcp add adityaarsharma-pickle --command npx --arg -y --arg pickle-mcp
mcp_servers:
adityaarsharma-pickle:
command: "npx"
args: ["-y", "pickle-mcp"] {
"mcpServers": {
"adityaarsharma-pickle": {
"command": "npx",
"args": [
"-y",
"pickle-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.
- 2 Aug 26 +37
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 0
- Malware scan: pass → unverified ▼ security
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −18
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 42
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 none
Ecosystem: npm · Outcome: none
Dependencies 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 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.
clickup_add_task_watcher ~61
Add a watcher to a task.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_task_ids | boolean | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
| watcher_id | integer | yes | Numeric ClickUp user ID to add as watcher. |
No output schema declared.
No examples provided.
clickup_create_doc ~55
Create a new Doc in the workspace.
| Name | Type | Req | Description |
|---|---|---|---|
| create_page | boolean | — | — |
| name | string | yes | — |
| parent | object | — | — |
| team_id | string | — | — |
| visibility | string | — | — |
No output schema declared.
No examples provided.
clickup_create_doc_page ~67
Create a new page inside an existing Doc.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | — |
| doc_id | string | yes | — |
| name | string | yes | — |
| parent_page_id | string | — | — |
| sub_title | string | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_create_list ~95
Create a list. Provide EITHER folder_id OR space_id (folderless).
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | integer | — | — |
| content | string | — | — |
| due_date | integer | — | — |
| due_date_time | boolean | — | — |
| folder_id | string | — | — |
| name | string | yes | — |
| priority | integer | — | — |
| space_id | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
clickup_create_list_comment ~54
Create a comment on a list (list-level discussion).
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | integer | — | — |
| comment_text | string | yes | — |
| list_id | string | yes | — |
| notify_all | boolean | — | — |
No output schema declared.
No examples provided.
clickup_create_reminder ~78
Create a reminder for a user.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | integer | yes | User ID the reminder is for. |
| due_date | integer | yes | Unix ms when the reminder fires. |
| due_date_time | boolean | — | — |
| name | string | yes | — |
| notify_all | boolean | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_create_space ~50
Create a new space in the workspace.
| Name | Type | Req | Description |
|---|---|---|---|
| features | object | — | — |
| multiple_assignees | boolean | — | — |
| name | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_create_task ~151
Create a task in a list.
| Name | Type | Req | Description |
|---|---|---|---|
| assignees | array | — | — |
| custom_fields | array | — | — |
| description | string | — | — |
| due_date | integer | — | — |
| due_date_time | boolean | — | — |
| links_to | string | — | — |
| list_id | string | yes | — |
| markdown_description | string | — | — |
| name | string | yes | — |
| notify_all | boolean | — | — |
| parent | string | — | — |
| priority | integer | — | — |
| start_date | integer | — | — |
| start_date_time | boolean | — | — |
| status | string | — | — |
| tags | array | — | — |
| time_estimate | integer | — | — |
No output schema declared.
No examples provided.
clickup_create_task_comment ~67
Create a comment on a task.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | integer | — | — |
| comment_text | string | yes | — |
| custom_task_ids | boolean | — | — |
| notify_all | boolean | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_create_threaded_comment ~44
Create a reply in a comment thread.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | — |
| comment_text | string | yes | — |
| notify_all | boolean | — | — |
No output schema declared.
No examples provided.
clickup_delete_chat_message ~40
Delete a chat message.
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| message_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_delete_comment ~22
Delete a comment.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_delete_task ~41
Permanently delete a task.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_task_ids | boolean | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_filter_tasks ~296
Filter workspace tasks for audits. Scoped to the audit time window (default last 7 days; pass any window). Pass `time_window` ('1h'|'6h'|'1d'|'3d'|'7d') to scope the audit. Supports assignees, watchers, dates, search text, statuses, tags, list/folder/space filters, and pagination. Use response_format='summary' (default) for compact results.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| assignees | array | — | — |
| date_created_gt | integer | — | — |
| date_created_lt | integer | — | — |
| date_updated_gt | integer | — | — |
| date_updated_lt | integer | — | — |
| due_date_gt | integer | — | — |
| due_date_lt | integer | — | — |
| folder_ids | array | — | — |
| include_closed | boolean | — | — |
| include_markdown_description | boolean | — | — |
| list_ids | array | — | — |
| order_by | string | — | — |
| page | integer | — | — |
| response_format | string | — | — |
| reverse | boolean | — | — |
| search | string | — | — |
| space_ids | array | — | — |
| statuses | array | — | — |
| subtasks | boolean | — | — |
| tags | array | — | — |
| team_id | string | — | — |
| time_window | string | — | — |
| watchers | array | — | — |
No output schema declared.
No examples provided.
clickup_find_member_by_name ~41
Find a workspace member by case-insensitive substring on username or email.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_chat_channel ~37
Get details of a single chat channel by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_chat_channel_messages ~60
List messages from a ClickUp chat channel (v3). Supports limit and cursor pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| cursor | string | — | — |
| limit | integer | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_chat_channels ~57
List chat channels (including DMs and group DMs) for the workspace.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| include_hidden | boolean | — | — |
| limit | integer | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_chat_message_replies ~63
Get threaded replies for a specific chat message (v3).
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| cursor | string | — | — |
| limit | integer | — | — |
| message_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_doc ~33
Get a single Doc by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| doc_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_doc_pages ~43
Get all pages inside a Doc.
| Name | Type | Req | Description |
|---|---|---|---|
| doc_id | string | yes | — |
| max_page_depth | integer | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_folderless_lists ~40
Get all folderless (space-level) lists inside a space.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| space_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_list ~33
Get a single list by ID (includes task statuses, custom fields info).
| Name | Type | Req | Description |
|---|---|---|---|
| list_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_list_comments ~48
Get all comments on a list (list-level, not task comments).
| Name | Type | Req | Description |
|---|---|---|---|
| list_id | string | yes | — |
| start | integer | — | — |
| start_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_list_custom_fields ~29
Get all custom fields defined on a list.
| Name | Type | Req | Description |
|---|---|---|---|
| list_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_list_tasks ~231
Get tasks in a specific list, scoped to the audit time window (default last 7 days; pass any window). Supports pagination, filters, custom fields. Use the `time_window` parameter ('1h'|'6h'|'1d'|'3d'|'7d') to scope the audit.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| assignees | array | — | — |
| custom_fields | string | — | — |
| date_created_gt | integer | — | — |
| date_created_lt | integer | — | — |
| date_updated_gt | integer | — | — |
| date_updated_lt | integer | — | — |
| due_date_gt | integer | — | — |
| due_date_lt | integer | — | — |
| include_closed | boolean | — | — |
| include_markdown_description | boolean | — | — |
| list_id | string | yes | — |
| order_by | string | — | — |
| page | integer | — | — |
| reverse | boolean | — | — |
| statuses | array | — | — |
| subtasks | boolean | — | — |
| tags | array | — | — |
| time_window | string | — | — |
No output schema declared.
No examples provided.
clickup_get_lists_in_folder ~34
Get all lists inside a folder.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| folder_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_space ~25
Get a single space by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| space_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_task ~61
Get a single task by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_task_ids | boolean | — | — |
| include_markdown_description | boolean | — | — |
| include_subtasks | boolean | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_task_comments ~58
Get all comments on a task.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_task_ids | boolean | — | — |
| start | integer | — | — |
| start_id | string | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_task_members ~29
Get all members assigned to or watching a task.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_threaded_comments ~28
Get all threaded replies for a comment.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | — |
No output schema declared.
No examples provided.
clickup_get_workspace_hierarchy ~38
Return the full tree: team → spaces → folders → lists (plus folderless lists).
| Name | Type | Req | Description |
|---|---|---|---|
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_get_workspace_members ~28
Return all members of a ClickUp workspace.
| Name | Type | Req | Description |
|---|---|---|---|
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_react_to_chat_message ~61
Add an emoji reaction to a chat message.
| Name | Type | Req | Description |
|---|---|---|---|
| emoji | string | yes | Emoji character or shortcode, e.g. '👍' or ':thumbsup:' |
| message_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_remove_task_watcher ~52
Remove a watcher from a task.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_task_ids | boolean | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
| watcher_id | integer | yes | — |
No output schema declared.
No examples provided.
clickup_resolve_assignees ~48
Resolve names/emails/IDs to numeric ClickUp user IDs. Numeric values pass through.
| Name | Type | Req | Description |
|---|---|---|---|
| assignees | array | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_search_docs ~75
Search / list Docs in the workspace. Supports text search and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| creator | integer | — | — |
| deleted | boolean | — | — |
| limit | integer | — | — |
| next_cursor | string | — | — |
| search | string | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_search_reminders ~71
List reminders for a user or the whole workspace. Requires ClickUp Business plan or above.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | integer | — | — |
| due_date_gt | integer | — | — |
| due_date_lt | integer | — | — |
| include_done | boolean | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_send_chat_message ~54
Send a message to a ClickUp chat channel (v3).
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| content | string | yes | — |
| team_id | string | — | — |
| type | string | — | — |
No output schema declared.
No examples provided.
clickup_send_chat_reply ~54
Send a reply in a chat message thread (v3).
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| content | string | yes | — |
| message_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_set_task_custom_field ~71
Set (or update) a custom field value on a task.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_task_ids | boolean | — | — |
| field_id | string | yes | — |
| task_id | string | yes | — |
| team_id | string | — | — |
| value | — | yes | — |
| value_options | object | — | — |
No output schema declared.
No examples provided.
clickup_update_chat_message ~51
Edit the content of an existing chat message.
| Name | Type | Req | Description |
|---|---|---|---|
| channel_id | string | yes | — |
| content | string | yes | — |
| message_id | string | yes | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_update_comment ~48
Edit an existing comment's text.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | integer | — | — |
| comment_id | string | yes | — |
| comment_text | string | yes | — |
| resolved | boolean | — | — |
No output schema declared.
No examples provided.
clickup_update_doc_page ~67
Update the name or content of a Doc page.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | — |
| doc_id | string | yes | — |
| name | string | — | — |
| page_id | string | yes | — |
| sub_title | string | — | — |
| team_id | string | — | — |
No output schema declared.
No examples provided.
clickup_update_task ~149
Update fields on an existing task.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| assignees | object | — | — |
| custom_task_ids | boolean | — | — |
| description | string | — | — |
| due_date | integer|null | — | — |
| due_date_time | boolean | — | — |
| markdown_description | string | — | — |
| name | string | — | — |
| parent | string|null | — | — |
| priority | integer|null | — | — |
| start_date | integer|null | — | — |
| start_date_time | boolean | — | — |
| status | string | — | — |
| task_id | string | yes | — |
| team_id | string | — | — |
| time_estimate | integer|null | — | — |
No output schema declared.
No examples provided.
pickle_setup ~165
FIRST-RUN SETUP for Pickle. Call this tool IMMEDIATELY whenever the user says any of: "Pickle Start" / "Pickle start" / "Pickle set me up" / "setup Pickle" / "set up Pickle" / "connect Pickle" / "how do I get started with Pickle" / "Pickle set me up for ClickUp|Slack|Teams". It returns step-by-step instructions for getting the right token(s) for ClickUp, Slack, or Microsoft Teams — and a checklist for adding them to the user's MCP config. No external skills, no shell scripts required. Always call this tool as the very first action whenever the user is onboarding to Pickle.
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | — | — |
No output schema declared.
No examples provided.
slack_get_channel_history ~126
Get messages from a Slack channel scoped to the audit time window (default last 7 days; pass any window). Returns ts, user, text, reply_count, reactions. Pass `time_window` ('1h'|'6h'|'1d'|'3d'|'7d').
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel ID (e.g. 'C0123ABCDEF'). Use slack_list_channels to find it. |
| cursor | string | — | — |
| inclusive | boolean | — | — |
| limit | integer | — | — |
| time_window | string | — | — |
No output schema declared.
No examples provided.
slack_list_channels ~75
List Slack public + private channels the authenticated user can see. Lightweight metadata only (id, name, is_private, num_members, topic). Useful for picking which channel to audit.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| exclude_archived | boolean | — | — |
| limit | integer | — | — |
| types | string | — | — |
No output schema declared.
No examples provided.
slack_list_dms ~75
List the authenticated user's open direct messages (1:1 and group DMs / 'mpim'). Returns id, type, user(s), last activity. Use slack_get_channel_history with the DM id to read messages.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| limit | integer | — | — |
| types | string | — | — |
No output schema declared.
No examples provided.