Junip Connector for AI agents.
10 live capabilities
Manage Shopify product reviews and social proof data with your AI.
Waiting for input…
Why people use Junip
Junip for Shopify Social Proof Analysis
This Connector changes that by giving your AI agent a direct line to your Junip data. You can ask your agent to summarize the latest sentiment, list your active review campaigns, or audit your customer service responses in seconds. You get a clear picture of your brand's reputation without ever opening a separate tab.
What Vinkius changes
You get a direct pipeline from your customer's feedback to your AI's analysis.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Identifying top performers
You don't know which products have the best social proof.
- Real-world use case 02
Clearing the question queue
Customer questions are being ignored.
- Real-world use case 03
Campaign audit
You need to know if your review campaign is working.
Complete set · 10capabilities
The complete Junip capability set.
These are the exact actions your AI can choose when you ask it to work with Junip.
01—04
4 capabilities in this set.
Part of 10 available through Junip.
- 01 Capability
List answers
Lists all answers to questions so you can audit response quality. Use this to check your team's performance.
- 02 Capability
List campaigns
Shows all active review request campaigns to see what's currently running. Use this to track your marketing efforts.
- 03 Capability
List products
Lists all products in your store along with their aggregate review metrics. Use this to see your entire catalog.
- 04 Capability
List questions
Finds all customer inquiries that still need a merchant response. Use this to stay on top of your inbox.
05—07
3 capabilities in this set.
Part of 10 available through Junip.
- 05 Capability
List reviews
Lists all product reviews to help you monitor brand sentiment. Use this to see what people are saying overall.
- 06 Capability
List themes
Lists all review display themes to help you audit your storefront's visual presentation. Use this to check your site's look.
- 07 Capability
Get account
Verifies your account identity and access levels within Junip. Use this to ensure your agent has the right permissions.
08—10
3 capabilities in this set.
Part of 10 available through Junip.
- 08 Capability
Get product
Pulls specific performance details and summaries for a single product. It helps you see how one item is doing.
- 09 Capability
Get question
Retrieves details for a specific customer inquiry before you write a response. Use this to get full context.
- 10 Capability
Get review
Fetches metadata and content for a specific customer testimonial. It's useful for deep dives into single reviews.
Set up in minutes
One URL. Then ask Junip to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Junip 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_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Junip for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip URL.
- Step 03
Save and start
Save the connection and enable Junip in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"junip": {
"url": "https://edge.vinkius.com/vk_preview_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip
Open Agent mode in chat and ask: "Using Junip, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"junip": {
"url": "https://edge.vinkius.com/vk_preview_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip
Ask Copilot: "Using Junip, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"junip": {
"url": "https://edge.vinkius.com/vk_preview_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip
Open Cascade and ask: "Using Junip, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"junip": {
"url": "https://edge.vinkius.com/vk_preview_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip
Ask Cline: "Using Junip, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add junip --transport http "https://edge.vinkius.com/vk_preview_QBtML4bX2nhJ6sFVEO0YElITyvgCm1zT4jOOHLck/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 Junip
Ask Claude: "Using Junip, show me...". 10 tools are ready
Where the request belongs
Work Junip can move forward.
E-commerce merchants and social proof managers who are tired of manually copying review data into spreadsheets or hunting through dashboards to find out why a product isn't moving.
E-commerce Store Owner
Monitors brand sentiment and reviews to make quick inventory and pricing decisions.
Social Proof Marketer
Manages review request campaigns and audits storefront display themes to improve conversion.
Customer Success Lead
Audits the quality of answers to customer questions to ensure brand consistency.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJudge.me
Manage product reviews, questions, and ratings via Judge.me API.
KnoCommerce
Analyze post-purchase surveys. list responses, audit customer feedback, and track attribution channels.
Okendo Reviews
Manage customer reviews and social proof via Okendo. track ratings, questions, and product feedback directly from your AI agent.
Glow Loyalty
Manage loyalty members, track point balances, and oversee rewards via AI agents with Glow Loyalty.
Bazaarvoice
Analyze and manage user-generated content via Bazaarvoice. list products, reviews, and customer questions directly from any AI agent.
Repuso
Collect and manage customer reviews effortlessly with Repuso AI agents.
Bring your own AI
Change the model, client or framework. Keep Junip 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 Junip.
The practical details behind the request, access and result.
Can I use the Junip MCP to see my Shopify reviews?
Yes, this Connector connects your Junip account to your AI client so you can see all your product reviews and social proof data in one place.
How does the Junip MCP help with customer service?
It lets your AI agent list all customer questions and audit the answers your team provides, helping you maintain a consistent brand voice.
Can my AI agent help manage my review campaigns?
Absolutely. You can ask your agent to list all active review request campaigns to see what's currently running and how they are performing.
Is the Junip MCP good for analyzing brand sentiment?
Yes, it's built for that. Your agent can pull all recent reviews to identify high-quality social proof and spot any potential issues with your products.
Can I check how my reviews look on my store with Junip?
You can use this Connector to list all your review display themes, making it easy to audit the visual presentation of your reviews on your storefront.
Do I need to be a developer to use the Junip MCP?
No, you just need a Junip account. Once connected via Vinkius, you can interact with your data using plain English prompts.
How do I get Junip API credentials?
Log in to your Junip admin dashboard, navigate to Settings > API, and generate a new Access Token for a Private App.
Can I see customer questions?
Yes, you can list and retrieve customer questions and answers using the corresponding capabilities in this Connector.
Does it support review campaigns?
Yes, the list_campaigns capability allows you to retrieve information about your active review request campaigns.
One connection away
Give your agent a direct line to Junip.
Connect Junip once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available