Skip to content
LangChain

DaedalMap Administrative Boundaries (loc_id to polygon) for LangChain

com.daedalmap/boundaries

Retrieve loc_id boundary metadata, polygons, supported scopes, and comparisons.

client:LangChain transport:streamable-http tools:6

Install DaedalMap Administrative Boundaries (loc_id to polygon) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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 Administrative Boundaries (loc_id to polygon) in other clients