← podlearn.ai
INDIVIDUAL MCP TOOL
start_transcription
Kick off transcription on an episode ALREADY in the library.
LIVE ENDPOINT
https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable
Connect to this endpoint to inspect the live schema for start_transcription and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.get_episode_details— Fetch full metadata for one episode including transcription_status and lesson_generation_status.transcribe_url— Ingest and transcribe an EXTERNAL / arbitrary audio URL — a URL the user pasted, or audio not reachable through the index.