# PricePilot

**Free competitive pricing intelligence for CPG brands.** Check where any product price sits in its Amazon category, track pricing trends, and compare products — *no NielsenIQ or SPINS subscription n…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list scott-noa4/PricePilot

# Get full schema for a tool
npx -y @smithery/cli@latest tool get scott-noa4/PricePilot get_price_position

# Call a tool
npx -y @smithery/cli@latest tool call scott-noa4/PricePilot get_price_position '{}'
```

## Direct MCP Connection

Endpoint: `https://pricepilot--scott-noa4.run.tools`

## Tools (6)

- `get_price_position` — Check where a CPG product price sits vs Amazon competitors.
- `get_category_trend` — Check whether Amazon prices in a CPG category are rising, stable, or falling.
- `get_category_overview` — Get a pricing landscape overview for an Amazon CPG category.
- `compare_products` — Compare multiple CPG product prices against Amazon category benchmarks.
- `list_categories` — List available CPG product categories with pricing stats and trends.
- `server_status` — Check PricePilot pricing intelligence server health and data freshness.

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