Skip to content
LangChain

FDA import alert red lists for LangChain

io.github.joelp22-maker/referencesource-import-alerts

Is a foreign supplier on an FDA import alert red list, detained at the US border? 14,000+ listings.

client:LangChain transport:streamable-http tools:6

Install FDA import alert red lists in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "referencesource-import-alerts": {
            "transport": "streamable_http",
            "url": "https://referencesource.org/mcp/import-alerts",
        }
})

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

FDA import alert red lists in other clients