Easyparser — Amazon Product & Seller Data for LangChain
com.easyparser/easyparser
Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.
client:LangChain
transport:streamable-http
runtime:npm
tools:17
Install Easyparser — Amazon Product & Seller Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"easyparser": {
"transport": "streamable_http",
"url": "https://mcp.easyparser.com/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
- get_product_detail
- get_product_offers
- search_products
- lookup_product
- get_sales_history
- get_bestseller_rank
- get_package_dimensions
- get_seller_profile
- get_seller_products
- get_seller_feedback
- list_operations
- list_bulk_jobs
- get_bulk_job_items
- get_bulk_item_result
- get_bulk_webhook_logs
- get_error_logs
- check_credits