Skip to content
LangChain

Podlex for LangChain

com.aloudable/podlex

Ask your AI anything about any podcast. 4.8M shows: who makes them, why, and how much is AI.

client:LangChain transport:streamable-http

Install Podlex in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "podlex": {
            "transport": "streamable_http",
            "url": "https://podlex.aloudable.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Podlex in other clients