# wake-commerce

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add diego-zjqo/wake-commerce

# Browse available tools
npx -y @smithery/cli@latest tool list diego-zjqo/wake-commerce

# Get full schema for a tool
npx -y @smithery/cli@latest tool get diego-zjqo/wake-commerce list_products

# Call a tool
npx -y @smithery/cli@latest tool call diego-zjqo/wake-commerce list_products '{}'
```

## Direct MCP Connection

Endpoint: `https://wake-commerce--diego-zjqo.run.tools`

**Required config:**
- `apiKey` (query) — Your Wake Commerce API key

**Optional config:**
- `storeId` (query) — Your Wake Commerce store identifier

## Tools (5)

- `list_products` — List Wake Commerce products with optional sorting and category enrichment
- `list_orders` — List Wake Commerce orders
- `get_order` — Get Wake Commerce order details by ID
- `list_customers` — List Wake Commerce customers
- `get_customer` — Get Wake Commerce customer details by ID

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get diego-zjqo/wake-commerce <tool-name>
```
