Okendo Reviews Connector for AI agents.
10 live capabilities
Monitor store ratings and customer feedback in real time.
Waiting for input…
Why people use Okendo Reviews
Okendo Reviews for E-commerce Sentiment Analysis
This Connector lets you just ask. You can get a summary of the last 50 reviews or a list of all customer photos in seconds. It turns a manual research project into a quick conversation.
What Vinkius changes
You get a conversational interface for your entire Okendo feedback loop.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Spotting a product defect
A manager asks for the 10 most recent reviews.
- Real-world use case 02
Building an ad campaign
A marketer asks for customer photos.
- Real-world use case 03
Answering a common FAQ
A support rep asks about shipping questions.
Complete set · 10capabilities
The complete Okendo Reviews capability set.
These are the exact actions your AI can choose when you ask it to work with Okendo Reviews.
01—04
4 capabilities in this set.
Part of 10 available through Okendo Reviews.
- 01 Capability
Get aggregate ratings
Get the overall star rating and review count for your entire store. This helps you track your brand's general reputation at a glance.
- 02 Capability
Get okendo product details
Pull specific review metrics and info for a single product. Use this to see how a specific item is performing compared to others.
- 03 Capability
Get question details
Fetch the full details of a specific customer question. This is useful when you need to see the exact wording of a buyer's inquiry.
- 04 Capability
Get review details
Retrieve the complete metadata and content for a specific review. Use this to get every detail of a single customer's feedback.
05—07
3 capabilities in this set.
Part of 10 available through Okendo Reviews.
- 05 Capability
Get store settings
View the high-level configuration and display settings for your Okendo account. This lets you check your current account configuration quickly.
- 06 Capability
List question answers
See all the answers provided for a specific customer question. Use this to ensure your team is providing consistent information.
- 07 Capability
List review media
Get a list of photos and videos uploaded by your customers. This is a great way to find content for your social media or ads.
08—10
3 capabilities in this set.
Part of 10 available through Okendo Reviews.
- 08 Capability
List okendo products
See all the products currently tracked within your Okendo instance. Use this to get a full list of your reviewed inventory.
- 09 Capability
List customer questions
Pull a list of all questions asked by customers on your site. This helps you identify common hurdles in the buying process.
- 10 Capability
List reviews
Get a list of all customer reviews including ratings and titles. Use this to scan through recent feedback for general trends.
Set up in minutes
One URL. Then ask Okendo Reviews to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Okendo Reviews 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_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Okendo Reviews for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews URL.
- Step 03
Save and start
Save the connection and enable Okendo Reviews in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"okendo-reviews": {
"url": "https://edge.vinkius.com/vk_preview_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews
Open Agent mode in chat and ask: "Using Okendo Reviews, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"okendo-reviews": {
"url": "https://edge.vinkius.com/vk_preview_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews
Ask Copilot: "Using Okendo Reviews, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"okendo-reviews": {
"url": "https://edge.vinkius.com/vk_preview_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews
Open Cascade and ask: "Using Okendo Reviews, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"okendo-reviews": {
"url": "https://edge.vinkius.com/vk_preview_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews
Ask Cline: "Using Okendo Reviews, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add okendo-reviews --transport http "https://edge.vinkius.com/vk_preview_dDAWubnpcNaJ6lvBPdEUyIfmoBDOEByRFfH20lFT/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 Okendo Reviews
Ask Claude: "Using Okendo Reviews, show me...". 10 tools are ready
Where the request belongs
Work Okendo can move forward.
This is for e-commerce owners and marketing leads who are tired of manual reporting. It's for the person who needs to know why customers are unhappy without spending an hour filtering through a dashboard.
E-commerce Manager
Checks recent reviews every morning to spot trending issues before they blow up on social media.
Marketing Coordinator
Pulls high-quality customer media for upcoming ad campaigns without asking for manual exports.
Customer Support Lead
Quickly looks up Q&A answers to ensure the team is providing consistent information to buyers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRepuso
Collect and manage customer reviews effortlessly with Repuso AI agents.
Judge.me
Manage product reviews, questions, and ratings via Judge.me API.
TrueReview
Collect authentic customer reviews with automated requests and showcase testimonials that build trust and drive conversions.
Cloutly
All-in-one review management platform that helps businesses collect, manage, and respond to reviews from multiple sources.
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 Okendo 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 Okendo.
The practical details behind the request, access and result.
Can Okendo Reviews help me find customer photos?
Yes, it lets your AI agent find all photos and videos uploaded by customers. You can then ask the agent to pick out the best ones for your marketing materials.
How do I see what customers are asking in my Q&A?
You can ask the agent to list all questions from your Okendo account. It will show you the questions and answers so you can spot common product issues.
Can I use this to check my store's overall rating?
Absolutely. Your agent can pull the aggregate star rating and review count for your entire store instantly.
Does this work with my existing Okendo account?
Yes, it connects directly to your Okendo store using your Subscriber ID. You don't need to change any settings in your Okendo dashboard.
Can I look up specific feedback for a single product?
Yes, the agent can pull the specific review metrics and data for any product tracked in your Okendo account.
Is this good for identifying product defects?
It's excellent for that. You can ask the agent to find recent reviews with lower star ratings to see if a specific issue is trending.
How do I find my Okendo Subscriber ID?
You can find your Subscriber ID in the Okendo dashboard settings. It is a unique identifier for your specific store instance.
Does this support AI-generated review summaries?
This implementation focuses on retrieving raw review and Q&A data. If your Okendo plan includes AI summaries, they may be accessible within the detailed review metadata.
Can I see photos uploaded by customers?
Yes! Use the list_review_media capability to retrieve a list of all visual assets (photos and videos) provided by your customers in their feedback.
One connection away
Give your agent a direct line to Okendo.
Connect Okendo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available