# Bazaarvoice MCP for AI Agents MCP

> Bazaarvoice connects your AI agents directly to deep customer data, letting you analyze product reviews, user-submitted questions, and overall sentiment from any conversation. Instead of reading hundreds of comments manually, your agent retrieves specific details on products, tracks trends in feedback, and gauges precise customer satisfaction scores instantly.

## Overview
- **Category:** customer-support
- **Price:** Free
- **Tags:** user-generated-content, customer-reviews, product-intelligence, sentiment-analysis, retail-analytics, customer-feedback

## Description

Managing online product feedback used to mean spending hours sifting through comment sections and support tickets—a tedious cycle of copy-pasting data into spreadsheets. With this MCP, you don't do that anymore. You talk to your agent and it handles the heavy lifting.

Your AI client pulls structured insights from Bazaarvoice. Need to know what customers complain about in Model X? Ask. Want a list of all unanswered questions related to shipping? Get it. The system reads through thousands of reviews, pulling out key themes—things like 'battery life' or 'durability'—and gives you the raw data points right away. You get deep insights into product performance and customer sentiment without ever leaving your chat window. This capability is housed within the Vinkius catalog, making it easy to connect this massive source of truth to any AI client you use.

## Tools

### get_product
Retrieves the specific details and metadata for a single product listing.

### get_question
Fetches all the core information associated with one customer-submitted question.

### get_review
Pulls the full text and details of a single user review, including dates and star ratings.

### get_statistics
Generates summary data points, such as average rating or total count, for a product.

### list_answers
Lists all the answers provided by staff to common customer questions.

### list_categories
Retrieves an overview of all available product categories within the catalog structure.

### list_products
Provides a list of products available in the Bazaarvoice system for general review and inventory checks.

### list_questions
Gets an overview listing all customer questions, regardless of whether they have been answered.

### list_reviews
Retrieves a list of recent product reviews to give you a general sense of current feedback volume.

### search_reviews
Searches the entire review database using specific text input, finding mentions of keywords or phrases.

## Prompt Examples

**Prompt:** 
```
What are the most frequently mentioned issues with the battery life?
```

**Response:** 
```
**Connectivity Issues Report**

Based on a search of 150 reviews, here's what we found:

*   🔋 **Battery:** 72% mention 'drains fast' or 'needs charging daily.' (Negative)
*   🔌 **Compatibility:** 18% note issues linking with older operating systems. (Warning)
*   ✨ **Design:** 10% praise the lightweight design.

**Summary:** The primary issue is battery longevity, not a specific hardware failure.
```

**Prompt:** 
```
Can you list three best-selling items and their average ratings?
```

**Response:** 
```
Here are the top performers we found:

| Product Name | Rating (out of 5) | Review Count |
| :--- | :---: | :---: |
| Titan Mixer Pro | 4.7 / 5 | 312 |
| Eco-Stream Filter | 4.9 / 5 | 88 |
| Aura Smart Lamp | 4.2 / 5 | 195 |

The Titan Mixer Pro is the strongest seller, but the Aura Lamp has a noticeable dip in average rating.
```

**Prompt:** 
```
What are customers asking about shipping times to Europe?
```

**Response:** 
```
I found **4** unanswered questions related to international delivery. The topics include:

*   🇪🇺 Shipping timelines for Germany (High Priority)
*   💸 Duty fees and tariffs for France
*   📦 Optimal customs documentation process

The full text of the question about duty fees is attached below, which should help the support team draft a clear answer.
```

## Capabilities

### Search and categorize customer reviews
Your agent searches through thousands of written reviews for specific keywords or themes (e.g., 'difficult setup' or 'long battery life').

### Get detailed product information
You retrieve full metadata and specifics on any Bazaarvoice listed product to check its market presence.

### Monitor and list unanswered customer questions
The agent pulls a list of current, outstanding customer questions needing immediate attention from your support team.

### Analyze review statistics for products
You pull aggregate data points, like average star rating or total number of reviews, for quick performance checks.

### Browse product categories and answers
The agent lists available product categories and retrieves existing customer answers to common questions.

## Use Cases

### Product Team identifies required feature updates
The Product Manager asks the agent to search reviews for keywords like 'export' or 'API access'. The agent uses `search_reviews` and provides a list of 50 relevant mentions, giving the team concrete data points for the next software sprint.

### Support Team handles a product recall alert
A critical issue is reported. The Support Specialist asks the agent to list all questions mentioning the affected model and pull its metadata using `get_product` and `list_questions`, enabling immediate internal communication.

### E-commerce Lead audits product data quality
The lead needs to check if a new product listing exists. They run `list_products` to confirm its existence, then use `get_statistics` to see if enough reviews have been submitted to even list it.

### Content team curates FAQ content
The agent first runs `list_questions` to get a summary of unanswered topics. The team can then use the full text details from `get_question` and create definitive answers for the website.

## Benefits

- Identify product weaknesses instantly: Use the `search_reviews` tool to find every mention of a specific flaw, like 'poor battery life,' across thousands of reviews.
- Streamline reporting: Instead of manually counting stars or writing summaries, use `get_statistics` to pull aggregate review scores and counts in seconds.
- Manage support volume: Quickly check outstanding issues by running `list_questions`, allowing your team to prioritize which questions need immediate answers.
- Understand the catalog structure: Run `list_categories` first to map out product groupings, making targeted data retrieval using other tools much easier.
- Deep dive into content: When you know a product's ID, use `get_review` or `get_product` to pull specific details on that item and its associated metadata.

## How It Works

The bottom line is: you ask a question in plain English and receive structured, actionable data pulled directly from Bazaarvoice.

1. Subscribe to this MCP, then input your Bazaarvoice API Passkey.
2. Connect the credential to any compatible AI client (like Cursor or Claude).
3. Use natural language prompts with your agent to request specific customer insights—for example, 'What are the main complaints about product XYZ?'

## Frequently Asked Questions

**How does using Bazaarvoice with this MCP improve my e-commerce reporting?**
It gives you real-time, structured access to customer feedback. Instead of just reading comments, your agent can pull specific metrics and categorize trends instantly, helping product teams prioritize fixes.

**Can I find out what customers are complaining about without doing manual searches?**
Yes. You simply ask your AI client to search reviews for keywords like 'disappointed' or 'broken.' The system pulls all relevant mentions and groups them by theme, saving hours of effort.

**Does Bazaarvoice MCP help me manage FAQs better?**
Absolutely. You can list current customer questions that haven't been answered yet, giving your support team a clear, prioritized list of content gaps to fill on the site.

**Is this good for identifying new product ideas?**
Yes. By running searches across reviews, you can surface recurring requests—like 'wish it had' or 'needs an adapter'—that signal a clear opportunity for a new feature or product.

**I need to check if my old products are still getting reviewed.**
The MCP lets you list available products and then pull the specific review statistics for older items, giving you an accurate sense of their continued market presence and health.