RetrainMap WARN notices (CA, IL, NY) for LangChain
com.retrainmap/warn-notices
Apify MCP: retrainmap/warn-notices - WARN layoff notices CA/IL/NY, normalised from agency files
client:LangChain
transport:streamable-http
Install RetrainMap WARN notices (CA, IL, NY) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"warn-notices": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=retrainmap/warn-notices",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs