# Loblaw Grocery Search

Find grocery products across Loblaw’s online catalog. Compare brands and sizes to choose the right items. Streamline your shopping list by quickly locating what you need.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mefta.sadat2/pcexpress

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mefta.sadat2/pcexpress catalog_search

# Call a tool
npx -y @smithery/cli@latest tool call mefta.sadat2/pcexpress catalog_search '{}'
```

## Direct MCP Connection

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

## Tools (1)

- `catalog_search` — Search the product catalog to find grocery products.

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