Skip to content
LangChain

getecoback climate weather for LangChain

io.github.f-tiger/getecoback-climate-weather

Superseded by io.github.f-tiger/hvac-btu-heat-klimaanlage — same server, same URL.

client:LangChain transport:streamable-http tools:10

Install getecoback climate weather in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "getecoback-climate-weather": {
            "transport": "streamable_http",
            "url": "https://getecoback.com/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

getecoback climate weather in other clients