Skip to content
LangChain

DaedalMap Distributed Manufacturing Locations for LangChain

com.daedalmap/distributed-manufacturing

Open manufacturing and maker facility locations for country and facility-type queries.

client:LangChain transport:streamable-http tools:4

Install DaedalMap Distributed Manufacturing Locations in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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 Distributed Manufacturing Locations in other clients