# Storyblok — MCP server on mcp.ai > Connect your Storyblok account and use 10 tools for developer tools straight from your AI agent. Connect with your own API key. Headless CMS with visual editor for content management and delivery across multiple platforms. By: mcp.ai · official Page: https://mcp.ai/storyblok ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_storyblok?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/storyblok/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/storyblok/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/storyblok/skill.md Postman collection (v2.1): https://mcp.ai/storyblok/postman.json ## Tools - storyblok_fetch_content_type_items_graphql(page?: integer, per_page?: integer, with_tag?: string, starts_with?: string, content_type: string, excluding_slugs?: string, first_published_at_lt?: string) — Fetch multiple stories/content items using Storyblok's GraphQL API with filtering and pagination. Use starts_with with language code prefix (e.g., 'es/*', 'hi/*') to retrieve translated content in spe - storyblok_fetch_graphql_content_item(id: string, language?: string, content_type: string, resolve_relations?: string) — Tool to fetch a single story in a specific language using Storyblok GraphQL API with field-level translations. For each content type (e.g., Page), Storyblok generates a ContentTypeItem field (e.g., Pa - storyblok_get_app(id: integer) — Tool to retrieve a Storyblok extension/app by ID using the Management API. Use when you need to fetch details about a specific extension or app installed in Storyblok. - storyblok_get_datasource_entries(query: string, version?: string, variables?: object) — Tool to retrieve datasource entries from Storyblok via GraphQL API. Use when you need to fetch datasource data. Returns datasource entries with fields like id, name, value, and dimension_value. - storyblok_get_graphql_rate_limit(query?: string) — Tool to retrieve rate limit information from Storyblok GraphQL API. Use when you need to check the maximum cost per request to calculate safe request rates (100 / maxCost = requests per second). - storyblok_get_page_item(id?: string, fields?: string, version?: string) — Tool to retrieve a single page item by ID or slug from Storyblok using GraphQL. Use when you need to fetch specific page content with custom field selection. Supports both draft and published versions - storyblok_list_graphql_content_type_items(query: string, version?: string) — Tool to retrieve multiple content items with pagination, filtering, and relation resolution for any Storyblok content type via GraphQL. Content types are dynamically generated as [ContentType]Items (e - storyblok_query_page_items(query: string, variables?: object) — Execute GraphQL queries to retrieve multiple page items from Storyblok with filtering options. Use when you need to fetch page content with filters like path prefix, publish date, or slug exclusions. - storyblok_retrieve_links_graphql(query?: string) — Tool to retrieve links for navigation using Storyblok's GraphQL API. Use when you need to fetch navigation links with their metadata (id, uuid, slug, name, published status). - storyblok_retrieve_tags(query?: string) — Tool to retrieve tags from Storyblok via GraphQL API. Use when you need to fetch available tags for content organization and filtering. ## Example prompts - "What can I do in Storyblok?" - "Show me a summary of my Storyblok account" ## Links Docs: https://mcp.ai/docs/mcps/storyblok Website: https://mcp.ai/mcps/storyblok