Skip to content
LangChain

eu regulations mcp for LangChain

io.github.ansvar-systems/eu-regulations-mcp

Query 47 EU regulations (GDPR, NIS2, DORA, AI Act) - 2,438 articles, 3,712 recitals, ISO 27001

client:LangChain transport:stdio runtime:npm

Install eu regulations mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "eu-regulations-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@ansvar/eu-regulations-mcp"],
        }
})

tools = await client.get_tools()

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

eu regulations mcp in other clients