Skip to content
LangChain

Olist Tiny ERP for LangChain

io.github.mcp-dir/olist-mcp

Olist Tiny e-commerce ERP (formerly Tiny ERP) with the full official REST API v3, products, stock, o

client:LangChain transport:streamable-http tools:7

Install Olist Tiny ERP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "olist-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_olist",
        }
})

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

Olist Tiny ERP in other clients