Skip to content
LangChain

Sellular for LangChain

online.sellular/sellular

Track where your product is listed, score its AI search visibility, and audit a domain's SEO.

client:LangChain transport:streamable-http tools:19

Install Sellular in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Sellular in other clients