Slack MCP
# Slack MCP Serverless API Cloud-optimized Model Context Protocol (MCP) implementation for Slack API integration. Designed for AI models and applications with intelligent session management for seamless team collaboration access. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile applications, SaaS platforms, AI automation…
Slack MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with available Slack tools. Use this endpoint to establish sessions for web applications and discover Slack capabilities. |
| mcp | ||
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication using JSON-RPC 2.0 format. **Available Slack Tools**: - `slack_list_channels`: List channels in workspace -… |
| GET |
mcpStatusCheck /mcp |
Check if the MCP endpoint is operational and get basic information. Useful for health monitoring and connectivity testing. |
| slack | ||
| GET |
directSlackGet /slack |
Simple REST endpoint for direct Slack operations without using the MCP protocol. Perfect for webhooks, automation workflows, and simple integrations. **Available Operation… |
| POST |
directSlackPost /slack |
REST endpoint for direct Slack operations using POST method. Supports complex search configurations in the request body. |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics. Useful for monitoring, uptime checks, and debugging connectivity issues. |
Slack MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $2.99 / month | — |
|
| PRO | $7.99 / month | — |
|
| ULTRA Recommended | $19.99 / month | — |
|
| MEGA | $59.99 / month | — |
|