Ufficio Export for LangChain
com.wines-export/ufficio-export
L'Ufficio Export di Wines Export dentro la tua chat: buyer, spedizioni, documenti.
client:LangChain
transport:streamable-http
Install Ufficio Export in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ufficio-export": {
"transport": "streamable_http",
"url": "https://mcp.wines-export.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs