Search Entra.Chat podcast transcripts β Merill Fernando's Microsoft Entra podcast on YouTube
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP (Model Context Protocol) server for searching transcripts of Entra.Chat β Merill Fernando's Microsoft Entra podcast on YouTube. Ask your AI assistant about Entra ID features, community tools, and identity topics discussed on the show, and get answers with timestamped YouTube links that jump straight to the relevant moment.
Companion to entra-news-mcp (the written Entra.News newsletter archive) and microsoft-ai-roundup-mcp.
~/.entra-news-podcast-mcp/). Updates are checked weekly.youtube.com/watch?v=...&t=... so you can hear the discussion in context.Requires Node.js 22+ (uses the built-in node:sqlite β no native dependencies).
Add to claude_desktop_config.json:
The OPENAI_API_KEY is optional β it enables semantic/hybrid search (embedding the query costs a fraction of a cent). Without it, BM25 keyword search is used.
| Tool | Description |
|---|---|
search_entra_podcasts | Search all episode transcripts. Modes: hybrid (default, BM25 + semantic via RRF), semantic, keyword. Results include episode, guests, and timestamped YouTube links. |
get_episode | Full episode by video_id or date β metadata, guests with profile links, chapters with timestamped links, and the complete transcript with [mm:ss] markers. |
list_episodes | Browse the archive; filter by year, month, and/or guest name. |
list_guests | Directory of all podcast guests with profile links, appearance counts, and latest appearance. |
get_guest | One guest by name: profile links and every episode they appeared on. |
find_tool_mentions | Community tools discussed on the show, with timestamped links to hear the discussion. |
| Source | Entra.Chat playlist on YouTube (@merillx) |
| Transcripts | YouTube captions (uploaded captions preferred, auto-generated otherwise) |
| Refresh | Weekly GitHub Action β new db-* release |
| Local cache | ~/.entra-news-podcast-mcp/ (%USERPROFILE%\.entra-news-podcast-mcp\ on Windows) β update check at most every 7 days; delete the folder to force a fresh download |
| Runtime override | Set ENTRA_PODCAST_DB_PATH to use a local database file instead |
Set OPENAI_API_KEY during ingest to generate embeddings (semantic search); without it the ingest still completes and BM25 keyword search works.
Guests are extracted heuristically from video titles/descriptions. Episodes the heuristics miss are listed at the end of each ingest run β correct them in scripts/lib/guest-overrides.json (keyed by video_id, entries fully replace extraction for that video) and apply with node dist/scripts/ingest.js --reextract (no re-download needed).
YouTube's caption/timedtext endpoint returning 429 has (at least) two distinct, unrelated causes β the ingest log's CAPTION_RATE_LIMITED error can't tell you which from the message text alone:
web/web_safari clients yt-dlp uses by default β see the yt-dlp PO Token Guide.<lang>-orig transcript β see pickCaptionLanguage in scripts/lib/ytdlp.ts. Confirmed 2026-09-09: this still 429s even with a working PO token provider.Regardless of source IP β confirmed 2026-09-09 by reproducing the identical failure from four different exit IPs (two IPRoyal residential identities in two countries, plus a clean home residential IP with no proxy at all). A proxy does not fix either cause.
CI sets up the PO token provider automatically (.github/workflows/weekly-update.yml, "Set up PO token provider" step, version-pinned β see that step's comment). For local ingest runs, set it up once:
YouTube sometimes blocks general page/API requests from datacenter IPs (BOT_BLOCKED in the workflow log β distinct from CAPTION_RATE_LIMITED above, which is captions-specific and not IP-related). Consumers are unaffected either way β the last-good release stays latest.
Mitigations built in before falling back to a manual refresh:
YTDLP_PROXY repository secret (set since 2026-07-21 to a residential proxy URL in http://user:pass@host:port form β note IPRoyal's dashboard shows host:port:user:pass, which must be rewritten, and geo-targeting modifiers like _country-au_city-hurstville are appended to the password, not the username) routes all yt-dlp traffic through that proxy. The same env var works for local ingest runs. This only helps with BOT_BLOCKED, not CAPTION_RATE_LIMITED.If CI is still blocked, refresh manually from a residential IP (set up the PO token provider above first):
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/entra-news-podcast)<a href="https://allmcps.com/mcp/entra-news-podcast"><img src="https://allmcps.com/api/badge/entra-news-podcast?style=directory" alt="Entra News Podcast on AllMCPs" /></a>