Contentful (verified)
Contentful is a headless CMS allowing developers to create, manage, and distribute content across multiple channels and devices with an API-first approach
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add contentful
# Browse available tools
npx -y smithery tool list contentful
# Get full schema for a tool
npx -y smithery tool get contentful CONTENTFUL_GET_SPACE
# Call a tool
npx -y smithery tool call contentful CONTENTFUL_GET_SPACE '{}'Direct MCP Connection
Endpoint: https://contentful.run.tools
Tools (3)
CONTENTFUL_GET_SPACE— Retrieves details of a specific space by its ID. This action is used to get information about a single space in Content…CONTENTFUL_LIST_SPACES— Lists all spaces that the authenticated user has access to in Contentful. This is a fundamental operation needed before…CONTENTFUL_UPDATE_SPACE— Updates the name of a specific space. Notes: - The version number is required to ensure you're updating the latest vers…
# Get full input/output schema for a tool
npx -y smithery tool get contentful