Alchemer Connector for AI agents.
10 live capabilities
Manage survey data and customer feedback through your AI client.
Waiting for input…
Why people use Alchemer
Alchemer for Survey Audit and Data Retrieval
This Connector lets you do all of that in one place. You can ask your agent to pull the latest responses or check your campaign status, getting the info you need in seconds without ever leaving your chat window.
What Vinkius changes
You get a conversational interface for your entire Alchemer survey and feedback library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Analyzing customer complaints
A CX Lead needs to know why a customer is unhappy.
- Real-world use case 02
Verifying survey integrity
A Market Researcher wants to check if a survey is still active.
- Real-world use case 03
Auditing question flows
A Product Manager wants to verify questions.
Complete set · 10capabilities
The complete Alchemer capability set.
These are the exact actions your AI can choose when you ask it to work with Alchemer.
01—04
4 capabilities in this set.
Part of 10 available through Alchemer.
- 01 Capability
List surveys
See all surveys in your account. This helps you quickly find the right project to analyze.
- 02 Capability
List survey reports
See the reports available for your surveys. Use this to find high-level data summaries.
- 03 Capability
List survey campaigns
See all distribution campaigns. This helps you track how your surveys are being sent out.
- 04 Capability
Get survey details
Get the technical metadata for a specific survey. Use this to check status and configuration.
05—07
3 capabilities in this set.
Part of 10 available through Alchemer.
- 05 Capability
List survey questions
See every question within a survey. It's perfect for auditing your data collection flow.
- 06 Capability
Get question details
Get the specific metadata for a single survey question. Use this for granular question audits.
- 07 Capability
List survey responses
Get a list of all submissions for a survey. Use this to see how many people have responded so far.
08—10
3 capabilities in this set.
Part of 10 available through Alchemer.
- 08 Capability
Get response details
Pull the specific data from an individual survey response. This lets you see exactly what a customer said.
- 09 Capability
List contact lists
View the contact lists used for your surveys. Use this to manage your target audience segments.
- 10 Capability
Get account usage
Check your current account status and usage. Use this to stay on top of your subscription limits.
Set up in minutes
One URL. Then ask Alchemer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Alchemer 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_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Alchemer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer URL.
- Step 03
Save and start
Save the connection and enable Alchemer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"alchemer": {
"url": "https://edge.vinkius.com/vk_preview_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer
Open Agent mode in chat and ask: "Using Alchemer, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"alchemer": {
"url": "https://edge.vinkius.com/vk_preview_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer
Ask Copilot: "Using Alchemer, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"alchemer": {
"url": "https://edge.vinkius.com/vk_preview_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer
Open Cascade and ask: "Using Alchemer, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"alchemer": {
"url": "https://edge.vinkius.com/vk_preview_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer
Ask Cline: "Using Alchemer, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add alchemer --transport http "https://edge.vinkius.com/vk_preview_PUIlGmLaPzRyJH4KTSGn3XmSs7QMtMYbY8ieKwjL/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 Alchemer
Ask Claude: "Using Alchemer, show me...". 10 tools are ready
Where the request belongs
Work Alchemer can move forward.
This is for the research and CX pros who are drowning in survey data and need a faster way to query responses without manual filtering.
Market Researcher
Audits survey questions and monitors response counts to ensure data integrity during live studies.
CX Lead
Pulls specific customer responses to identify sentiment trends and resolve issues quickly.
Product Manager
Researches feature feedback and checks survey flows to prioritize the product roadmap.
Data Analyst
Retrieves granular survey data for external reporting and deep-dive analysis.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPorsline
Automate surveys and feedback via Porsline. manage surveys, responses, and reports directly from any AI agent.
Surveypal
Design employee experience surveys and customer feedback programs with analytics that turn responses into actionable improvements.
GetFeedback
Manage online surveys, track real-time responses, and oversee feedback data via AI agents with GetFeedback.
QuestionPro
Deploy AI to analyze survey responses, manage questionnaires, and extract actionable insights instantly.
Survalyzer
Manage professional surveys, panels, and distribution on Survalyzer with AI agents.
Medallia
Customer experience management via Medallia. track surveys, responses, and experience programs.
Bring your own AI
Change the model, client or framework. Keep Alchemer 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 Alchemer.
The practical details behind the request, access and result.
What can the Alchemer MCP do for my survey data?
It lets you query, audit, and summarize your survey data directly through your AI agent. You can pull responses, check campaign statuses, and view reports without leaving your chat window.
Can I use the Alchemer MCP to see my survey responses?
Yes, you can pull individual responses to see exactly what people said. This is great for digging into specific customer sentiment or identifying common pain points.
How does the Alchemer MCP help with customer feedback?
It connects your feedback lifecycle to your AI agent. You can ask your agent to summarize trends, find specific comments, or list your current feedback reports instantly.
Is the Alchemer MCP good for market research?
It's ideal for researchers who need to audit survey questions for bias, monitor response counts in real time, and pull granular data for deep-dive analysis.
Can I check my campaign status with the Alchemer MCP?
Yes, you can list your active distribution campaigns to see how your surveys are performing and who they are reaching.
Does the Alchemer MCP work with my existing contact lists?
It allows you to view and manage the contact lists you use for survey distribution, helping you keep your target audience segments organized.
How do I get my survey reports using the Alchemer MCP?
You can ask your agent to list the reports available for your surveys. It will show you the high-level summaries you need for your next presentation or meeting.
How do I find my Alchemer API Token and Secret?
Log in to Alchemer as an admin, navigate to Account > Integrations > API Access. You can generate and copy your api_token and api_token_secret there.
Which region should I choose?
Choose the region based on your account's data center: US (api.alchemer.com), EU (api.alchemer.eu), or CA (api.alchemer.ca).
Can I retrieve responses for a specific survey?
Yes! Use the list_survey_responses capability and provide the Survey ID. Your agent will retrieve the latest submissions, including timestamps and completion status.
One connection away
Give your agent a direct line to Alchemer.
Connect Alchemer once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available