Skip to content
LangChain

ComplianceCN — toys, batteries, cosmetics, food contact: CE, GPSR, UN 38.3, CPC/GCC and more for LangChain

io.github.liamohtee/agentcn

Source-cited EU/UK/US/AU market-access checks for Amazon and cross-border product compliance.

client:LangChain transport:streamable-http tools:11

Install ComplianceCN — toys, batteries, cosmetics, food contact: CE, GPSR, UN 38.3, CPC/GCC and more in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentcn": {
            "transport": "streamable_http",
            "url": "https://compliancecn.netlify.app/mcp?src=official_registry",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

ComplianceCN — toys, batteries, cosmetics, food contact: CE, GPSR, UN 38.3, CPC/GCC and more in other clients