shelfatlas catalog for LangChain
io.github.slambertdk/shelfatlas-catalog
Danish grocery catalog as MCP tools: live offers across all major chains, stores, EAN lookup, stock.
client:LangChain
transport:streamable-http
Install shelfatlas catalog in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shelfatlas-catalog": {
"transport": "streamable_http",
"url": "https://api.shelfatlas.com/api/v1/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs