← Back to search

slackxmcp

vaibhavpandeyvpz Scanned 28d ago

TypeScript stdio MCP server and CLI for Slack Socket Mode apps.

B
85 / 100

Versions

0.5.1latest
Jul 17, 2026
0.5.0
Jul 16, 2026
0.4.7
Apr 28, 2026
0.4.6
Apr 28, 2026
0.4.5
Apr 27, 2026
+ show 11 moreshow less
0.4.4
Apr 25, 2026
0.4.3
Apr 25, 2026
0.4.2
Apr 24, 2026
0.4.1
Apr 24, 2026
0.4.0
Apr 24, 2026
0.3.2
Apr 24, 2026
0.3.1
Apr 24, 2026
0.3.0
Apr 24, 2026
0.2.1
Apr 20, 2026
0.2.0
Apr 20, 2026
0.1.0
Apr 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 15

slack_send_message
annotations: none low

Send a plain text message to a Slack conversation, optionally into an existing thread.

slack_send_files
annotations: none low

Upload one or more files to a Slack conversation using local file paths or inline text content, optionally in an existing thread.

slack_reply_to_message
annotations: none low

Reply to an existing Slack thread by providing the parent message timestamp.

slack_get_me
annotations: none low

Return the current identity details for the connected Slack bot or user session.

slack_get_status
annotations: none low

Return the current Socket Mode connection status for this Slack app session.

slack_get_channel
annotations: none low

Get details for a Slack public channel, private channel, DM, or MPIM by ID.

slack_get_channel_members
annotations: none low

List users that belong to a Slack public channel, private channel, or multi-person DM.

slack_list_channels
annotations: none low

List Slack conversations with optional type, sort, and pagination filters.

slack_list_users
annotations: none low

List Slack users with optional pagination filters.

slack_search_messages
annotations: none low

Search Slack messages using a free-text query plus optional channel, user, date, and thread filters. This tool requires a user token rather than a bot token.

slack_get_channel_history
annotations: none low

Fetch messages from a Slack conversation with optional pagination and time bounds.

slack_get_thread_replies
annotations: none low

Fetch replies for a Slack thread using the parent message timestamp.

slack_react_to_message
annotations: none low

Add an emoji reaction to a Slack message using the Slack reaction name without surrounding colons.

slack_edit_message
annotations: none low

Edit a previously sent Slack message using its conversation ID and timestamp.

slack_delete_message
annotations: none low

Delete a previously sent Slack message using its conversation ID and timestamp.

Permissions 2

env_vars low
Server uses env_vars capabilities via: process.env
network medium
Server uses network capabilities via: fetch()

Scan Findings 38

low
Tool 'slack_get_me' has no annotations annotation_checker · 100%
low
Tool 'slack_get_status' has no annotations annotation_checker · 100%
low
Tool 'slack_get_channel' has no annotations annotation_checker · 100%
low
Tool 'slack_get_channel_members' has no annotations annotation_checker · 100%
low
Tool 'slack_list_channels' has no annotations annotation_checker · 100%
low
Tool 'slack_list_users' has no annotations annotation_checker · 100%
low
Tool 'slack_search_messages' has no annotations annotation_checker · 100%
low
Tool 'slack_get_channel_history' has no annotations annotation_checker · 100%
low
Tool 'slack_get_thread_replies' has no annotations annotation_checker · 100%
low
Tool 'slack_send_message' has no annotations annotation_checker · 100%
low
Tool 'slack_send_files' has no annotations annotation_checker · 100%
low
Tool 'slack_reply_to_message' has no annotations annotation_checker · 100%
low
Tool 'slack_react_to_message' has no annotations annotation_checker · 100%
low
Tool 'slack_edit_message' has no annotations annotation_checker · 100%
low
Tool 'slack_delete_message' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: slack_get_me manifest_parser · 85%
info
Tool: slack_get_status manifest_parser · 85%
info
Tool: slack_get_channel manifest_parser · 85%
info
Tool: slack_get_channel_members manifest_parser · 85%
info
Tool: slack_list_channels manifest_parser · 85%
info
Tool: slack_list_users manifest_parser · 85%
info
Tool: slack_search_messages manifest_parser · 85%
info
Tool: slack_get_channel_history manifest_parser · 85%
info
Tool: slack_get_thread_replies manifest_parser · 85%
info
Tool: slack_send_message manifest_parser · 85%
info
Tool: slack_send_files manifest_parser · 85%
info
Tool: slack_reply_to_message manifest_parser · 85%
info
Tool: slack_react_to_message manifest_parser · 85%
info
Tool: slack_edit_message manifest_parser · 85%
info
Tool: slack_delete_message manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 232 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%