HomeClip Trust Layer for LangChain
io.github.maztec007/homeclip-trust-layer
Find and verify trustworthy US home-services contractors by their un-buyable HomeClip Trust Score.
client:LangChain
transport:streamable-http
tools:6
Install HomeClip Trust Layer in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"homeclip-trust-layer": {
"transport": "streamable_http",
"url": "https://homeclip.us/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs