MCP Tool Directory

Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.

2684 tools indexed

All tools

30 of 2684 shown

Slack /

SLACK_FETCH_BOT_USER_INFORMATION

Remote

Fetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.

Slack /

SLACK_FETCH_CONVERSATION_HISTORY

Remote

Fetches a chronological list of messages and events from a specified Slack conversation, accessible by the authenticated user/bot, with options for pagination and time range filtering.

Slack /

SLACK_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE

Remote

DEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.

Slack /

SLACK_FETCH_DND_STATUS_FOR_MULTIPLE_TEAM_MEMBERS

Remote

DEPRECATED: Retrieves a user's current Do Not Disturb status. Use `get_team_dnd_status` instead.

Slack /

SLACK_FETCH_ITEM_REACTIONS

Remote

Fetches reactions for a Slack message, file, or file comment, requiring one of: channel and timestamp; file ID; or file comment ID.

Slack /

SLACK_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATION

Remote

Retrieves replies to a specific parent message in a Slack conversation, using the channel ID and the parent message's timestamp (`ts`).

Slack /

SLACK_FETCH_TEAM_INFO

Remote

Fetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.

Slack /

SLACK_FETCH_WORKSPACE_SETTINGS_INFORMATION

Remote

Retrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.

Slack /

SLACK_FIND_CHANNELS

Remote

Find channels in a Slack workspace by any criteria - name, topic, purpose, or description.

Slack /

SLACK_FIND_USER_BY_EMAIL_ADDRESS

Remote

Retrieves the Slack user object for an active user by their registered email address; fails with 'users_not_found' if the email is unregistered or the user is inactive.

Slack /

SLACK_FIND_USERS

Remote

Find users in a Slack workspace by any criteria - email, name, display name, or other text. Includes optimized email lookup for exact email matches.

Slack /

SLACK_GET_CANVAS

Remote

Retrieves a specific Slack Canvas by its ID, including its content and metadata.

Slack /

SLACK_GET_CHANNEL_CONVERSATION_PREFERENCES

Remote

Retrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.

Slack /

slack_get_channel_history

Remote

Get message history from a channel. Returns messages in reverse chronological order. Free plan: 90-day history limit.

Slack /

slack_get_channel_info

Remote

Get detailed information about a channel including topic, purpose, member count.

Slack /

slack_get_channel_members

Remote

List all members of a channel. Returns user IDs with cursor-based pagination.

Slack /

slack_get_permalink

Remote

Get a permanent URL for a specific message.

Slack /

slack_get_reactions

Remote

Get all reactions for a specific message, including emoji names, counts, and user IDs.

Slack /

SLACK_GET_REMINDER_INFORMATION

Remote

Retrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.

Slack /

SLACK_GET_REMOTE_FILE

Remote

Retrieve information about a remote file added to Slack.

Slack /

SLACK_GET_TEAM_DND_STATUS

Remote

Retrieves a user's current Do Not Disturb status.

Slack /

slack_get_team_info

Remote

Get information about the workspace/team: name, domain, icon, etc.

Slack /

slack_get_thread_replies

Remote

Get replies in a message thread. Returns the parent message and all replies.

Slack /

slack_get_user_info

Remote

Get detailed information about a user including profile, status, admin flags.

Slack /

SLACK_GET_USER_PRESENCE_INFO

Remote

Retrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.

Slack /

SLACK_INITIATES_CHANNEL_BASED_CONVERSATIONS

Remote

DEPRECATED: Initiates a public or private channel-based conversation. Use `create_channel` instead.

Slack /

slack_invite_to_channel

Remote

Invite one or more users to a channel. Supports up to 1000 user IDs.

Slack /

SLACK_INVITE_USER_TO_CHANNEL

Remote

Invites users to a specified Slack channel; this action is restricted to Enterprise Grid workspaces and requires the authenticated user to be a member of the target channel.

Slack /

SLACK_INVITE_USER_TO_WORKSPACE

Remote

Invites a user to a Slack workspace and specified channels by email; use `resend=True` to re-process an existing invitation for a user not yet signed up.

Slack /

SLACK_INVITE_USER_TO_WORKSPACE_WITH_OPTIONAL_CHANNEL_INVITES

Remote

DEPRECATED: Invites a user to a Slack workspace and specified channels by email. Use `invite_user_to_workspace` instead.