← Registry

Content Tools

pythonbytes.fm

Search and retrieve Python Bytes podcast episodes and transcripts.

1 endpoint12 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://pythonbytes.fm/api/mcp

No auth detected

MCP server metadata

Name
python-bytes-mcp
Version
1.1.1
Capabilities
tools

Known tools 12

search_episodes

Search Python Bytes podcast episodes by keyword.

Inferred read-only
search_transcripts

Search the spoken content of Python Bytes episodes by keyword.

Inferred read-only
get_episode

Get full details for a specific Python Bytes episode by its show number.

Inferred read-only
get_episodes

Get a list of every published Python Bytes episode with its show number and title.

Inferred read-only
get_recent_episodes

Get the most recently published Python Bytes episodes, newest first.

Inferred read-only
get_episode_topics

Get the individual news items covered in a Python Bytes episode.

Inferred read-only
get_transcript_for_episode

Get the full plain-text transcript for a Python Bytes episode.

Inferred read-only
get_transcript_vtt

Get the transcript for a Python Bytes episode in WebVTT format.

Inferred read-only
get_next_livestream

Get the next scheduled Python Bytes live stream, or the one currently in progress.

Inferred read-only
search_courses

Search Talk Python Training courses, chapters, and lectures by keyword.

Inferred read-only
get_courses

Get a list of all available Talk Python Training courses.

Inferred read-only
get_course_details

Get full details for a Talk Python Training course by ID, including its chapter and lecture structure with durations.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.python-bytes-mcp]
url = "https://pythonbytes.fm/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "python-bytes-mcp": {
      "type": "http",
      "url": "https://pythonbytes.fm/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: python-bytes-mcp
Remote MCP URL: https://pythonbytes.fm/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "python-bytes-mcp": {
      "url": "https://pythonbytes.fm/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "python-bytes-mcp": {
      "type": "http",
      "url": "https://pythonbytes.fm/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "python-bytes-mcp",
  "transport": "streamable-http",
  "url": "https://pythonbytes.fm/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pythonbytes.fm was fetched 2026-08-03T21:15:35.714Z and is being refreshed.

Trust status Trusted

pythonbytes.fm is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.