Skip to main content
Feedback

Contentful MCP connector

Contentful is a headless CMS that enables teams to manage and deliver content across any digital product or channel. The Contentful MCP connector allows AI agents to retrieve and browse content entries, access space and content type metadata, and query available assets and locales. It supports exploring content models, fetching individual entries or assets, and listing all content within a space.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Contentful MCP connector to perform the following actions:

  • Publish product content across multiple digital channels simultaneously
  • Retrieve and display localized content for global audience segments
  • Organize marketing assets and manage digital file libraries efficiently
  • Audit content structure and validate field configurations across spaces
  • Automate content delivery workflows to websites, apps, and storefronts
  • Extract entry metadata and audit trail data for compliance reporting
  • Sync content updates from Contentful to downstream business systems

Example prompts

Use the following example prompts to invoke Contentful MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all blog entries in Contentful from the marketing space.
  • What locales are available in our Contentful environment?
  • List all product assets stored in Contentful with their file sizes.
  • Retrieve the complete details for entry ID xyz123 in Contentful.
  • What content types do we have defined in our Contentful space?
  • Pull all published entries matching the product content type.
  • Get the featured image asset from our Contentful media library.
  • Show me all entries in Contentful that have been updated this week.
  • What are the field requirements for the landing page content type?
  • List every asset in Contentful that's tagged as approved for use.

Contentful MCP connector tools

The Contentful MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
contentful_contentfulgetentry_invokeRetrieves a specific entry from your Contentful workspace by its identifier.
getSpaceRetrieves configuration and information about your Contentful workspace.
getContentTypeRetrieves the structure and field definitions for a specific content type.
getEntryRetrieves a specific entry from your Contentful workspace by its identifier.
getAllEntriesLists all entries in your Contentful workspace with filtering and pagination options.
getAssetRetrieves a specific asset file stored in your Contentful workspace.
getAllAssetsLists all asset files in your Contentful workspace with filtering and pagination options.
getAllLocalesLists all available languages and locales configured in your Contentful workspace.
On this Page