# Miracle Catalog

Retrieve product details by product number and list all items currently on sale from the Miracle catalog. Speed up merchandising, pricing, and content tasks with quick, structured product lookups.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add WebpageFX/miracle-rec-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list WebpageFX/miracle-rec-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get WebpageFX/miracle-rec-mcp-server get_products

# Call a tool
npx -y @smithery/cli@latest tool call WebpageFX/miracle-rec-mcp-server get_products '{}'
```

## Tools (2)

- `get_products` — Get product details for multiple ProductNos from Miracle catalog
- `get_products_on_sale2` — Get all products from Miracle catalog that are on sale

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get WebpageFX/miracle-rec-mcp-server <tool-name>
```

---

Source: https://github.com/WebpageFX/miracle-rec-mcp-server
