Overview
The Slab MCP provides agents with read access to your Slab workspace. Agents can retrieve posts, browse topics, and search content, making internal knowledge accessible directly in conversation.Connection Setup (Admin)
- In Dust, go to Spaces Tools and click Add Tools.
- Select Slab from the list of available tools.
- Paste your Slab API access token into the field provided and save.
Authentication and Permissions Model
Slab’s GraphQL API authenticates requests using an access token tied to a Bot user. Dust passes the token as:Required Permissions
Slab does not offer granular API scopes. Access control is governed entirely by the Bot user’s permissions within your Slab workspace:- The Bot user must be a member of the Slab workspace.
- The Bot user must have access to the topics and posts you want agents to read.
- Private topics or posts the Bot user is not a member of will not be accessible.