Skip to content
LangChain

11FGB Cleaning Tools for LangChain

io.github.kossik/11fgb-cleaning-tools

Free US cleaning cost, time, crew, and chemical-use calculators with visual reports.

client:LangChain transport:streamable-http tools:4

Install 11FGB Cleaning Tools in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "11fgb-cleaning-tools": {
            "transport": "streamable_http",
            "url": "https://mcp.11fgb.com/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

11FGB Cleaning Tools in other clients