Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Pickle

NPM · PICKLE-MCP · SCANNED AUG 3

Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.

Available components

+18 this week 60 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 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
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.

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 · pickle-mcp

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

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

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

MCP tools — 57 exposed · ~3,830 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
clickup_add_task_watcher ~61

Add a watcher to a task.

NameTypeReqDescription
custom_task_idsboolean
task_idstringyes
team_idstring
watcher_idintegeryesNumeric 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.

NameTypeReqDescription
create_pageboolean
namestringyes
parentobject
team_idstring
visibilitystring

No output schema declared.

No examples provided.

clickup_create_doc_page ~67

Create a new page inside an existing Doc.

NameTypeReqDescription
contentstring
doc_idstringyes
namestringyes
parent_page_idstring
sub_titlestring
team_idstring

No output schema declared.

No examples provided.

clickup_create_list ~95

Create a list. Provide EITHER folder_id OR space_id (folderless).

NameTypeReqDescription
assigneeinteger
contentstring
due_dateinteger
due_date_timeboolean
folder_idstring
namestringyes
priorityinteger
space_idstring
statusstring

No output schema declared.

No examples provided.

clickup_create_list_comment ~54

Create a comment on a list (list-level discussion).

NameTypeReqDescription
assigneeinteger
comment_textstringyes
list_idstringyes
notify_allboolean

No output schema declared.

No examples provided.

clickup_create_reminder ~78

Create a reminder for a user.

NameTypeReqDescription
assigneeintegeryesUser ID the reminder is for.
due_dateintegeryesUnix ms when the reminder fires.
due_date_timeboolean
namestringyes
notify_allboolean
team_idstring

No output schema declared.

No examples provided.

clickup_create_space ~50

Create a new space in the workspace.

NameTypeReqDescription
featuresobject
multiple_assigneesboolean
namestringyes
team_idstring

No output schema declared.

No examples provided.

clickup_create_task ~151

Create a task in a list.

NameTypeReqDescription
assigneesarray
custom_fieldsarray
descriptionstring
due_dateinteger
due_date_timeboolean
links_tostring
list_idstringyes
markdown_descriptionstring
namestringyes
notify_allboolean
parentstring
priorityinteger
start_dateinteger
start_date_timeboolean
statusstring
tagsarray
time_estimateinteger

No output schema declared.

No examples provided.

clickup_create_task_comment ~67

Create a comment on a task.

NameTypeReqDescription
assigneeinteger
comment_textstringyes
custom_task_idsboolean
notify_allboolean
task_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_create_threaded_comment ~44

Create a reply in a comment thread.

NameTypeReqDescription
comment_idstringyes
comment_textstringyes
notify_allboolean

No output schema declared.

No examples provided.

clickup_delete_chat_message ~40

Delete a chat message.

NameTypeReqDescription
channel_idstringyes
message_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_delete_comment ~22

Delete a comment.

NameTypeReqDescription
comment_idstringyes

No output schema declared.

No examples provided.

clickup_delete_task ~41

Permanently delete a task.

NameTypeReqDescription
custom_task_idsboolean
task_idstringyes
team_idstring

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.

NameTypeReqDescription
archivedboolean
assigneesarray
date_created_gtinteger
date_created_ltinteger
date_updated_gtinteger
date_updated_ltinteger
due_date_gtinteger
due_date_ltinteger
folder_idsarray
include_closedboolean
include_markdown_descriptionboolean
list_idsarray
order_bystring
pageinteger
response_formatstring
reverseboolean
searchstring
space_idsarray
statusesarray
subtasksboolean
tagsarray
team_idstring
time_windowstring
watchersarray

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.

NameTypeReqDescription
querystringyes
team_idstring

No output schema declared.

No examples provided.

clickup_get_chat_channel ~37

Get details of a single chat channel by ID.

NameTypeReqDescription
channel_idstringyes
team_idstring

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.

NameTypeReqDescription
channel_idstringyes
cursorstring
limitinteger
team_idstring

No output schema declared.

No examples provided.

clickup_get_chat_channels ~57

List chat channels (including DMs and group DMs) for the workspace.

NameTypeReqDescription
cursorstring
include_hiddenboolean
limitinteger
team_idstring

No output schema declared.

No examples provided.

clickup_get_chat_message_replies ~63

Get threaded replies for a specific chat message (v3).

NameTypeReqDescription
channel_idstringyes
cursorstring
limitinteger
message_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_get_doc ~33

Get a single Doc by ID.

NameTypeReqDescription
doc_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_get_doc_pages ~43

Get all pages inside a Doc.

NameTypeReqDescription
doc_idstringyes
max_page_depthinteger
team_idstring

No output schema declared.

No examples provided.

clickup_get_folderless_lists ~40

Get all folderless (space-level) lists inside a space.

NameTypeReqDescription
archivedboolean
space_idstringyes

No output schema declared.

No examples provided.

clickup_get_list ~33

Get a single list by ID (includes task statuses, custom fields info).

NameTypeReqDescription
list_idstringyes

No output schema declared.

No examples provided.

clickup_get_list_comments ~48

Get all comments on a list (list-level, not task comments).

NameTypeReqDescription
list_idstringyes
startinteger
start_idstring

