Slab for your agents.
Connect Slab once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 5 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Slab.
What agents can do with Slab
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
slab_graphql_queryExecute a raw GraphQL query against the Slab API. Use introspection or the Slab GraphQL playground to discover available queries. Common queries: { organization { id name host } }, { posts(first:10) { edges { node { id title content } } } }, { topics { id name } }.
slab_list_postsList recent posts across your workspace. Canned query, returns id, title, and created date.
slab_get_postGet a single post by its id with full content.
slab_list_topicsList all topics (categories) in your workspace.
slab_search_postsSearch posts by text query. Returns matching posts with title and url.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to your Slab workspace's Team settings -> Developer.
- Create a Slab Bot user and grant it access to the topics/posts you want the API to reach.
- Copy the bot's API access token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Slab to Even: call connect_begin("slab") on the even-connect MCP and walk me through it.
Execute GraphQL queries against Slab to retrieve topics, posts, and knowledge base content for search and discovery.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.