KnoCommerce Connector for AI agents.
10 live capabilities
Analyze post-purchase surveys and customer feedback to improve your store.
Waiting for input…
Why people use KnoCommerce
KnoCommerce Survey Analysis for E-commerce Feedback
With this Connector, you just ask your agent to summarize the latest feedback. You get the highlights in seconds, allowing you to spot trends and fix problems instantly.
What Vinkius changes
You get instant access to your survey data using natural language instead of manual exports.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying product complaints
A manager asks the agent to use list_survey_responses to find common complaints from the last 30 days to identify recurring product issues.
- Real-world use case 02
Checking marketing ROI
A marketer asks for a channel attribution report to see if their latest Instagram spend is driving actual sales or just likes.
- Real-world use case 03
Deep diving into a loyal customer
A support lead uses get_customer_feedback_profile to see every piece of feedback from a specific VIP buyer to personalize their experience.
Complete set · 10capabilities
The complete KnoCommerce capability set.
These are the exact actions your AI can choose when you ask it to work with KnoCommerce.
01—04
4 capabilities in this set.
Part of 10 available through KnoCommerce.
- 01 Capability
List survey responses
Get a list of all feedback from a specific survey or your whole account. This helps you quickly see the volume of responses you're getting.
- 02 Capability
Get response details
See the full content of a specific customer's survey submission. Use this to read exactly what a buyer had to say about their experience.
- 03 Capability
List knocommerce customers
Find customers to link their survey data with their profiles. This is great for connecting feedback to specific buyer identities.
- 04 Capability
Get customer feedback profile
View the full feedback history for a specific customer. This helps you build a complete picture of a buyer's journey.
05—07
3 capabilities in this set.
Part of 10 available through KnoCommerce.
- 05 Capability
List surveys
See all surveys in your account to find specific campaign IDs. This is your starting point for analyzing different feedback sets.
- 06 Capability
Get survey details
Get the title, status, and high-level configuration for a survey. This gives you a quick overview of a specific survey's settings.
- 07 Capability
List survey questions
See what questions are in a survey to understand your data structure. Use this to check what kind of information you're currently collecting.
08—10
3 capabilities in this set.
Part of 10 available through KnoCommerce.
- 08 Capability
Get channel attribution report
Get a report on which marketing channels are driving your acquisitions. This shows you which ads or emails are actually working.
- 09 Capability
List survey templates
Browse available survey designs to launch new feedback campaigns. This makes it faster to start new surveys without starting from scratch.
- 10 Capability
Check knocommerce api status
Verify your connection to the KnoCommerce API is active. Use this to make sure your data is flowing correctly.
Set up in minutes
One URL. Then ask KnoCommerce to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use KnoCommerce 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_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable KnoCommerce for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce URL.
- Step 03
Save and start
Save the connection and enable KnoCommerce in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"knocommerce": {
"url": "https://edge.vinkius.com/vk_preview_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce
Open Agent mode in chat and ask: "Using KnoCommerce, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"knocommerce": {
"url": "https://edge.vinkius.com/vk_preview_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce
Ask Copilot: "Using KnoCommerce, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"knocommerce": {
"url": "https://edge.vinkius.com/vk_preview_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce
Open Cascade and ask: "Using KnoCommerce, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"knocommerce": {
"url": "https://edge.vinkius.com/vk_preview_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce
Ask Cline: "Using KnoCommerce, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add knocommerce --transport http "https://edge.vinkius.com/vk_preview_eXduZfli8upjIewqhlbWdXCeuigcLooznjXhU4Yt/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 KnoCommerce
Ask Claude: "Using KnoCommerce, show me...". 10 tools are ready
Where the request belongs
Work KnoCommerce can move forward.
This is for e-commerce owners and CX managers who are tired of manual data entry and want to understand why customers are buying their products.
E-commerce Manager
Analyzes survey trends to adjust store strategy and product offerings.
CX Lead
Audits specific customer complaints to improve support and satisfaction.
Marketing Analyst
Checks attribution reports to see which ads and emails are actually converting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFairing
Analyze customer insights via Fairing. manage post-purchase surveys, track responses, and query zero-party data through your AI agent.
Wootric
Manage Wootric customer feedback. track end users, survey responses, and declines directly from your AI agent.
Refiner
Survey your SaaS users with in-app micro-surveys that capture NPS, feature feedback, and churn signals at the perfect moment.
Zenloop
Analyze NPS feedback and manage customer surveys via the Zenloop API.
Medallia
Customer experience management via Medallia. track surveys, responses, and experience programs.
Nicereply
Measure customer satisfaction via Nicereply. track survey responses, ratings, and stats directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep KnoCommerce 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 KnoCommerce.
The practical details behind the request, access and result.
Can KnoCommerce MCP help with survey analysis?
Yes. It allows your AI agent to pull your survey data directly, summarize the feedback, and highlight common themes so you don't have to read every response manually.
How do I use KnoCommerce for customer feedback?
You can use it to audit specific responses, look up feedback history for individual customers, and get a high-level overview of what your buyers are saying about your products.
Can I see marketing attribution with KnoCommerce?
Yes. The Connector can pull your latest channel attribution reports, showing you exactly which marketing efforts are driving your customer acquisitions.
Does KnoCommerce MCP help with buyer profiles?
It does. You can use it to find specific customers and view their complete feedback history, helping you build a better profile of your most important buyers.
How do I find survey templates in KnoCommerce?
You can ask your agent to browse your available survey templates. This helps you find existing designs and launch new feedback campaigns much faster.
Can I check my KnoCommerce API status?
Yes, there is a capability to verify your connection status. This ensures your data is flowing correctly between KnoCommerce and your AI client.
Where do I find my KnoCommerce API Key?
Log in to your KnoCommerce dashboard and navigate to Settings > API Keys. You can generate a new REST API key there.
Can I see the individual questions of a survey?
Yes, use the list_survey_questions capability with the specific survey_id to retrieve all questions and their configuration.
Does this support creating new surveys?
The current version focus on data retrieval and analysis. You can list templates, but survey creation should be done in the KnoCommerce dashboard.
One connection away
Give your agent a direct line to KnoCommerce.
Connect KnoCommerce once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available