Skip to main content

Search, manage, and analyze podcasts with Listen API for AI Agents

Workflow preview

Workflow preview
100%
Search, manage, and analyze podcasts with Listen API for AI Agents preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond nodes automation lab 2006/a...

Best for

  • Market Research automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.httprequesttool

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Ashby.

Original n8n.io source

1.1 Workflow description

Title
Search, manage, and analyze podcasts with Listen API for AI Agents
Workflow name
Search, manage, and analyze podcasts with Listen API for AI Agents

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Join the community

Complete MCP server exposing 23 Listen API: Podcast Search, Directory, and Insights API operations to AI agents.

⚔ Quick Setup

  1. Import this workflow into your n8n instance
  2. Credentials Add Listen API: Podcast Search, Directory, and Insights API credentials
  3. Activate the workflow to start your MCP server
  4. Copy the webhook URL from the MCP trigger node
  5. Connect AI agents using the MCP URL

šŸ”§ How it Works

This workflow converts the Listen API: Podcast Search, Directory, and Insights API into an MCP-compatible interface for AI agents.

• MCP Trigger: Serves as your server endpoint for AI agent requests • HTTP Request Nodes: Handle API calls to https://listen-api.listennotes.com/api/v2 • AI Expressions: Automatically populate parameters via $fromAI() placeholders • Native Integration: Returns responses directly to the AI agent

šŸ“‹ Available Operations (23 total)

šŸ”§ Best_Podcasts (1 endpoints)

• GET /best_podcasts: Delete Podcast by ID

šŸ”§ Curated_Podcasts (2 endpoints)

• GET /curated_podcasts: Fetch Curated Podcast List by ID • GET /curated_podcasts/{id}: Fetch a curated list of podcasts by id

šŸ”§ Episodes (3 endpoints)

• POST /episodes: Fetch Episode Recommendations • GET /episodes/{id}: Fetch detailed meta data for an episode by id • GET /episodes/{id}/recommendations: Fetch recommendations for an episode

šŸ”§ Genres (1 endpoints)

• GET /genres: Fetch Podcast Genres

šŸ”§ Just_Listen (1 endpoints)

• GET /just_listen: Fetch Random Podcast Episode

šŸ”§ Languages (1 endpoints)

• GET /languages: Fetch Supported Languages

šŸ”§ Playlists (2 endpoints)

• GET /playlists: Fetch Playlist Details by ID • GET /playlists/{id}: Fetch a playlist's info and items (i.e., episodes or podcasts).

šŸ”§ Podcasts (6 endpoints)

• POST /podcasts: Fetch Podcast Audience Data • POST /podcasts/submit: Submit a podcast to Listen Notes database • DELETE /podcasts/{id}: Request to delete a podcast • GET /podcasts/{id}: Fetch detailed meta data and episodes for a podcast by id • GET /podcasts/{id}/audience: Fetch audience demographics for a podcast • GET /podcasts/{id}/recommendations: Fetch recommendations for a podcast

šŸ”§ Regions (1 endpoints)

• GET /regions: Fetch Supported Regions

šŸ”§ Related_Searches (1 endpoints)

• GET /related_searches: Fetch Related Search Terms

šŸ”§ Search (1 endpoints)

• GET /search: Full-Text Search

šŸ”§ Spellcheck (1 endpoints)

• GET /spellcheck: Spell Check Search Term

šŸ”§ Trending_Searches (1 endpoints)

• GET /trending_searches: Fetch Trending Search Terms

šŸ”§ Typeahead (1 endpoints)

• GET /typeahead: Typeahead Search

šŸ¤– AI Integration

Parameter Handling: AI agents automatically provide values for: • Path parameters and identifiers • Query parameters and filters • Request body data • Headers and authentication

Response Format: Native Listen API: Podcast Search, Directory, and Insights API responses with full data structure

Error Handling: Built-in n8n HTTP request error management

šŸ’” Usage Examples

Connect this MCP server to any AI agent or workflow:

• Claude Desktop: Add MCP server URL to configuration • Cursor: Add MCP server SSE URL to configuration • Custom AI Apps: Use MCP URL as tool endpoint • API Integration: Direct HTTP calls to MCP endpoints

✨ Benefits

• Zero Setup: No parameter mapping or configuration needed • AI-Ready: Built-in $fromAI() expressions for all parameters • Production Ready: Native n8n HTTP request handling and logging • Extensible: Easily modify or add custom logic

> šŸ†“ Free for community use! Ready to deploy in under 2 minutes.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Setup Instructions

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Listen API: Podcast Search, Directory, and Insights MCP Server

Type / Role
@n8n/n8n-nodes-langchain.mcpTrigger - mcpTrigger
Config choices
Version 1

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Fetch Best Podcasts by Genre

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 6 - Fetch Curated Podcast Lists

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 7 - Fetch Curated Podcast List by ID

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 8 - Batch Fetch Episode Metadata

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 9 - Fetch Episode Details by ID

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 10 - Fetch Episode Recommendations

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 11 - Fetch Podcast Genres

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 12 - Fetch Random Podcast Episode

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 13 - Fetch Supported Languages

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 14 - Batch Fetch Podcast Metadata

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 15 - Fetch Podcast Details by ID

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 16 - Fetch Podcast Recommendations

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 17 - Fetch Supported Regions

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 18 - Description - Directory API

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Fetch User Playlists

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 21 - Fetch Playlist Details by ID

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 22 - Description - Playlist API

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Submit Podcast to Database

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Search, manage, and analyze podcasts with Listen API for AI Agents
Complexity advanced
Nodes 36
Categories Market Research, AI RAG
Author David Ashby
Published 02 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5605/5605.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Search, manage, and analyze podcasts with Listen API for AI Agents do?

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond nodes automation lab 2006/a...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI RAG use case.