CheckoutTruth for LangChain
io.github.moelayyan90/checkouttruth
Verify live product price, currency, stock, variants and published shipping evidence for AI agents.
client:LangChain
transport:streamable-http
Install CheckoutTruth in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"checkouttruth": {
"transport": "streamable_http",
"url": "https://checkouttruth-n3ieq1.v2.appdeploy.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs