Rattlewatch for LangChain
io.github.veritylabsai/rattlewatch
Cited US recall lookup for AI agents: CPSC and FDA data, nothing invented.
client:LangChain
transport:streamable-http
tools:4
Install Rattlewatch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"rattlewatch": {
"transport": "streamable_http",
"url": "https://rattlewatch.rattled.ca/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs