# Amazon Reviews > Public catalog of curated Amazon product reviews, with search, category browsing, ratings, pros and cons, and tracked affiliate links. This site is a review and buying-guide catalog, not Amazon itself. Humans use the HTML pages. Chrome agents should call the in-tab [WebMCP](https://developer.chrome.com/docs/ai/webmcp) tools instead of scraping the DOM. Browsers without WebMCP can follow the pages below. Every page embeds Schema.org JSON-LD (`Organization`, `WebSite` with `SearchAction`, `CollectionPage`, `Product`, `Review`, `AggregateRating`). URL patterns: search at `/catalog?search={query}`; open a category at `/catalog/category/{slug}`; open a product review at `/product/{slug}`. Catalog pagination uses `?page={n}` (1-based, 12 products per page). WebMCP tools run only in the visitor’s browser tab. They are not a remote MCP server. - Home and catalog: `search_products` (query), `list_categories`, `browse_category` (slug or name) - Catalog: `list_visible_products`, `go_to_page` (page number), `open_product` (slug) - Product: `get_product_overview`, `get_reviews`, `buy_on_amazon` `buy_on_amazon` always shows a confirmation dialog, records an affiliate click, then opens Amazon. Do not skip confirmation. We may earn a commission from qualifying purchases at no extra cost to the user. ## Pages - [Home](/): Category index and catalog search - [Catalog](/catalog): All products; supports `search` and `page` query parameters - [About](/about): Who we are, how we review, and affiliate disclosure ## Optional - [Electronics](/catalog/category/electronics): Sample seed category - [Home & Kitchen](/catalog/category/home-kitchen): Sample seed category - [Outdoors](/catalog/category/outdoors): Sample seed category - [Aurora QuietBuds Pro](/product/aurora-quietbuds-pro): Sample seed product review - [Cascade Power Blender](/product/cascade-power-blender): Sample seed product review - [TrailNest 2-Person Tent](/product/trailnest-2-person-tent): Sample seed product review - [Chrome WebMCP](https://developer.chrome.com/docs/ai/webmcp): How in-page agent tools are registered - [Schema.org Product](https://schema.org/Product): Vocabulary used in product JSON-LD