Skip to main content
Glama
vantage-meridian-group

PricePilot for Claude Desktop

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.

Related MCP server: pricepilot-mcp

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_position with 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

User prompt: "Are grocery prices going up or down right now?"

Expected behavior:

  • Extension calls get_category_trend for 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_products with 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

Available Tools

6 tools
compare_productsA
Read-only
Inspect

Compare multiple CPG product prices against Amazon category benchmarks. Use when a brand manager asks: how do my products compare to competitors? Which of my SKUs is overpriced? Returns percentile rank, market position, and distance from category median for each product.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory name — Grocery, Health & Beauty, Household, or Pet Supplies
productsYesList of products to compare

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=true, and the description describes only read operations (compare, returns). It adds value by detailing the return fields (percentile rank, market position, distance from category median), going beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: two sentences that are front-loaded with the core function and followed by targeted use cases and output. Every sentence is necessary and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 2 parameters, no output schema, and read-only annotations, the description covers the input, output, and typical use cases. It is nearly complete; minor missing details like data source freshness or limits are tolerable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear descriptions for both parameters (category with allowed values, products array with name and price). The description does not add additional semantic meaning beyond what the schema provides, so baseline score applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool compares multiple CPG product prices against Amazon benchmarks, with explicit use cases and output details (percentile rank, market position, distance). It clearly distinguishes from siblings like get_price_position which likely handles single products.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description specifies when to use: when a brand manager asks about product comparison and overpricing. While it doesn't explicitly mention when not to use or alternatives, the context is clear and the use cases are well-defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_category_overviewA
Read-only
Inspect

Get a pricing landscape overview for an Amazon CPG category. Use when a brand manager asks: what does pricing look like in my category? What's the price range? Where's the budget vs premium tier? Returns price tier breakdowns, product count, median price, and category trend.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory name — Grocery, Health & Beauty, Household, or Pet Supplies

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true, so the description doesn't need to reinforce safety. The description adds value by listing return fields (price tier breakdowns, product count, median price, category trend), giving the agent a clear picture of output without needing an output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. First sentence states purpose, second adds use cases and output details. Front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 1-parameter read-only tool with no output schema, the description fully covers what the tool returns and when to use it. No additional context needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for the single 'category' parameter, listing valid values. The description does not add extra parameter semantics beyond what the schema provides, earning the baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool retrieves a pricing landscape overview for an Amazon CPG category. It uses a specific verb ('Get') and resource ('category overview'). While it doesn't explicitly distinguish from siblings, the focus on pricing landscape is sufficiently distinct from the listed sibling tools (compare_products, get_category_trend, get_price_position, etc.).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description provides explicit when-to-use guidance with example brand manager questions ('What does pricing look like in my category?'). However, it does not mention when not to use this tool or suggest alternatives, which would improve the score to 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_category_trendA
Read-only
Inspect

Check whether Amazon prices in a CPG category are rising, stable, or falling. Use when a brand manager asks: are prices going up in my category? Should I raise my price? Is there a price war? Based on 30-day price trend analysis across 100+ tracked products.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory name — Grocery, Health & Beauty, Household, or Pet Supplies

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true. Description adds method details (30-day trend analysis across 100+ products) without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, purpose first then usage. No redundancy, every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Sufficient for single-parameter tool with readOnly annotation. Could improve by indicating output format (e.g., trend direction string).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and describes the category parameter well. Description adds no extra parameter information, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clear verb+resource: 'Check whether Amazon prices... are rising, stable, or falling.' Explicitly differentiates from siblings by specifying use cases like price war detection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides specific when-to-use scenarios (brand manager questions about price trends, raising prices, price wars) but no explicit when-not-to-use or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_price_positionA
Read-only
Inspect

Check where a CPG product price sits vs Amazon competitors. Use when a brand manager or DTC founder asks: am I priced too high? How does my price compare to the market? What's competitive pricing for my category? Returns percentile rank, Price Index, and market position (Value/Parity/Premium) based on 100+ tracked products. Free alternative to NielsenIQ/SPINS competitive pricing data.

