← All WebMCP sites

netgear.com

Commercehttps://www.netgear.com/listed as of 2026-08-01
Networking hardware — WiFi routers, mesh systems, and switches.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 66/100 (C).

Tools

search-productsanswerimperative
Search the NETGEAR product catalog by keyword. Returns products with name, price, URL, image, and availability.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search keywords (e.g. \"mesh wifi\", \"gigabit switch\")"
    },
    "maxResults": {
      "type": "integer",
      "description": "Max results to return (1-50, default 10)",
      "minimum": 1,
      "maximum": 50
    }
  },
  "required": [
    "query"
  ]
}
get-categoriesanswerimperative
Get the NETGEAR product category tree. Returns top-level and nested categories with IDs and URLs.
Input schema
{
  "type": "object",
  "properties": {}
}
get-cartanswerimperative
View current shopping cart contents including items, quantities, prices, and order total.
Input schema
{
  "type": "object",
  "properties": {}
}
add-to-cartactimperative/home/
Add a product to the shopping cart by its product ID. Optionally specify quantity (default 1).
Input schema
{
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "Product ID or SKU to add"
    },
    "quantity": {
      "type": "number",
      "description": "Quantity to add (default 1)"
    }
  },
  "required": [
    "productId"
  ]
}
view-productactimperative/mobile-wifi/hotspots/mr6550/
Get detailed information about the product currently being viewed, including name, description, price, availability, images, and specifications.
Input schema
{
  "type": "object",
  "properties": {}
}
Listings are sourced from public community registries and shown as reported.