catalogue for LangChain
io.github.theluckystrike/catalogue
A price list and rate card the quotes and invoice servers read by SKU.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:12
Install catalogue in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"catalogue": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/catalogue",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs