Skip to content
LangChain

knowledge base for LangChain

com.tunnelpowered/knowledge-base

Search verified local businesses, check what their verification proves, and message them.

client:LangChain transport:streamable-http tools:17

Install knowledge base in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "knowledge-base": {
            "transport": "streamable_http",
            "url": "https://api.tunnelpowered.com/api/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

knowledge base in other clients