Judge.me
Access your Judge.me review data — product reviews, ratings, reviewer profiles, shop statistics, and widget settings — all through natural language in Claude Code.
Overview
The Judge.me integration lets you query your product review data directly from Claude Code. Instead of navigating the Judge.me dashboard or exporting spreadsheets, you can ask questions in natural language and get instant answers about your reviews, ratings, reviewer profiles, and overall store reputation.
Presso connects to the Judge.me API, giving you access to product reviews, review counts, reviewer information, shop details, widget settings, and aggregate rating statistics.
Setup
Prerequisites
- A Judge.me account connected to your Shopify store
- A Presso account connected to Claude Code (see MCP Connection)
Connecting your Judge.me account
- Sign in to Presso and navigate to the Integrations page.
- Click Connect next to Judge.me.
- You will be redirected to the Judge.me OAuth consent screen. Sign in and authorize Presso to access your review data.
- Once authorized, you will be redirected back to Presso. Your Judge.me account is now connected.
- In Claude Code, verify the connection by asking:
Show me my Judge.me shop info and overall rating.
Available tools
Presso exposes your Judge.me data through the following tools organized by category.
Reviews
| Tool | Description |
|---|---|
judgeme_list_reviews | List product reviews with optional filtering by product, reviewer, or rating (1-5) |
judgeme_get_review | Get full details of a specific review by ID |
judgeme_get_review_count | Get review count with optional filtering by product, reviewer, or rating |
Reviewers
| Tool | Description |
|---|---|
judgeme_get_reviewer | Get reviewer information by ID, external ID, or email address |
Shop info
| Tool | Description |
|---|---|
judgeme_get_shop_info | Get Judge.me shop information including plan details and configuration |
Settings
| Tool | Description |
|---|---|
judgeme_get_settings | Get Judge.me widget and display settings for specific setting keys |
Widget statistics
| Tool | Description |
|---|---|
judgeme_get_all_reviews_count | Get total review count across all products |
judgeme_get_all_reviews_rating | Get average rating across all products |
judgeme_get_shop_reviews_count | Get shop-level review count |
judgeme_get_shop_reviews_rating | Get shop-level average rating |
Example queries
Review overview
What's my overall store rating on Judge.me? How many total reviews do I have?
Show me my most recent product reviews.
How many reviews did I receive this month?
Review analysis
List all 1-star reviews so I can identify common complaints.
Show me reviews for my best-selling product. What do customers like most?
What's the average rating breakdown -- how many 5-star vs 4-star vs 3-star reviews do I have?
Customer insights
Look up the reviewer who left a review on order #1234.
How many reviews has customer@example.com submitted?
Store reputation
What's my shop-level average rating?
Compare my all-products rating with my shop rating -- are they different?
Settings and configuration
What are my current Judge.me widget settings?
Show me my Judge.me shop info and plan details.
Combining with other integrations
Combine Judge.me review data with other connected platforms for deeper insights:
Cross-reference my Judge.me reviews with Shopify product data --
which products have the highest sales but lowest ratings?
Show me products with 5-star Judge.me reviews that also have
high conversion rates in GA4.
Compare my Judge.me review volume trends with Shopify order volume --
do more orders lead to more reviews?
Limitations and notes
- Read-only access -- Presso provides read-only access to your Judge.me data. You cannot create, edit, or delete reviews through Presso.
- Shopify integration required -- Judge.me works as a Shopify app. Your Judge.me account must be connected to an active Shopify store.
- API rate limits -- Judge.me's API has rate limits. Normal usage is well within these limits, but very intensive analysis sessions may approach them.
- Page-based pagination -- Review listings use page-based pagination with a maximum of 100 results per page. Use the
pageandper_pageparameters to navigate large result sets. - Data freshness -- Judge.me data is queried in real time. Reviews and ratings reflect the latest available data from the Judge.me API.
- Product ID format -- The
product_idparameter refers to the Shopify product external ID, not the Judge.me internal ID.