Skip to content
LangChain

BIS — Butkeraites Intelligent Solutions for LangChain

io.github.butkeraites/bis-decisions

AI + optimization consultancy: how BIS solves operational decisions and beats alternatives.

client:LangChain transport:streamable-http tools:8

Install BIS — Butkeraites Intelligent Solutions in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

BIS — Butkeraites Intelligent Solutions in other clients