DaedalMap Hurricane and Tropical Cyclone Data for LangChain
com.daedalmap/hurricanes
Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure.
client:LangChain
transport:streamable-http
tools:5
Install DaedalMap Hurricane and Tropical Cyclone Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hurricanes": {
"transport": "streamable_http",
"url": "https://app.daedalmap.com/mcp/hurricanes",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs