MCPVault

bulk_unpublish

MCP tool from Contentful MCP by ivo-toby

Unpublish multiple entries and assets in a single operation. Similar to bulkpublish but removes content from the delivery API.

How to use it

bulk_unpublish is exposed by the Contentful MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the bulk_unpublish tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Contentful MCP

$npx -y @smithery/cli install @ivotoby/contentful-management-mcp-server --client claude
FULL CONTENTFUL MCP LISTING

Other tools in Contentful MCP (32)

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_validate

Validate multiple entries for content consistency, references, and required fields. Returns validation results without modifying content.

create_comment

Create new comments on entries with support for both plain-text and rich-text formats. Supports threaded conversations by providing a parent comment ID to reply to existing comments

create_content_type

Create new content type

create_entry

Create new entries

create_environment

Create new environment

delete_asset

Remove assets from space

delete_comment

Delete a specific comment from an entry

delete_content_type

Remove content type

delete_entry

Remove entries

delete_environment

Remove environment

get_asset

Retrieve asset details and information

get_comments

Retrieve comments for an entry with filtering by status (active, resolved, all)

get_content_type

Get content type details

get_entry

Retrieve existing entries

get_single_comment

Retrieve a specific comment by its ID for an entry

get_space

Get space details

list_assets

List assets with pagination (3 items per page)

list_content_types

List available content types

list_environments

List environments in a space

list_spaces

List available spaces

publish_asset

Publish assets to delivery API

publish_content_type

Publish a content type

publish_entry

Publish entries

search_entries

Search for entries using query parameters

unpublish_asset

Unpublish assets from delivery API

unpublish_entry

Unpublish entries

update_asset

Update asset metadata and files

update_comment

Update existing comments with new body content or status changes

update_content_type

Update content type

update_entry

Update entry fields

upload_asset

Upload new assets with metadata