Skip to content
LangChain

DaedalMap UN Sustainable Development Goals for LangChain

com.daedalmap/un_sdg

UN Sustainable Development Goal indicators for all 17 goals, curated by country and year. Free.

client:LangChain transport:streamable-http tools:4

Install DaedalMap UN Sustainable Development Goals in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "un_sdg": {
            "transport": "streamable_http",
            "url": "https://app.daedalmap.com/mcp/un_sdg",
        }
})

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

DaedalMap UN Sustainable Development Goals in other clients