Skip to content
LangChain

Sighttrue for LangChain

io.github.kaitzyy-dev/sighttrue

Measured readings on open-source dependencies: health, end-of-life, model prices, incidents.

client:LangChain transport:streamable-http tools:31

Install Sighttrue in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

All 31 tools →

Sighttrue in other clients