Skip to main content
Feedback

Pendo MCP connector

Pendo Engage is a product experience platform for in-app guidance, analytics, and user feedback. The Pendo MCP connector allows AI agents to retrieve features, guides, pages, reports, and user segments, as well as query account and visitor metadata schemas. It also supports running data aggregation queries to analyze product usage patterns and user behavior across your Pendo environment.

Authentication type

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

Uses

Use the Pendo MCP connector to perform the following actions:

  • Identify user segments to target with personalized in-app messaging campaigns
  • Analyze feature adoption rates across your user base to prioritize product development
  • Extract visitor and account metadata to enrich customer profiles in downstream systems
  • Monitor guide performance and engagement metrics to optimize onboarding experiences
  • Query aggregated user behavior data to inform product strategy and release decisions
  • Retrieve page analytics to understand which features drive user retention and conversion
  • Export segment definitions to external marketing platforms for coordinated campaigns

Example prompts

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

  • Show me all the guides we have deployed in Pendo right now.
  • List every user segment in Pendo and their sizes.
  • What pages are tracked in Pendo, and which ones have the highest engagement?
  • Get the visitor metadata schema so I can see what customer data Pendo captures.
  • Run a query in Pendo to find how many users engaged with our onboarding guide last week.
  • Retrieve the account metadata structure from Pendo to understand available fields.
  • Show me all reports in Pendo that track feature adoption.
  • List all features in Pendo and identify which ones have the lowest usage.
  • Get details about the premium user segment in Pendo.
  • What data can I aggregate from Pendo to analyze user behavior trends?

Pendo MCP connector tools

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

ToolDescription
listFeaturesRetrieves all features configured in your Pendo account.
listGuidesRetrieves all guides created in your Pendo account.
listPagesRetrieves all pages tracked in your Pendo account.
listReportsRetrieves all reports available in your Pendo account.
listSegmentsRetrieves all audience segments defined in your Pendo account.
getSegmentRetrieves detailed information about a specific audience segment.
getAccountSchemaRetrieves the metadata schema structure for account-level data.
getVisitorSchemaRetrieves the metadata schema structure for visitor-level data.
runAggregationExecutes a data aggregation query to analyze usage metrics.
On this Page