# LTC Catalog

Fetch detailed product data from the LTC catalog by ProductNo. Discover all items currently on sale to power merchandising and pricing workflows. Use rich attributes like pricing, categories, and ava…

## Quick Start

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

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

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

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

## Tools (2)

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

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

---

Source: https://github.com/WebpageFX/ltc-mcp-server
