# buyhatke-mcp

Compare prices across retailers to find the best deal. Get accurate product matches to track the exact item you want. View price trends to decide the best time to buy. CHeck price of a product on var…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list atiprashant/buyhatke-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get atiprashant/buyhatke-mcp get_pid_pos_details

# Call a tool
npx -y @smithery/cli@latest tool call atiprashant/buyhatke-mcp get_pid_pos_details '{}'
```

## Direct MCP Connection

Endpoint: `https://buyhatke-mcp--atiprashant.run.tools`

## Tools (3)

- `get_pid_pos_details` — Get PID POS Details: call the Get Product Details API to retrieve PID and POS information for a product name. Use this …
- `compare_price` — Fetch price comparison details for a product using PID and POS values.
- `price_graph` — Fetch predicted price graph data for a product using PID and POS values.

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