Storyblok MCP connector
Updated
Storyblok is a headless CMS for creating and managing content with a visual editor and flexible content structures. The Storyblok MCP connector allows AI agents to retrieve and list stories, spaces, and components from both the Content and Management APIs. It also supports publishing, unpublishing, and deleting stories, enabling teams to manage content lifecycles across their spaces.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Storyblok MCP connector to perform the following actions:
- Retrieve published content from Storyblok spaces for use in workflows
- Audit draft and unpublished stories before content goes live
- Publish approved stories to make content visible to visitors
- Unpublish outdated stories to remove them from public view
- Delete obsolete stories to keep content spaces organized
- List all components to understand available content structures
- Compare content across multiple spaces for consistency checks
- Search and filter stories by folder, tag, or status
Example prompts
Use the following example prompts to invoke Storyblok MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all published stories in our Storyblok space.Publish the new homepage story in Storyblok.Find the story about our summer sale campaign in Storyblok.List every component available in our Storyblok space.Unpublish the outdated pricing page in Storyblok.Delete the test story we no longer need in Storyblok.What spaces do we have access to in Storyblok?Get the details of the About Us story in Storyblok.List all draft stories waiting for review in Storyblok.Show me stories tagged as blog in Storyblok.
Storyblok MCP connector tools
The Storyblok MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getStoryContent | Get a story (Content API) |
| getAllStoriesContent | List stories (Content API) |
| getSpaces | List spaces |
| getComponents | List components |
| getAllStoriesManagement | List stories (Management API) |
| getStoryManagement | Get a story (Management API) |
| deleteStory | Delete a story |
| publishStory | Publish a story |
| unpublishStory | Unpublish a story |