Slack
Send messages, search channels, manage threads, and keep teams in sync.
Auth: OAuth 2.0Live integration
Tools
What your agent can do with Slack
SLACK_SEARCHSearch across Slack records and content.
SLACK_CREATECreate a new item in Slack with validated fields.
SLACK_UPDATEUpdate an existing Slack item by id.
SLACK_LISTList and filter Slack items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Slack from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "SLACK_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'