Simpson Strong-Tie Agent for LangChain
io.github.srotzin/simpson-strong-agent-service
Construction product lookup for Simpson Strong-Tie structural catalog
client:LangChain
transport:streamable-http
Install Simpson Strong-Tie Agent in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"simpson-strong-agent-service": {
"transport": "streamable_http",
"url": "https://simpson-strong-agent.onrender.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs