Podroma in your AI tools
Podroma is available as an MCP server — connect it to Claude, Cursor, or any tool that speaks the Model Context Protocol, and your AI can browse podcast insights, ask questions about episodes, and analyze new ones without you ever opening a browser.
Endpoint
https://podroma.com/api/mcp/mcp
Streamable HTTP transport. No API key, no signup — same open access and rate limits as the website.
Connect
Claude (claude.ai or desktop)
Settings → Connectors → Add custom connector → paste the endpoint URL above and name it “Podroma”.
Claude Code
claude mcp add --transport http podroma https://podroma.com/api/mcp/mcp
Cursor / other MCP clients
{
"mcpServers": {
"podroma": {
"url": "https://podroma.com/api/mcp/mcp"
}
}
}What your AI can do with it
- list_recent_episodes — the freshest analyzed episodes across tech, business, health and more
- get_episode_insights — the full distilled breakdown for any episode: 3–5 key insights, each with a recent real-world example
- search_podcasters / list_podcaster_episodes — find a show and see which episodes already have insights
- ask_episode — ask questions answered from the episode’s full transcript (50/day per IP)
- analyze_episode — hand it any YouTube podcast URL and get fresh insights ~90 seconds later (25/day per IP, episodes up to 4 hours)
Try it
Once connected, just ask naturally: “What were the key insights from the latest All-In episode?” or “Analyze this episode and tell me if it’s worth my time: <YouTube link>”
Prefer plain REST? The same capabilities are documented in the API guide for agents. Questions: insights@podroma.com · Back home