# toyshub

Discover CE-certified toys for every moment — from outdoor water battles to cozy indoor play. Safe, quality toys that bring joy to every child.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add redilinxa/toyshub

# Browse available tools
npx -y smithery tool list redilinxa/toyshub

# Get full schema for a tool
npx -y smithery tool get redilinxa/toyshub search_products

# Call a tool
npx -y smithery tool call redilinxa/toyshub search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://toyshub--redilinxa.run.tools`

## Tools (4)

- `search_products` — Search the Toys Hub catalogue. Returns matching products with name, price (in Albanian Lek), stock status, image URL, a…
- `get_product` — Fetch full details for one product by slug: name, full description, price, stock, SKU, tags, images, recommended age ra…
- `list_categories` — Return all product categories with their slug, name and approximate product count. Call this first to know what categor…
- `get_store_info` — Static facts about Toys Hub: delivery area, currency, payment methods, contact email, hours. Use this for shipping / re…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get redilinxa/toyshub <tool-name>
```
