# pcx

Search Loblaw’s grocery catalog to quickly find products. Run multiple keyword queries in parallel to compare options efficiently. Embed a product carousel to showcase results in your app.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mefta.sadat2/pcx

# Browse available tools
npx -y smithery tool list mefta.sadat2/pcx

# Get full schema for a tool
npx -y smithery tool get mefta.sadat2/pcx find_products_single

# Call a tool
npx -y smithery tool call mefta.sadat2/pcx find_products_single '{}'
```

## Direct MCP Connection

Endpoint: `https://pcx--mefta.sadat2.run.tools`

## Tools (2)

- `find_products_single` — Search the product catalog to find grocery products.
- `find_products_multiple` — Search the product catalog for multiple keywords in parallel. Returns results for each search term.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mefta.sadat2/pcx <tool-name>
```

## Resources

- `ui://widget/product-carousel.html` — Return the product carousel widget HTML template.
