Labsco
r123singh logo

Amazon MCP Server

โ˜… 9

from r123singh

Scrapes and searches for products on Amazon.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Amazon MCP Server

This is a Model Context Protocol (MCP) server for scraping Amazon products and searching for products on Amazon.

Available Tools

The server provides the following tools for interacting with Amazon:

  • Scrape a product:
    scrape_product(product_url)
    Scrape product details (name, price, image, rating, reviews, availability, description) from a given Amazon product URL.

  • Search for products:
    search_products(query, max_results)
    Search for products on Amazon by keyword and return a list of results.

Notes

  • No API key or authentication is required.
  • The server scrapes publicly available Amazon product and search pages.
  • For best results, use valid Amazon product URLs and clear search queries.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.