Sync by CHNLSYNC for LangChain
com.chnlsync/advisor
FCC copper retirement lookups and a broker-reviewed IT advisor. No supplier names, no prices.
client:LangChain
transport:streamable-http
tools:3
Install Sync by CHNLSYNC in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"advisor": {
"transport": "streamable_http",
"url": "https://mcp.chnlsync.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs