Skip to content
LangChain

Noaa Coastwatch for LangChain

io.github.pipeworx-io/noaa-coastwatch

NOAA CoastWatch — satellite and model ocean data via ERDDAP.

client:LangChain transport:streamable-http tools:40

Install Noaa Coastwatch in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "noaa-coastwatch": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/noaa-coastwatch/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

All 40 tools →

Noaa Coastwatch in other clients