Skip to content
LangChain

nexusfeed abc for LangChain

io.github.nexusfeed/nexusfeed-abc

US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.

client:LangChain transport:stdio runtime:pypi

Install nexusfeed abc in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "nexusfeed-abc": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["nexusfeed-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

nexusfeed abc in other clients