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.
| Tool | Description |
|---|---|
| getClassificationInclusions | Retrieves a list of classification inclusion records from the system. |
| getClassificationInclusions2 | Retrieves a specific classification inclusion record by identifier. |
| getClassifications | Retrieves a list of available classifications in the system. |
| getClassifications2 | Retrieves a specific classification record by identifier. |
| getCredits | Retrieves a list of credits associated with content. |
| getCredits2 | Retrieves a specific credit record by identifier. |
| getEpisodes | Retrieves a list of episodes from the system. |
| getEpisodes2 | Retrieves a specific episode record by identifier. |
| getEpisodesNextSibling | Retrieves the episode released immediately after a specified episode. |
| getEpisodesPreviousSibling | Retrieves the episode released immediately before a specified episode. |
| getImages | Retrieves a list of images from the system. |
| getImages2 | Retrieves a specific image record by identifier. |
| getMediaAssets | Retrieves a list of media assets from the system. |
| getMediaAssets2 | Retrieves a specific media asset record by identifier. |
| getNetworks | Retrieves a list of networks from the system. |
| getNetworks2 | Retrieves a specific network record by identifier. |
| getPeople | Retrieves a list of people in the system. |
| getPeople2 | Retrieves a specific person record by identifier. |
| getSeasons | Retrieves a list of seasons from the system. |
| getSeasons2 | Retrieves a specific season record by identifier. |
| getSeries | Retrieves a list of series from the system. |
| getSeries2 | Retrieves a specific series record by identifier. |