Tianxia Gongchang — China Factory Search for LangChain
com.tianxiagongchang/factory-search
Search 4.8M verified Chinese factories: profiles, contacts, AI deep-dives, agentic sourcing.
client:LangChain
transport:streamable-http
Install Tianxia Gongchang — China Factory Search in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"factory-search": {
"transport": "streamable_http",
"url": "https://open.tianxiagongchang.com/open/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs