# PrecioMX - Price Tracker Mexico

Rastreador de precios para Mercado Libre Mexico. 120K+ productos con historial de precios, Deal Score, tendencias y recomendaciones de compra en tiempo real. El unico MCP de comparacion de precios en…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ing-christopherleon/preciomx

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ing-christopherleon/preciomx search_products

# Call a tool
npx -y @smithery/cli@latest tool call ing-christopherleon/preciomx search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://preciomx--ing-christopherleon.run.tools`

## Tools (6)

- `search_products`
- `get_product_info`
- `get_price_history`
- `get_price_trend`
- `get_best_deals`
- `is_good_time_to_buy`

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