CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Podcasts

com.petabloom/podcasts
5 toolsHTTPregistry active
Summary

You'll want this when you need to search for podcasts and pull their episode transcripts into your workflow. It's straightforward: discover shows, find specific episodes, and grab the text of what was said. Useful if you're building content analysis tools, summarizing podcast discussions, or extracting quotes and insights from audio content without manual transcription. The server runs over streamable HTTP, so you can hit it remotely without local setup. Reach for it when you're working with podcast data and need the actual words, not just metadata about episodes.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
search_episodesSearch indexed podcast episodes by keyword or show name and return the show/episode GUIDs needed for transcript retrieval.7 params

Search indexed podcast episodes by keyword or show name and return the show/episode GUIDs needed for transcript retrieval.

Parameters* required
sortstring
Sort order for results. `relevance` ranks full-text searches first and falls back to newest-first when no query is provided.one of relevance · published_desc · published_ascdefault: relevance
limitinteger
Maximum number of episodes to return. Must be between 1 and 50.default: 5
querystring
Optional search keywords matched against indexed episode content. Use people, topics, companies, or phrases.default:
podcast_namestring
Optional podcast title or internal label to narrow results to a specific show.default:
published_aftervalue
Inclusive lower publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_beforevalue
Inclusive upper publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_within_hoursvalue
Filter episodes published in the past X hours. Maximum 168 hours (1 week).
get_latest_episodesReturn the most recent transcript-ready episodes across the full podcast catalog.4 params

Return the most recent transcript-ready episodes across the full podcast catalog.

Parameters* required
sortstring
Sort order for results. `relevance` ranks full-text searches first and falls back to newest-first when no query is provided.one of relevance · published_desc · published_ascdefault: published_desc
limitinteger
Maximum number of episodes to return. Must be between 1 and 50.default: 5
published_aftervalue
Inclusive lower publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_beforevalue
Inclusive upper publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
search_episodes_by_topicSemantic topic search across the podcast catalog. Unlike `search_episodes` (which does lexical/keyword matching), this tool understands meaning: a query for 'AI safety' will match episodes about 'AI alignment', 'AGI risk', or 'frontier model evaluation' even if they don't cont...5 params

Semantic topic search across the podcast catalog. Unlike `search_episodes` (which does lexical/keyword matching), this tool understands meaning: a query for 'AI safety' will match episodes about 'AI alignment', 'AGI risk', or 'frontier model evaluation' even if they don't cont...

Parameters* required
limitinteger
Maximum number of episodes to return. Must be between 1 and 50.default: 5
topicstring
Semantic topic to find episodes about. Free-form phrasing welcome — the server embeds this string and finds episodes whose extracted topic phrases are closest in meaning. Good examples: 'AI safety', 'EU AI Act regulation', 'GPU supply constraints', 'Theo Epstein on roster construction'. Distinct from `search_episodes`, which performs lexical keyword matching.
show_guidstring
Optional canonical show GUID (as returned by `search_episodes` or `get_latest_episodes` in the `show_guid` field) to restrict topic search to a single podcast. Leave empty to search across all shows.default:
published_aftervalue
Inclusive lower publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_beforevalue
Inclusive upper publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
get_transcriptFetch a bounded transcript chunk for a specific episode using its show and episode GUIDs. Use `next_cursor` to continue reading.4 params

Fetch a bounded transcript chunk for a specific episode using its show and episode GUIDs. Use `next_cursor` to continue reading.

Parameters* required
cursorinteger
Zero-based character offset into the transcript. Use the `next_cursor` returned by a prior get_transcript call to fetch the next chunk.default: 0
max_charsinteger
Target maximum number of transcript characters to return. Chunks prefer natural boundaries and may be slightly shorter. Must be between 100 and 20000.default: 12000
show_guidstring
Podcast show GUID returned by `search_episodes` or `get_latest_episodes`.
episode_guidstring
Episode GUID returned by `search_episodes` or `get_latest_episodes`.
give_feedbackSend structured feedback about bugs, missing data, unclear behavior, or feature requests.1 params

Send structured feedback about bugs, missing data, unclear behavior, or feature requests.

Parameters* required
feedbackstring
Feedback for the server team. Include the problem, missing capability, or suggested improvement without sensitive user data.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedJun 5, 2026
Open website

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.