streamable-httpMITupdated 4mo ago
Free competitive pricing benchmarks for consumer packaged goods brands. Compare your products against Amazon category averages, track pricing trends, and understand your market position — all through conversation with Claude.
What can you do with PricePilot — Free CPG Pricing Intelligence?
PricePilot — CPG Pricing Intelligence for Claude Desktop
Free competitive pricing benchmarks for consumer packaged goods brands. Compare your products against Amazon category averages, track pricing trends, and understand your market position — all through conversation with Claude.
Features
| Tool | What it does |
|---|---|
| Get Price Position | Check where your product price sits vs Amazon competitors. Returns percentile rank, Price Index, and Value/Parity/Premium classification. |
| Get Category Trend | See whether Amazon prices in your category are rising, stable, or falling over the last 30 days. |
| Get Category Overview | Get the full pricing landscape — budget/midmarket/premium tiers, median price, product count, and trend. |
| Compare Products | Compare multiple products side-by-side against category benchmarks. |
| List Categories | See all available categories: Grocery, Health & Beauty, Household, Pet Supplies. |
| Server Status | Check data freshness and server health. |
Installation
Drag pricepilot.mcpb into Claude Desktop — that's it. No terminal, no
API keys, no configuration files.
Or download the latest release from GitHub Releases.
Configuration
No configuration required. PricePilot is free and open-access — no API key needed. The extension connects to PricePilot's hosted service automatically.
Examples
Check Price Position
User prompt: "How is my protein powder priced at $24.99 compared to the Health & Beauty category?"
Expected behavior:
- Extension calls
get_price_positionwith price and category - Returns percentile rank (e.g., 72nd percentile), Price Index, and market position (Value/Parity/Premium)
- Shows whether your product is above, below, or at the category average
View Category Trends
User prompt: "Are grocery prices going up or down right now?"
Expected behavior:
- Extension calls
get_category_trendfor Grocery - Returns 30-day trend direction (Rising/Stable/Falling)
- Confidence level based on number of tracked products
Compare Products
User prompt: "Compare my three products: Oat Milk at $5.99, Almond Butter at $12.49, and Granola at $7.99 in the Grocery category"
Expected behavior:
- Extension calls
compare_productswith all three products - Returns side-by-side percentile ranks and market positions
- Identifies most and least competitive products vs category median
Privacy Policy
See Privacy Policy.
PricePilot processes only the pricing queries you send — product prices and category names. No personal data, conversation content, or browsing history is collected or stored.
Support
Install
Add PricePilot — Free CPG Pricing Intelligence to your client. Pick the one you use.
claude mcp add --transport http pricepilot-free-cpg-pricing-intelligence https://pricepilot-mcp.onrender.com/mcpcodex mcp add pricepilot-free-cpg-pricing-intelligence --url https://pricepilot-mcp.onrender.com/mcp{
"mcpServers": {
"pricepilot-free-cpg-pricing-intelligence": {
"url": "https://pricepilot-mcp.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pricepilot-free-cpg-pricing-intelligence": {
"type": "http",
"url": "https://pricepilot-mcp.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pricepilot-free-cpg-pricing-intelligence": {
"url": "https://pricepilot-mcp.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pricepilot-free-cpg-pricing-intelligence": {
"serverUrl": "https://pricepilot-mcp.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance13/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 140 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Apr 13, 2026 |
| 1.0.0 | Apr 11, 2026 |