Skip to content
LangChain

ecosystem aec esg for LangChain

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

ESG/IFRS S1-S2 diagnostics, carbon inventory Scope 1-3, CBAM certificate generation

client:LangChain transport:sse

Install ecosystem aec esg in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

ecosystem aec esg in other clients