site for LangChain
com.whichfieldservice/site
Which Field Service: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
client:LangChain
transport:streamable-http
tools:6
Install site in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"site": {
"transport": "streamable_http",
"url": "https://whichfieldservice.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs