Skip to main content
Feedback

Help Scout MCP connector

Help Scout is a customer support platform for managing email conversations, live chat, and knowledge base articles. The Help Scout MCP connector allows AI agents to organize and manage knowledge base content by creating and updating collections, categories, and articles. It also supports browsing existing documentation structures and deleting content across the knowledge base.

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 Help Scout MCP connector to perform the following actions:

  • Organize support content into collections and categories for faster customer self-service
  • Publish and update knowledge base articles without leaving your workflow platform
  • Search help articles by keyword to embed answers into customer conversations
  • Create multiple help sites and manage URL redirects across your support domains
  • Automate knowledge base maintenance by deleting outdated articles and restructuring categories
  • Build self-service portals that reduce support ticket volume and improve response times
  • Sync support documentation updates across teams and customer-facing Help Scout instances

Example prompts

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

  • Show me all collections in Help Scout and count how many articles each one has.
  • Create a new knowledge base collection called 'Billing FAQ' in Help Scout.
  • Find articles in Help Scout that mention 'password reset' and update them with new instructions.
  • List all categories under our 'Getting Started' collection in Help Scout.
  • Delete the outdated 'Legacy Features' article from Help Scout.
  • Search Help Scout for articles about refunds and return the top five results.
  • Create a new redirect in Help Scout that points old.example.com to help.example.com.
  • Add a new support site to Help Scout for our European customers.
  • Show me all the redirects currently set up on our Help Scout site.
  • Create a new category called 'Account Management' in our Help Scout billing collection.

Help Scout MCP connector tools

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

ToolDescription
listCollectionsRetrieves all collections available in the Help Scout knowledge base.
createCollectionCreates a new collection to organize knowledge base content.
getCollectionRetrieves details about a specific collection.
updateCollectionModifies the settings or metadata of an existing collection.
deleteCollectionRemoves a collection from the knowledge base.
listCategoriesRetrieves all categories within a specific collection.
listArticlesByCollectionRetrieves all articles contained in a specific collection.
createCategoryCreates a new category within a collection.
listArticlesByCategoryRetrieves all articles within a specific category.
createArticleCreates a new article in the knowledge base.
getArticleRetrieves the full content of a specific article.
updateArticleModifies the content or metadata of an existing article.
deleteArticleRemoves an article from the knowledge base.
searchArticlesSearches the knowledge base for articles matching specified criteria.
createSiteCreates a new help site or documentation portal.
deleteSiteRemoves a help site and its associated content.
listRedirectsRetrieves all active redirects configured for a site.
createRedirectCreates a redirect rule to route old URLs to new locations.
On this Page