Skip to content
LangChain

FireBuy for LangChain

com.checkmycontractorquote/firebuy

RFQ and quote comparison checklist for fire/public safety purchasing.

client:LangChain transport:streamable-http

Install FireBuy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "firebuy": {
            "transport": "streamable_http",
            "url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

FireBuy in other clients