Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.petabloom/podcasts

REMOTE · PODCASTS.PETABLOOM.COM · SCANNED AUG 3

An MCP server that provides tools to discover and retrieve podcast episodes transcripts.

+5 this week 74 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1612 tokens (~268/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · podcasts.petabloom.com

# add to Claude Code
claude mcp add --transport http com-petabloom-podcasts https://podcasts.petabloom.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-petabloom-podcasts]
url = "https://podcasts.petabloom.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-petabloom-podcasts": {
      "type": "remote",
      "url": "https://podcasts.petabloom.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-petabloom-podcasts --url https://podcasts.petabloom.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-petabloom-podcasts:
    url: "https://podcasts.petabloom.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-petabloom-podcasts": {
      "type": "http",
      "url": "https://podcasts.petabloom.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 68

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://podcasts.petabloom.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=podcasts.petabloom.com CN=Amazon RSA 2048 M01,O=Amazon,C=US 18 Mar 2026 1 Oct 2026 RSA 2048 SHA256-RSA 42338d7b2dbd5de6c853accd76f239e
SANs: podcasts.petabloom.com
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
DNSSEC insecure

Validation of podcasts.petabloom.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
petabloom.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://podcasts.petabloom.com/mcp Verified 200
http (plaintext) http://podcasts.petabloom.com/mcp HTTPS enforced 301 https://podcasts.petabloom.com/mcp
MCP tools — 5 exposed · ~957 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_latest_episodes ~158

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

NameTypeReqDescription
cursorintegerZero-based episode offset for pagination. Use the `next_cursor` returned by a prior search/listing call to fetch the next page of results.
limitintegerMaximum number of episodes to return. Must be between 1 and 50.
published_afterInclusive lower publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_beforeInclusive upper publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
sortstringSort order for results. `relevance` ranks full-text searches first and falls back to newest-first when no query is provided.
NameTypeReqDescription
countintegeryesNumber of episodes returned on this page.
episodesarrayyesMatching transcript-ready episodes.
next_cursorCursor to pass to the next search call to retrieve the next page of results, or null if there are no more pages.
total_countintegeryesTotal number of matching transcript-ready episodes across all pages.
total_count_is_approximatebooleanWhen true, `total_count` is a lower bound — more matches may exist than were counted. False for exact lexical/date counts; can be true only for semantic results (e.g. the topic-search fallback).

No examples provided.

get_transcript ~153

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

NameTypeReqDescription
cursorintegerZero-based character offset into the transcript. Use the `next_cursor` returned by a prior get_transcript call to fetch the next chunk.
episode_guidstringyesEpisode GUID returned by `search_episodes` or `get_latest_episodes`.
max_charsintegerTarget maximum number of transcript characters to return. Chunks prefer natural boundaries and may be slightly shorter. Must be between 100 and 20000.
show_guidstringyesPodcast show GUID returned by `search_episodes` or `get_latest_episodes`.
NameTypeReqDescription
char_endintegeryesExclusive zero-based end offset of this chunk in the complete transcript.
char_startintegeryesInclusive zero-based start offset of this chunk in the complete transcript.
duration_secondsEpisode duration in seconds when available from the source feed.
episode_guidstringyesPodcast episode GUID requested by the client.
episode_titlestringyesPodcast episode title.
has_morebooleanyesWhether another get_transcript call is needed to continue reading.
next_cursorCursor to pass to the next get_transcript call, or null at the end.
published_datestringyesEpisode publication timestamp in ISO 8601 format.
rss_feed_urlstringyesRSS feed URL for the podcast show.
show_guidstringyesPodcast show GUID requested by the client.
show_titlestringyesPodcast show title.
textstringyesTranscript chunk text.
total_charsintegeryesTotal character count of the complete transcript text.

No examples provided.

give_feedback ~51

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

NameTypeReqDescription
feedbackstringyesFeedback for the server team. Include the problem, missing capability, or suggested improvement without sensitive user data.
NameTypeReqDescription
feedback_idstringyesStable feedback identifier.
messagestringyesHuman-readable result summary.
statusstringyesFeedback persistence status.

No examples provided.

search_episodes ~236

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

NameTypeReqDescription
cursorintegerZero-based episode offset for pagination. Use the `next_cursor` returned by a prior search/listing call to fetch the next page of results.
limitintegerMaximum number of episodes to return. Must be between 1 and 50.
podcast_namestringOptional podcast title or internal label to narrow results to a specific show.
published_afterInclusive lower publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_beforeInclusive upper publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_within_hoursFilter episodes published in the past X hours. Maximum 168 hours (1 week).
querystringOptional search keywords matched against indexed episode content. Use people, topics, companies, or phrases.
sortstringSort order for results. `relevance` ranks full-text searches first and falls back to newest-first when no query is provided.
NameTypeReqDescription
countintegeryesNumber of episodes returned on this page.
episodesarrayyesMatching transcript-ready episodes.
next_cursorCursor to pass to the next search call to retrieve the next page of results, or null if there are no more pages.
total_countintegeryesTotal number of matching transcript-ready episodes across all pages.
total_count_is_approximatebooleanWhen true, `total_count` is a lower bound — more matches may exist than were counted. False for exact lexical/date counts; can be true only for semantic results (e.g. the topic-search fallback).

No examples provided.

search_episodes_by_topic ~359

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 contain the exact phrase. Returns ranked episodes with the matched topic phrases so you can explain *why* each result is relevant before fetching the transcript. Best for conceptual or thematic queries — use `search_episodes` instead when the user is looking for a specific person, product, or verbatim phrase.

NameTypeReqDescription
cursorintegerZero-based episode offset for pagination. Use the `next_cursor` returned by a prior search/listing call to fetch the next page of results.
limitintegerMaximum number of episodes to return. Must be between 1 and 50.
published_afterInclusive lower publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
published_beforeInclusive upper publication-date bound. Accepts YYYY-MM-DD or ISO 8601 datetime.
show_guidstringOptional 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.
topicstringyesSemantic 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',…
NameTypeReqDescription
countintegeryesNumber of episodes returned on this page.
episodesarrayyesEpisodes ranked by best topic-phrase similarity to the query.
next_cursorCursor to pass to the next search call to retrieve the next page of results, or null if there are no more pages.
querystringyesThe topic query that was embedded and searched.
total_countintegeryesNumber of matching episodes, counted over the nearest-match candidate window rather than the whole catalog. When `total_count_is_approximate` is true, treat this as a lower bound — broad queries may…
total_count_is_approximatebooleanTrue when the candidate window was exhausted, so `total_count` undercounts the true number of matches. When false, `total_count` is exact. Refine the query for tighter results if this is true and you…

No examples provided.