ParametersJSON Schema
NameRequiredDescriptionDefault
priceYesProduct price in dollars (e.g., 4.99)
categoryYesCategory name — Grocery, Health & Beauty, Household, or Pet Supplies

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already include readOnlyHint=true, so the read-only nature is covered. The description adds value by detailing what is returned ('percentile rank, Price Index, and market position (Value/Parity/Premium) based on 100+ tracked products') and its free aspect, which goes beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, consisting of a few sentences that front-load the purpose and usage. Every sentence adds value: action, use cases, return details, and competitive differentiation. No redundant or unnecessary text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has only 2 parameters, no output schema, and clear annotations. The description sufficiently covers what the tool does, when to use it, what it returns, and its scope (100+ tracked products). It is complete for this simple tool without needing further details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add additional semantics for the parameters beyond what the schema already provides (e.g., 'price in dollars' and category names are already in schema descriptions).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Check where a CPG product price sits vs Amazon competitors', specifying the verb and resource. It distinguishes from siblings like 'compare_products' and 'get_category_overview' by focusing specifically on price positioning of a single product against market competitors.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly defines when to use with example queries: 'am I priced too high? How does my price compare to the market?' and positions the tool as a 'Free alternative to NielsenIQ/SPINS competitive pricing data.' It provides clear context but does not explicitly name alternative sibling tools or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_categoriesA
Read-only
Inspect

List available CPG product categories with pricing stats and trends. Use to see which Amazon categories have pricing data available. Currently covers Grocery, Health & Beauty, Household, and Pet Supplies with 100+ products tracked per category, refreshed weekly.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true, so the description's addition of weekly refresh, category scope, and product count provides useful behavioral context beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. The first sentence defines purpose, the second adds coverage and refresh frequency. Perfectly front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no parameters and no output schema, the description is fairly complete: it explains what is listed, the scope, and freshness. Missing details like number of categories or output format, but not critical for selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, and schema coverage is 100%, so the description does not need to add parameter details. The baseline is 4 for zero-parameter tools.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists CPG product categories with pricing stats and trends, using a specific verb-resource combination. It distinguishes from sibling tools like 'compare_products' and 'get_category_overview' by focusing on listing available categories.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use to see which Amazon categories have pricing data available,' providing clear usage context. It does not mention when not to use, but the coverage details (specific categories, weekly refresh) help the agent decide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

server_statusA
Read-only
Inspect

Check PricePilot pricing intelligence server health and data freshness.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds that the tool checks 'health and data freshness,' which provides some context beyond the readOnlyHint annotation. However, it does not specify what the return value is (e.g., status message, JSON object), leaving behavioral details incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence without any extraneous words. It is front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no parameters and no output schema, so the description should explain the return format. It only says 'check health and data freshness' without describing what the response looks like, which is a gap for a tool with no structured output documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no parameters and 100% schema coverage, so the description naturally adds no param info. For a zero-parameter tool, the baseline is 4, and no compensation is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool checks 'server health and data freshness,' which is a specific verb+resource. It distinguishes from sibling tools that deal with product data, so an agent can easily differentiate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for checking server status, but does not explicitly state when to use it versus alternatives. Given siblings are all pricing data tools, it's clear enough, but lacks explicit 'when-not' or prerequisite context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updatesv1.0.0
    • First observedcompare_products
    • First observedget_category_overview
    • First observedget_category_trend
    • First observedget_price_position
    • First observedlist_categories
    • First observedserver_status

TDQS

A4.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct aspect of CPG pricing: comparing multiple products, category overview, category trend, single product position, category listing, and server health. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., compare_products, get_category_overview). No mixing of styles or ambiguous verbs.

Tool Count5/5

With 6 tools, the scope is well-balanced. Each tool serves a clear purpose without redundancy or missing core capabilities for the pricing intelligence domain.

Completeness4/5

The set covers category landscape, trends, product positioning, and comparison. Minor gap: no product-level historical trend, but category trend and current position are sufficient for most use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Competitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility — track how ChatGPT, Claude, and Gemini rank your brand.
    33
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Cross-channel CPG pricing intelligence — Amazon category benchmarks (percentile rank, trend, tier breakdown) for multi-channel brands selling on Amazon plus retail/DTC/wholesale. Six tools across 800+ tracked products in Grocery, Health & Beauty, Household, and Pet Supplies.
    6
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Real-time Amazon Sponsored Products (SP) ad placements, keyword tracking, and comprehensive review data for AI Agents. Enables LLMs to autonomously conduct competitor ad audits, consumer sentiment analysis (VOC), and product optimization.
    19
    6
    MIT