Skip to content
LangChain

CoreWise for LangChain

io.github.ryanportfolio/corewise

Extract structured insights from videos, podcasts, articles, and PDFs with multi-model AI

client:LangChain transport:streamable-http tools:4

Install CoreWise in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "corewise": {
            "transport": "streamable_http",
            "url": "https://corewise.video/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

CoreWise in other clients