Judge.me Connector for AI agents.
10 live capabilities
Manage your e-commerce product reviews and customer feedback.
Waiting for input…
Why people use Judge.me
Judge.me E-commerce Review Management
This Connector lets you just talk to your agent. You can ask what people are saying about the new shoes and get a summary of the last 20 reviews instantly. You get your time back.
What Vinkius changes
You get a direct line to your customer feedback without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a surge of questions
A customer success rep asks the agent to find all unanswered questions to prioritize the day's work and clear the queue.
- Real-world use case 02
Analyzing a new product launch
A marketing lead asks the agent to summarize the sentiment of the last 50 reviews to see how the new launch is performing.
- Real-world use case 03
Checking coupon health
An ops manager asks the agent to list all active coupons to make sure the review reward is still live for customers.
Complete set · 10capabilities
The complete Judge.me capability set.
These are the exact actions your AI can choose when you ask it to work with Judge.me.
01—04
4 capabilities in this set.
Part of 10 available through Judge.me.
- 01 Capability
Get question
Fetches the details of a single customer question. Use this to see the full text and status of a specific inquiry.
- 02 Capability
Get review
Retrieves deep metadata and moderation status for a specific review. Use this to analyze a particular customer case.
- 03 Capability
Get settings
Shows your shop's review widgets and email configuration. Use this to audit your system settings.
- 04 Capability
List answers
Lists all responses to customer questions. Use this to check if your queries have been resolved.
05—07
3 capabilities in this set.
Part of 10 available through Judge.me.
- 05 Capability
List coupons
Shows all active discount coupons. Use this to audit your rewards and incentive programs.
- 06 Capability
List medias
Lists all images and videos attached to your reviews. Use this to analyze user-generated content.
- 07 Capability
List products
Lists every product in your shop with aggregate review counts. Use this to identify products for review analysis.
08—10
3 capabilities in this set.
Part of 10 available through Judge.me.
- 08 Capability
List questions
Lists all customer inquiries and their current status. Use this to find questions that need answers.
- 09 Capability
List reviews
Lists all reviewer names, ratings, and review bodies. Use this to monitor sentiment and analyze feedback.
- 10 Capability
Get product
Pull a summary of a specific product's performance data. Use this to see how a single item is doing in your store.
Set up in minutes
One URL. Then ask Judge.me to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Judge.me from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Judge.me, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Judge.me for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Judge.me URL.
- Step 03
Save and start
Save the connection and enable Judge.me in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"judgeme": {
"url": "https://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Judge.me
Open Agent mode in chat and ask: "Using Judge.me, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"judgeme": {
"url": "https://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Judge.me
Ask Copilot: "Using Judge.me, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"judgeme": {
"url": "https://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Judge.me
Open Cascade and ask: "Using Judge.me, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"judgeme": {
"url": "https://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Judge.me
Ask Cline: "Using Judge.me, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add judgeme --transport http "https://edge.vinkius.com/vk_preview_DQW1YgUk2L36c4q7PBCrsekaJPUapdC6J7QbyoxX/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Judge.me
Ask Claude: "Using Judge.me, show me...". 10 tools are ready
Where the request belongs
Work Judge.me can move forward.
E-commerce store owners and customer success managers who are buried in feedback and need to spot trends faster.
E-commerce Store Manager
Analyzes product performance and review trends to adjust marketing strategies.
Customer Success Lead
Monitors Q&A to identify common product issues and draft faster responses.
Marketing Operations
Audits coupon usage and review-based incentives to track program health.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOkendo Reviews
Manage customer reviews and social proof via Okendo. track ratings, questions, and product feedback directly from your AI agent.
Repuso
Collect and manage customer reviews effortlessly with Repuso AI agents.
Cloutly
All-in-one review management platform that helps businesses collect, manage, and respond to reviews from multiple sources.
TrueReview
Collect authentic customer reviews with automated requests and showcase testimonials that build trust and drive conversions.
Fera.ai
Manage reviews and social proof via Fera.ai. list customer feedback, track product ratings, and monitor UGC directly through your AI agent.
GatherUp
Manage customer reviews, track feedback, and automate review requests via AI agents with GatherUp.
Bring your own AI
Change the model, client or framework. Keep Judge.me connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Judge.me.
The practical details behind the request, access and result.
Can Judge.me MCP help me summarize reviews?
Yes, it lets your AI agent pull all your review data so it can summarize the sentiment, highlight common issues, and tell you what customers love.
Does Judge.me MCP work with my existing shop?
It connects to your current Judge.me account, so it works with your existing reviews, products, and settings.
Can I use it to see customer photos?
Yes, it can list all the media attached to your reviews, which is great for finding user-generated content for your marketing.
How does it help with customer questions?
Your agent can scan all your questions and answers to help you see what's being asked and what still needs a response.
Can it see my store's settings?
It can pull your shop configuration, including your review widgets and email settings, so your agent has the full context.
Is it only for reviews?
While it's great for reviews, it also handles coupons, products, and your general Judge.me shop settings.
How do I get Judge.me API credentials?
Log in to your Judge.me account, navigate to Settings > Integrations > Developers, and find your Private API Token. You also need your shop's primary domain.
Does it support customer questions?
Yes, you can list and retrieve customer questions and answers using the corresponding capabilities in this Connector.
Can I see review media?
Yes, the list_medias capability allows you to retrieve images and videos that customers have attached to their reviews.
One connection away
Give your agent a direct line to Judge.me.
Connect Judge.me once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available