CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
petabloom avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
limitinteger
Maximum number of episodes to return. Must be between 1 and 50.default: 5
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).
querystring
Optional search keywords matched against indexed episode content. Use people, topics, companies, or phrases.default:
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
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
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.
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
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
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.
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:
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'...
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
episode_guidstring
Episode GUID returned by `search_episodes` or `get_latest_episodes`.
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`.
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedJun 5, 2026
Open website

More from petabloom

  • Podcast Transcripts On-Demand

Related Media & Entertainment MCP Servers

View all →
prizmad avatar
Prizmad

com.prizmad/mcp-server

Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect.
com.ryxell avatar
Ryxell

com.ryxell/mcp

Agent search: query-tailored web/news/paper/podcast segments, not full pages or links.
com.snapog avatar
SnapOG OG Image Generator

com.snapog/snapog

Give agents instant OG image generation, social metadata audits, and rendering guidance.
thechrisgrey avatar
Mcp

com.thechrisgrey/mcp

Search Christian Perez's blog, read posts, and ask about his work, podcast, and writing.
zype avatar
Server

com.zype.mcp/server

Manage videos, playlists, analytics, and monetization for OTT streaming services.
crawlora-org avatar
Crawlora MCP

crawlora-org/crawlora-mcp

Hosted MCP: 319 structured web-data tools for search, maps, commerce, social & finance.