# EAN-Search.org Product Lookup

Search the EAN-Search.org database for products by barcode (GTIN, UPC, EAN, ISBN) or keywords.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list eansearch/product-lookup

# Get full schema for a tool
npx -y @smithery/cli@latest tool get eansearch/product-lookup lookup_product

# Call a tool
npx -y @smithery/cli@latest tool call eansearch/product-lookup lookup_product '{}'
```

## Direct MCP Connection

Endpoint: `https://product-lookup--eansearch.run.tools`

## Tools (2)

- `lookup_product` — Lookup the product for an EAN, GTIN, ISBN or UPC barcode.
- `find_products` — Find products (and their barcode) matching these keywords.

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

## Prompts (5)

- `gtin_lookup_prompt` (gtin)
- `upc_lookup_prompt` (upc)
- `ean_lookup_prompt` (ean)
- `isbn_lookup_prompt` (isbn)
- `isbn13_lookup_prompt` (isbn13)
