Skip to content
LangChain

DeepRecall - Product Safety Intelligence for LangChain

io.github.adrida/deeprecall-mcp

Search 120,000+ recalled products from 8 global safety agencies using AI similarity.

client:LangChain transport:streamable-http tools:2

Install DeepRecall - Product Safety Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "deeprecall-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.deeprecall.io/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

DeepRecall - Product Safety Intelligence in other clients