remodeleriq for LangChain
io.github.gustavoatar/remodeleriq
Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates.
client:LangChain
transport:streamable-http
tools:10
Install remodeleriq in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"remodeleriq": {
"transport": "streamable_http",
"url": "https://remodeleriq.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs