Storyblok MCP Server

115 tools. 72 can modify or destroy data without limits.

18 destructive tools with no built-in limits. Policy required.

Last updated:

72 can modify or destroy data
43 read-only
115 tools total

Community server · catalogue entry verified 12/06/2026

How to control Storyblok MCP Server ↓

What Storyblok MCP Server exposes to your agents

Read (43) Write / Execute (52) Destructive / Financial (18)
Critical Risk

The most dangerous Storyblok MCP Server tools

72 of Storyblok MCP Server's 115 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Storyblok MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Storyblok MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_access_token": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "unpublish_story": {
    "limits": [
      {
        "counter": "unpublish_story_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "fetch_access_tokens": {
    "limits": [
      {
        "counter": "fetch_access_tokens_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Storyblok MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON STORYBLOK →

Free to start. No card required.

All 115 Storyblok MCP Server tools

WRITE 50 tools
Write unpublish_story unpublish_story Write translate_story translate_story Write add_story_to_release add_story_to_release Write auto_tag_story auto_tag_story Write complete_asset_upload complete_asset_upload Write copy_stories_between_branches copy_stories_between_branches Write create_access_token create_access_token Write create_asset_folder create_asset_folder Write create_branch create_branch Write create_component create_component Write create_component_folder create_component_folder Write create_datasource create_datasource Write create_datasource_entry create_datasource_entry Write create_preset create_preset Write create_release create_release Write create_space create_space Write create_space_role create_space_role Write create_story create_story Write create_story_scheduling create_story_scheduling Write create_tag create_tag Write create_tag_and_add_to_story create_tag_and_add_to_story Write create_webhook create_webhook Write create_workflow create_workflow Write create_workflow_stage create_workflow_stage Write create_workflow_stage_change create_workflow_stage_change Write duplicate_space duplicate_space Write duplicate_workflow duplicate_workflow Write generate_alt generate_alt Write generate_meta generate_meta Write import_story import_story Write init_asset_upload init_asset_upload Write publish_release publish_release Write publish_story publish_story Write restore_story restore_story Write update_access_token update_access_token Write update_asset_folder update_asset_folder Write update_branch update_branch Write update_component update_component Write update_component_folder update_component_folder Write update_datasource update_datasource Write update_datasource_entry update_datasource_entry Write update_preset update_preset Write update_release update_release Write update_space update_space Write update_space_role update_space_role Write update_story update_story Write update_story_scheduling update_story_scheduling Write update_webhook update_webhook Write update_workflow update_workflow Write update_workflow_stage update_workflow_stage
READ 43 tools
Read fetch_access_tokens fetch_access_tokens Read fetch_asset_folders fetch_asset_folders Read fetch_assets fetch_assets Read fetch_branch_deployments fetch_branch_deployments Read fetch_branches fetch_branches Read fetch_component_folders fetch_component_folders Read fetch_components fetch_components Read fetch_datasource_entries fetch_datasource_entries Read fetch_datasources fetch_datasources Read fetch_folders fetch_folders Read fetch_presets fetch_presets Read fetch_releases fetch_releases Read fetch_space_roles fetch_space_roles Read fetch_spaces fetch_spaces Read fetch_stories fetch_stories Read fetch_story_schedulings fetch_story_schedulings Read fetch_tags fetch_tags Read fetch_webhooks fetch_webhooks Read fetch_workflow_stage_changes fetch_workflow_stage_changes Read fetch_workflow_stages fetch_workflow_stages Read fetch_workflows fetch_workflows Read get_access_token get_access_token Read get_asset get_asset Read get_branch get_branch Read get_branch_deployment get_branch_deployment Read get_branch_stories get_branch_stories Read get_component get_component Read get_component_folder get_component_folder Read get_datasource get_datasource Read get_datasource_entry get_datasource_entry Read get_preset get_preset Read get_space get_space Read get_space_role get_space_role Read get_story get_story Read get_story_by_slug get_story_by_slug Read get_story_scheduling get_story_scheduling Read get_story_versions get_story_versions Read get_webhook get_webhook Read get_workflow get_workflow Read get_workflow_stage get_workflow_stage Read get_workflow_stage_change get_workflow_stage_change Read search_stories search_stories Read compare_branches compare_branches

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Storyblok MCP Server

Can an AI agent delete data through the Storyblok MCP Server MCP server? +

Yes. The Storyblok MCP Server server exposes 18 destructive tools including delete_access_token, delete_asset, delete_asset_folder. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Storyblok MCP Server? +

The Storyblok MCP Server server has 50 write tools including unpublish_story, translate_story, add_story_to_release. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Storyblok MCP Server.

How many tools does the Storyblok MCP Server MCP server expose? +

115 tools across 4 categories: Destructive, Execute, Read, Write. 43 are read-only. 72 can modify, create, or delete data.

How do I enforce a policy on Storyblok MCP Server? +

Register the Storyblok MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Storyblok MCP Server tool call.

Deterministic rules across all 115 Storyblok MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

115 Storyblok MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.