No output schema declared.

No examples provided.

clickup_get_list_custom_fields ~29

Get all custom fields defined on a list.

NameTypeReqDescription
list_idstringyes

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.

NameTypeReqDescription
archivedboolean
assigneesarray
custom_fieldsstring
date_created_gtinteger
date_created_ltinteger
date_updated_gtinteger
date_updated_ltinteger
due_date_gtinteger
due_date_ltinteger
include_closedboolean
include_markdown_descriptionboolean
list_idstringyes
order_bystring
pageinteger
reverseboolean
statusesarray
subtasksboolean
tagsarray
time_windowstring

No output schema declared.

No examples provided.

clickup_get_lists_in_folder ~34

Get all lists inside a folder.

NameTypeReqDescription
archivedboolean
folder_idstringyes

No output schema declared.

No examples provided.

clickup_get_space ~25

Get a single space by ID.

NameTypeReqDescription
space_idstringyes

No output schema declared.

No examples provided.

clickup_get_task ~61

Get a single task by ID.

NameTypeReqDescription
custom_task_idsboolean
include_markdown_descriptionboolean
include_subtasksboolean
task_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_get_task_comments ~58

Get all comments on a task.

NameTypeReqDescription
custom_task_idsboolean
startinteger
start_idstring
task_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_get_task_members ~29

Get all members assigned to or watching a task.

NameTypeReqDescription
task_idstringyes

No output schema declared.

No examples provided.

clickup_get_threaded_comments ~28

Get all threaded replies for a comment.

NameTypeReqDescription
comment_idstringyes

No output schema declared.

No examples provided.

clickup_get_workspace_hierarchy ~38

Return the full tree: team → spaces → folders → lists (plus folderless lists).

NameTypeReqDescription
team_idstring

No output schema declared.

No examples provided.

clickup_get_workspace_members ~28

Return all members of a ClickUp workspace.

NameTypeReqDescription
team_idstring

No output schema declared.

No examples provided.

clickup_react_to_chat_message ~61

Add an emoji reaction to a chat message.

NameTypeReqDescription
emojistringyesEmoji character or shortcode, e.g. '👍' or ':thumbsup:'
message_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_remove_task_watcher ~52

Remove a watcher from a task.

NameTypeReqDescription
custom_task_idsboolean
task_idstringyes
team_idstring
watcher_idintegeryes

No output schema declared.

No examples provided.

clickup_resolve_assignees ~48

Resolve names/emails/IDs to numeric ClickUp user IDs. Numeric values pass through.

NameTypeReqDescription
assigneesarrayyes
team_idstring

No output schema declared.

No examples provided.

clickup_search_docs ~75

Search / list Docs in the workspace. Supports text search and pagination.

NameTypeReqDescription
archivedboolean
creatorinteger
deletedboolean
limitinteger
next_cursorstring
searchstring
team_idstring

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.

NameTypeReqDescription
assigneeinteger
due_date_gtinteger
due_date_ltinteger
include_doneboolean
team_idstring

No output schema declared.

No examples provided.

clickup_send_chat_message ~54

Send a message to a ClickUp chat channel (v3).

NameTypeReqDescription
channel_idstringyes
contentstringyes
team_idstring
typestring

No output schema declared.

No examples provided.

clickup_send_chat_reply ~54

Send a reply in a chat message thread (v3).

NameTypeReqDescription
channel_idstringyes
contentstringyes
message_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_set_task_custom_field ~71

Set (or update) a custom field value on a task.

NameTypeReqDescription
custom_task_idsboolean
field_idstringyes
task_idstringyes
team_idstring
valueyes
value_optionsobject

No output schema declared.

No examples provided.

clickup_update_chat_message ~51

Edit the content of an existing chat message.

NameTypeReqDescription
channel_idstringyes
contentstringyes
message_idstringyes
team_idstring

No output schema declared.

No examples provided.

clickup_update_comment ~48

Edit an existing comment's text.

NameTypeReqDescription
assigneeinteger
comment_idstringyes
comment_textstringyes
resolvedboolean

No output schema declared.

No examples provided.

clickup_update_doc_page ~67

Update the name or content of a Doc page.

NameTypeReqDescription
contentstring
doc_idstringyes
namestring
page_idstringyes
sub_titlestring
team_idstring

No output schema declared.

No examples provided.

clickup_update_task ~149

Update fields on an existing task.

NameTypeReqDescription
archivedboolean
assigneesobject
custom_task_idsboolean
descriptionstring
due_dateinteger|null
due_date_timeboolean
markdown_descriptionstring
namestring
parentstring|null
priorityinteger|null
start_dateinteger|null
start_date_timeboolean
statusstring
task_idstringyes
team_idstring
time_estimateinteger|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.

NameTypeReqDescription
platformstring

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').

NameTypeReqDescription
channelstringyesChannel ID (e.g. 'C0123ABCDEF'). Use slack_list_channels to find it.
cursorstring
inclusiveboolean
limitinteger
time_windowstring

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.

NameTypeReqDescription
cursorstring
exclude_archivedboolean
limitinteger
typesstring

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.

NameTypeReqDescription
cursorstring
limitinteger
typesstring

No output schema declared.

No examples provided.