GetFeedback Connector for AI agents.
12 live capabilities
Manage customer survey results and real-time feedback data.
Waiting for input…
Why people use GetFeedback
GetFeedback for Real-Time Customer Sentiment Tracking
This Connector lets your agent do the heavy lifting. You can ask for a summary of last week's completed surveys or pull specific feedback from a certain date range. It turns a multi-step data export into a single chat command, giving you the answers you need in seconds.
What Vinkius changes
You get a direct line to your customer sentiment data 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
Analyzing a specific product launch
A CX manager asks the agent to pull recent complaints.
- Real-world use case 02
Checking daily completion rates
A support lead wants to see how many people finished the onboarding survey today.
- Real-world use case 03
Triggering survey outreach
A marketing analyst needs to send the 'Feedback Survey' to 50 new users.
Complete set · 12capabilities
The complete GetFeedback capability set.
These are the exact actions your AI can choose when you ask it to work with GetFeedback.
01—04
4 capabilities in this set.
Part of 12 available through GetFeedback.
- 01 Capability
Verify api connection
Check if your account is properly linked. This ensures your agent has the right access to pull data.
- 02 Capability
Get my identity
Fetch the profile info for the current user. It helps the agent understand which account it's working in.
- 03 Capability
Get response details
Grab the specific data from a customer's submission. Use this to see exactly what people are saying.
- 04 Capability
Get survey stats
Get the total number of responses for a survey. It's great for a quick pulse check on engagement.
05—08
4 capabilities in this set.
Part of 12 available through GetFeedback.
- 05 Capability
Get survey details
Pull the metadata and structure for a specific survey. Use this to see what questions are being asked.
- 06 Capability
List feedback page
View your feedback in a paginated list. It makes it easy to browse through large volumes of data.
- 07 Capability
List recent feedback
See the latest entries based on a specific date. This is perfect for checking what happened today.
- 08 Capability
List survey responses
Pull a list of all feedback data in your account. Use this as a starting point for deep dives.
09—12
4 capabilities in this set.
Part of 12 available through GetFeedback.
- 09 Capability
Send survey invites
Trigger an email to send a survey to your customers. You can do this directly from your chat.
- 10 Capability
List completed feedback
Filter your results to show only finished surveys. This saves you from looking at half-finished entries.
- 11 Capability
Check api limits
See how much of your API quota you have left. This keeps your connection stable and reliable.
- 12 Capability
List surveys
See every survey currently active in your account. It's the first step to finding the right data.
Set up in minutes
One URL. Then ask GetFeedback to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GetFeedback 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_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GetFeedback for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback URL.
- Step 03
Save and start
Save the connection and enable GetFeedback in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"getfeedback": {
"url": "https://edge.vinkius.com/vk_preview_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback
Open Agent mode in chat and ask: "Using GetFeedback, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"getfeedback": {
"url": "https://edge.vinkius.com/vk_preview_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback
Ask Copilot: "Using GetFeedback, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"getfeedback": {
"url": "https://edge.vinkius.com/vk_preview_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback
Open Cascade and ask: "Using GetFeedback, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"getfeedback": {
"url": "https://edge.vinkius.com/vk_preview_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback
Ask Cline: "Using GetFeedback, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add getfeedback --transport http "https://edge.vinkius.com/vk_preview_zTrCThtowMJrT1PrmYBi6WVDAzzorz2OOByeoAyd/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 GetFeedback
Ask Claude: "Using GetFeedback, show me...". 12 tools are ready
Where the request belongs
Work GetFeedback can move forward.
This is for the CX manager who's tired of manual exports, the support lead who needs to see real-time sentiment, and the marketing analyst who wants to automate weekly reporting.
CX Manager
Checks for new survey completions and summarizes sentiment trends on Tuesday mornings.
Support Lead
Grabs feedback linked to recent tickets to see why a customer is frustrated.
Marketing Analyst
Automates the collection of brand health data for weekly reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAlchemer
Survey and feedback orchestration. manage surveys, responses, and reports via AI.
Porsline
Automate surveys and feedback via Porsline. manage surveys, responses, and reports directly from any AI agent.
SurveyMonkey
Manage surveys, analyze responses, and automate feedback workflows directly through SurveyMonkey's API.
SurveySparrow
Collect feedback with conversational surveys that feel like chat and boost completion rates across employee and customer programs.
Medallia
Customer experience management via Medallia. track surveys, responses, and experience programs.
Surveypal
Design employee experience surveys and customer feedback programs with analytics that turn responses into actionable improvements.
Bring your own AI
Change the model, client or framework. Keep GetFeedback 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 GetFeedback.
The practical details behind the request, access and result.
How can GetFeedback MCP help my customer support team?
It lets your team pull real-time sentiment data directly into your chat. You can quickly see what customers are saying about recent issues without switching to a separate dashboard.
Can I send survey emails using the GetFeedback MCP?
Yes, you can trigger survey invitations to your customer list directly from your AI client. This helps you automate outreach and keep your feedback loop moving.
Does GetFeedback MCP work with Claude or Cursor?
Yes, this Connector works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
How do I see only the finished surveys?
You can ask your agent to filter for completed feedback. This ensures you're only looking at finished responses rather than surveys that were started but abandoned.
Can I check my API limits?
Yes, you can check your API limits anytime to ensure your connection stays healthy and your automated tasks keep running smoothly.
What's the best way to get a quick pulse on survey engagement?
The best way is to ask your agent for survey stats. It will give you an instant count of responses and engagement metrics for any active survey.
How does GetFeedback MCP handle large amounts of feedback?
It handles large volumes by using pagination. This allows your agent to browse through thousands of responses in organized chunks without overwhelming the system.
How do I get an Access Token for GetFeedback?
Log in to GetFeedback, navigate to your account settings or profile, and look for the API section to generate your Personal Access Token.
Can I see incomplete survey responses?
Yes! The 'list_survey_responses' capability allows you to filter by status. You can view responses that were 'started' but not yet finished, as well as 'completed' ones.
How do I send a survey to a list of people?
Use the 'send_survey_invites' capability. Provide the Survey ID and a JSON array of email addresses to trigger the invitations instantly.
Is the data returned in real-time?
Yes, all feedback data retrieved through this Connector is fetched directly from the GetFeedback Reporting API, providing you with the latest available records.
One connection away
Give your agent a direct line to GetFeedback.
Connect GetFeedback once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available