MCP server exposing 5 tools for slack_connect.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/slack_connect/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
slack_list_channels — List channels in the Slack workspace. Returns channel names, IDs, and metadata.slack_channel_history — Get message history from a Slack channel. Bot auto-joins the channel if needed.slack_send_message — Send a message to a Slack channel. Bot auto-joins the channel if needed.slack_list_users — List users in the Slack workspace. Returns user profiles, IDs, and status.slack_join_channel — Join a public Slack channel so the bot can read history and post messages.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/slack_connect/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io