Skip to content
LangChain

Unofficial Tesoro High School MCP for LangChain

io.github.mattmireles/tesoro-help

Read-only search over Tesoro High School's public documents. Unofficial, unaffiliated.

client:LangChain transport:streamable-http tools:2

Install Unofficial Tesoro High School MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tesoro-help": {
            "transport": "streamable_http",
            "url": "https://tesoro.help/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

Unofficial Tesoro High School MCP in other clients