Slack
0
Provides read-only access to Slack data for Large Language Models via a secure Model Context Protocol server.
概要
This tool is a secure Model Context Protocol (MCP) server designed to provide read-only access to Slack data. Built with FastMCP, it allows integration with Large Language Models (LLMs) by exposing Slack information such as channels, messages, and users through a standardized API. All endpoints are protected with robust bearer token authentication, ensuring secure and controlled access to your workspace data without enabling any write operations or modifications.
主な機能
- List all channels in a workspace
- Get detailed information about specific channels and users
- Read messages from channels with pagination support
- Secure API access via bearer token authentication (JWT)
- Integration-ready with LLMs to query Slack data
- 0 GitHub stars
ユースケース
- Integrating Slack data access into Large Language Model (LLM) applications
- Enabling LLMs to query Slack channels, users, and messages securely for informational purposes
- Developing custom LLM-powered tools that require read-only Slack context