Snow Leo Marketplaces & Prices for LangChain
io.github.magzhansan/snowleo-marketplaces
Priced listings from Amazon, Shopify stores, the App Store, Google Play, Airbnb and Redfin
client:LangChain
transport:streamable-http
Install Snow Leo Marketplaces & Prices in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"snowleo-marketplaces": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?actors=snow_leo_data/amazon-product-scraper,snow_leo_data/shopify-inventory-scraper,snow_leo_data/app-store-scraper,snow_leo_data/google-play-scraper,snow_leo_data/airbnb-scraper,snow_leo_data/redfin-scraper",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs