Skip to content
LangChain

FlatWay Property Estimator for LangChain

io.github.lfaykus/flatway-estimate

French property prices, market trends & live listings for any French address. Powered by DVF data.

client:LangChain transport:sse

Install FlatWay Property Estimator in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "flatway-estimate": {
            "transport": "streamable_http",
            "url": "https://mcp.flatway.fr/sse",
        }
})

tools = await client.get_tools()

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

FlatWay Property Estimator in other clients