Connect your account, then chat with AI to run tools.
Search your Slab wiki, pull post and topic content into chat, and keep internal docs in sync with how your team already works in Slab.
Live probe refreshed Sep 14, 2026 · Endpoint host mcp.mcpbundles.com
Built for
Engineering, Support, Operations, Internal enablement
Find a runbook
Uses workspace search then post retrieval.
Search our Slab workspace for the on-call runbook about database failover and summarize the steps.
Browse a topic
Topic-scoped navigation before deep reads.
Connect Slab to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/slabThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsList posts in the Slab topic for platform engineering and point me to anything about MCP or integrations updated recently.
Answer from internal docs
Search + read flow for policy questions.
What does our Slab documentation say about customer data retention? Cite the relevant posts.
What Slab plan do I need?
Slab's GraphQL API is available on Business and Enterprise plans. Generate an API token under Team settings → Developer in Slab.
Why are some posts missing?
The API only returns content the Slab Bot user can access. Grant Bot access to private topics inside Slab if posts should appear here.
Can agents edit Slab posts?
Yes — post body content can be updated with Quill Delta JSON. There is no API-backed create-post operation in this integration; new pages are still created in the Slab UI.
Domain knowledge for Slab — workflow patterns, data models, and gotchas for your AI agent.
Internal knowledge base: organization → topics → posts. Members are users. Slab exposes one GraphQL endpoint; content is stored as Quill Delta JSON on posts.
List and search operations use cursor pagination: pass after with the previous next_cursor until has_more is false. Default page size is 25; maximum 100.
Post bodies are Quill Delta. Read tools can return plain_text (derived from Delta) when full content is included. For programmatic edits, pass Quill Delta JSON to the update tool exactly as Slab expects.
API results mirror what the Slab Bot user can see. Missing posts usually mean Bot lacks access to that topic — fix permissions in Slab, not in MCPBundles.
Slab registers outbound webhooks in Team settings → Developer (no GraphQL webhook CRUD). Use the inbound webhook info read when you need the HTTPS URL to paste into Slab. MCPBundles accepts POST callbacks on that route for post-published and related events; automation handlers will consume them in a later release. When Slab supplies a webhook signing secret, MCPBundles platform operators configure verification server-side — not in the Slab credential form.
GraphQL access requires Business or Enterprise. Free/Starter workspaces receive HTTP 403 from the API.
Slab Get Inbound Webhook Info
Return the HTTPS URL and setup notes for Slab outbound webhooks pointing at MCPBundles. Slab does not expose webhook CRUD on the GraphQL API — admins register the URL under Slab Team settings → Developer. MCPBundles accepts POST callbacks on this route; event automation is wired server-side.
Slab Get Organization
Fetch the current Slab workspace (organization) id and name. Use as a lightweight connectivity check and to confirm which workspace the API token is scoped to. Requires Business or Enterprise.
Slab Get Posts
List Slab posts or fetch one post by id. Omit post_id to page through all posts (newest batch per Slab ordering). Pass post_id to retrieve full post metadata and optional Quill body. Use search when filtering by keywords instead of scanning pages.
Slab Get Topics
List Slab topics or fetch one topic by id. Topics organize posts in the wiki hierarchy. When fetching by id, nested posts are returned with their own cursor fields for paging.
Slab Get Users
List Slab workspace members or fetch one user by id (name and email). Directory read only — membership changes happen in Slab admin settings.
Slab Search Posts
Search Slab posts across the workspace. Returns matching posts with cursor pagination. Prefer this over listing all posts when the user names a topic, error message, or keyword.
Slab Update Post
Update an existing Slab post body using Quill Delta JSON. There is no create-post mutation on the public GraphQL API — new pages are created in the Slab UI. Slab Bot must have edit access to the post.
Slab's GraphQL API is available on Business and Enterprise plans. Generate an API token under Team settings → Developer in Slab.
The API only returns content the Slab Bot user can access. Grant Bot access to private topics inside Slab if posts should appear here.
Yes — post body content can be updated with Quill Delta JSON. There is no API-backed create-post operation in this integration; new pages are still created in the Slab UI.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/slab. Authentication is handled automatically.
Slab provides 7 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Slab uses API Key. Slab requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Notion's official MCP server providing direct access to workspaces, pages, databases, blocks, and co...
Jam is a collaborative bug reporting and feedback tool that allows teams to capture, annotate, and s...
This server serves as the remote API for Guru, a knowledge management tool, but lacks specific detai...
Fireflies is an AI-powered meeting assistant that automatically records, transcribes, and analyzes v...
This server provides event organizers with a suite of tools to manage interactions with attendees an...
Official Airtable MCP server providing AI-powered access to Airtable bases, tables, records, and sch...