Skip to content
LangChain

DaedalMap Population Estimates for LangChain

com.daedalmap/population

Global population estimates from WorldPop, 2000-2030, at country and sub-national levels.

client:LangChain transport:streamable-http

Install DaedalMap Population Estimates in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

DaedalMap Population Estimates in other clients