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 → ConnectorsAdd 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

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