Contentful Management
Summary
This MCP server, developed by ivo-toby, integrates with Contentful's Content Management API to enable AI assistants to manage content across spaces and environments. It provides tools for CRUD operations on entries and assets, content type management, localization support, and publishing workflows. The implementation offers a visual inspector for debugging and testing. By connecting AI capabilities with Contentful's headless CMS, this server empowers AI systems to handle complex content management tasks. It is particularly useful for applications in content creation, website management, or any scenario where an AI assistant needs to work with structured content in a headless CMS.
Available Actions(28)
search_entries
Search for entries using query parameters.
create_entry
Create new entries.
get_entry
Retrieve existing entries.
update_entry
Update entry fields.
delete_entry
Remove entries.
publish_entry
Publish entries.
unpublish_entry
Unpublish entries.
bulk_publish
Publish multiple entries and assets in a single operation. Accepts an array of entities (entries and assets) and processes their publication as a batch.
bulk_unpublish
Unpublish multiple entries and assets in a single operation. Similar to bulk_publish but removes content from the delivery API.
bulk_validate
Validate multiple entries for content consistency, references, and required fields. Returns validation results without modifying content.
list_assets
List assets with pagination (3 items per page).
upload_asset
Upload new assets with metadata.
get_asset
Retrieve asset details and information.
update_asset
Update asset metadata and files.
delete_asset
Remove assets from space.
publish_asset
Publish assets to delivery API.
unpublish_asset
Unpublish assets from delivery API.
list_spaces
List available spaces.
get_space
Get space details.
list_environments
List environments in a space.
create_environment
Create new environment.
delete_environment
Remove environment.
list_content_types
List available content types.
get_content_type
Get content type details.
create_content_type
Create new content type.
update_content_type
Update content type.
delete_content_type
Remove content type.
publish_content_type
Publish a content type.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论