Skip to main content
Feedback

Cockpit MCP connector

Cockpit is a headless CMS that manages structured content through collections, singletons, and form submissions via API. The Cockpit MCP connector allows AI agents to retrieve and modify collection entries, manage singleton data, and submit form responses. It also supports listing available collections and singletons across your Cockpit instance.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Cockpit MCP connector to perform the following actions:

  • Publish blog posts and articles directly from Cockpit to your website without manual uploads
  • Retrieve product information from Cockpit collections to populate e-commerce catalogs automatically
  • Sync marketing content across multiple channels by pulling from Cockpit singletons
  • Update pricing and inventory data in Cockpit when changes occur in other business systems
  • Collect customer feedback through forms and store responses in Cockpit collections
  • Organize digital assets and media files in Cockpit for distributed team access and approval
  • Maintain consistent brand messaging by centralizing all content in Cockpit collections

Example prompts

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

  • Show me all blog post entries in Cockpit from the past week.
  • Create a new product listing in Cockpit with the title and description I provide.
  • Update the homepage banner content in Cockpit singletons.
  • List all collections available in Cockpit and tell me what they contain.
  • Retrieve the company contact information from Cockpit singletons.
  • Submit a customer feedback form to Cockpit and save their response.
  • Get all customer testimonials from the reviews collection in Cockpit.
  • Create a new blog post entry in Cockpit with the content I just wrote.
  • Pull all product categories from Cockpit to update our catalog.
  • Show me what singleton data exists in Cockpit for site configuration.

Cockpit MCP connector tools

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

ToolDescription
listCollectionsRetrieves a list of all available collections in the system.
getAllCollectionEntriesFetches all entries stored within a specified collection.
createCollectionEntryAdds a new entry to a collection with provided data.
updateCollectionEntryModifies an existing entry in a collection with new information.
submitFormSends completed form data for processing or storage.
listSingletonsRetrieves a list of all available singleton objects in the system.
getSingletonFetches data from a specific singleton object.
On this Page