← podlearn.ai

INDIVIDUAL MCP TOOL

get_episode_details

Fetch full metadata for one episode including transcription_status and lesson_generation_status.

podlearn.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable

No auth detected

Connect to this endpoint to inspect the live schema for get_episode_details and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

podlearn.ai

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.podlearn-transcripts]
url = "https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "podlearn-transcripts": {
      "type": "http",
      "url": "https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: podlearn-transcripts
Remote MCP URL: https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable

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": {
    "podlearn-transcripts": {
      "url": "https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "podlearn-transcripts": {
      "type": "http",
      "url": "https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "podlearn-transcripts",
  "transport": "streamable-http",
  "url": "https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable"
}
MCP Inspector

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

Related tools

  • search_podcasts — Search PodLearn library AND PodcastIndex.
  • list_podcasts — List podcasts already in the PodLearn library, optionally filtered by category.
  • get_podcast_details — Fetch full metadata for one podcast in the PodLearn library, including its episode count.
  • search_episodes — Cross-podcast episode search by title/description AND parent podcast name/author.
  • list_feed_episodes — Fetch the canonical episode list for a podcast directly from PodcastIndex (the upstream RSS index).
  • list_episodes — List episodes already in the local DB for a specific podcast.
  • transcribe_url — Ingest and transcribe an EXTERNAL / arbitrary audio URL — a URL the user pasted, or audio not reachable through the index.
  • transcribe_feed — Bulk/season transcription — kick off transcription for up to `max` (cap 25) not-yet-transcribed episodes of a podcast feed in ONE call.