Server Details
Description
Free competitive pricing intelligence for CPG brand managers, DTC founders, and Amazon sellers. Powered by weekly Amazon category scans across 100+ products in Grocery, Health & Beauty, Household, and Pet Supplies.
Replaces manual store walks and expensive syndicated data subscriptions (NielsenIQ, Circana, SPINS) with real Amazon category benchmarks available directly in your AI assistant.
Tools (6)
| Tool |
Description |
get_price_position |
Check where a product price sits vs Amazon competitors (percentile rank, Price Index, Value/Parity/Premium) |
get_category_trend |
Track whether category prices are rising, stable, or falling (30-day trend) |
get_category_overview |
Pricing landscape: budget/midmarket/premium tiers, median price, product count |
compare_products |
Compare multiple product prices against category benchmarks |
list_categories |
Available categories with stats and trends |
server_status |
Health check and data freshness |
Installation (Claude Desktop)
{
"mcpServers": {
"pricepilot": {
"command": "python",
"args": ["-m", "backend.mcp_server"],
"cwd": "/path/to/PricePilot",
"env": {
"DATABASE_URL": "your-database-url"
}
}
}
}
PyPI/npm Package
Python server — PyPI package planned. Currently install from source.
Server Details
backend/mcp_server/Description
Free competitive pricing intelligence for CPG brand managers, DTC founders, and Amazon sellers. Powered by weekly Amazon category scans across 100+ products in Grocery, Health & Beauty, Household, and Pet Supplies.
Replaces manual store walks and expensive syndicated data subscriptions (NielsenIQ, Circana, SPINS) with real Amazon category benchmarks available directly in your AI assistant.
Tools (6)
get_price_positionget_category_trendget_category_overviewcompare_productslist_categoriesserver_statusInstallation (Claude Desktop)
{ "mcpServers": { "pricepilot": { "command": "python", "args": ["-m", "backend.mcp_server"], "cwd": "/path/to/PricePilot", "env": { "DATABASE_URL": "your-database-url" } } } }PyPI/npm Package
Python server — PyPI package planned. Currently install from source.