Skip to content
LangChain

Apiguru Amazon Data for LangChain

app.apiguru/amazon-data

Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.

client:LangChain transport:streamable-http runtime:pypi tools:12

Install Apiguru Amazon Data in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "amazon-data": {
            "transport": "streamable_http",
            "url": "https://mcp.apiguru.app/mcp",
        }
})

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

Apiguru Amazon Data in other clients