Skip to main content
Feedback

ART19 MCP connector

ART19 is a podcast hosting, distribution, and monetization platform for publishers and content creators. The ART19 MCP connector allows AI agents to manage podcast episodes, retrieve classification and credit information, and navigate episode sequences. It also supports accessing classification inclusion records and querying podcast metadata across your ART19 account.

Authentication type

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

Uses

Use the ART19 MCP connector to perform the following actions:

  • Distribute podcast episodes across multiple networks and platforms automatically
  • Track episode performance metrics and listener engagement in real time
  • Manage podcast series, seasons, and episodes from a centralized source
  • Organize and retrieve podcast credits, cast, and people information seamlessly
  • Monitor classification and content categorization across your podcast portfolio
  • Access podcast artwork, media files, and associated digital assets programmatically

Example prompts

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

  • Show me all episodes released in the last 30 days from ART19.
  • List every series in ART19 and their current monetization status.
  • Find the next episode coming after episode 42 in ART19.
  • Retrieve all images and artwork associated with our flagship series in ART19.
  • Get a complete list of all people credited on our podcasts in ART19.
  • Show me which seasons belong to each series in ART19.
  • Pull all media assets for the marketing team from ART19.
  • List every network our content distributes to in ART19.
  • Find all episodes with specific classification tags in ART19.
  • Show me the episode that aired right before episode 50 in ART19.

ART19 MCP connector tools

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

ToolDescription
getClassificationInclusionsRetrieves a list of classification inclusion records from the system.
getClassificationInclusions2Retrieves a specific classification inclusion record by identifier.
getClassificationsRetrieves a list of available classifications in the system.
getClassifications2Retrieves a specific classification record by identifier.
getCreditsRetrieves a list of credits associated with content.
getCredits2Retrieves a specific credit record by identifier.
getEpisodesRetrieves a list of episodes from the system.
getEpisodes2Retrieves a specific episode record by identifier.
getEpisodesNextSiblingRetrieves the episode released immediately after a specified episode.
getEpisodesPreviousSiblingRetrieves the episode released immediately before a specified episode.
getImagesRetrieves a list of images from the system.
getImages2Retrieves a specific image record by identifier.
getMediaAssetsRetrieves a list of media assets from the system.
getMediaAssets2Retrieves a specific media asset record by identifier.
getNetworksRetrieves a list of networks from the system.
getNetworks2Retrieves a specific network record by identifier.
getPeopleRetrieves a list of people in the system.
getPeople2Retrieves a specific person record by identifier.
getSeasonsRetrieves a list of seasons from the system.
getSeasons2Retrieves a specific season record by identifier.
getSeriesRetrieves a list of series from the system.
getSeries2Retrieves a specific series record by identifier.
On this Page