Skip to content
LangChain

ecosystem aec regulatory for LangChain

io.github.carruda-global/ecosystem-aec-regulatory

NR-1 psychosocial risk, LGPD, whistleblower, pay equity & anti-corruption tools (Brazil)

client:LangChain transport:sse

Install ecosystem aec regulatory in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ecosystem-aec-regulatory": {
            "transport": "streamable_http",
            "url": "https://engenheiro-producao-ai.onrender.com/mcp/regulatory/sse",
        }
})

tools = await client.get_tools()

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

ecosystem aec regulatory in other clients