# Shoptera

Shoptera Product Intelligence

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list product_intelligence/shoptera

# Get full schema for a tool
npx -y @smithery/cli@latest tool get product_intelligence/shoptera search_products

# Call a tool
npx -y @smithery/cli@latest tool call product_intelligence/shoptera search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://shoptera-product-intelligence.run.tools`

**Optional config:**
- `serverUrl` (query) — Shoptera MCP endpoint URL. No changes needed for standard usage.

## Tools (3)

- `search_products` — Search products using natural language across ~8.5M products from 2,500+ Central European e-shops.
- `lookup_by_gtin` — Look up products by exact GTIN/EAN/UPC barcode across all indexed e-shops.
- `search_products_by_text` — Search products by exact keyword matching in titles across ~8.5M products from 2,500+ e-shops.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get product_intelligence/shoptera <tool-name>
```

## Resources

- `shoptera://catalog/stats` — Live catalog statistics — number of e-shops, products, and coverage by country.
- `shoptera://search/guide` — Documentation for all available search tools, parameters, and best practices.

## Prompts (2)

- `product_search_guide` — Guide for choosing the right search tool based on user intent.
- `price_comparison` (product_name) — Template for comparing prices of a specific product across e-shops.
