Skip to content
LangChain

Edifiable for LangChain

fr.edifiable/edifiable

French land-use plans (PLU): what a zone or a street allows, cited at the article. No key.

client:LangChain transport:streamable-http tools:4

Install Edifiable in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "edifiable": {
            "transport": "streamable_http",
            "url": "https://edifiable.fr/mcp",
        }
})

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

Edifiable in other clients