Delighted Connector for AI agents.
10 live capabilities
Get real-time customer feedback and NPS metrics in your chat workflow.
Waiting for input…
Why people use Delighted
Delighted for Real-time Customer Experience Monitoring
You move from reactive data gathering to proactive customer listening. It's the difference between looking at a graph and having a conversation about your customers.
What Vinkius changes
You get instant access to customer sentiment without opening a single extra tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying a sudden drop in sentiment
A CX lead notices a dip in scores and asks their agent to list recent detractors to see if a specific bug is causing the issue.
- Real-world use case 02
Prioritizing the product roadmap
A product manager asks the agent to search for comments containing 'pricing' to see if users feel the new tier is worth the cost.
- Real-world use case 03
Personalizing support interactions
A support agent asks for the feedback history of a frustrated user to see their previous scores and comments before jumping in.
Complete set · 10capabilities
The complete Delighted capability set.
These are the exact actions your AI can choose when you ask it to work with Delighted.
01—04
4 capabilities in this set.
Part of 10 available through Delighted.
- 01 Capability
Add person to survey
Adds a new person to the system and schedules a survey invitation to be sent via the default channel.
- 02 Capability
Get nps metrics summary
Returns real-time Net Promoter Score along with a breakdown of promoters, passives, and detractors.
- 03 Capability
Get person feedback history
Resolves all previous survey responses, cumulative NPS contribution, and associated person attributes.
- 04 Capability
Get response details
Resolves customer details, specific survey channel, and the full text of the feedback comment.
05—07
3 capabilities in this set.
Part of 10 available through Delighted.
- 05 Capability
List top promoters
Identifies customers who provided a high NPS score of 9 or 10.
- 06 Capability
List survey responses
Returns response metadata including score, comment, person identifier, and timestamp.
- 07 Capability
Search responses by comment
Identifies survey responses where the text matches the provided search term.
08—10
3 capabilities in this set.
Part of 10 available through Delighted.
- 08 Capability
Get recent customer comments
Lists the most recent survey responses that include a text comment.
- 09 Capability
List recent detractors
Identifies customers who provided a low NPS score between 0 and 6.
- 10 Capability
List feedback contacts
Returns a list of people who have interacted with Delighted, including their email addresses and survey history.
Set up in minutes
One URL. Then ask Delighted to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Delighted 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_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Delighted for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted URL.
- Step 03
Save and start
Save the connection and enable Delighted in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"delighted": {
"url": "https://edge.vinkius.com/vk_preview_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted
Open Agent mode in chat and ask: "Using Delighted, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"delighted": {
"url": "https://edge.vinkius.com/vk_preview_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted
Ask Copilot: "Using Delighted, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"delighted": {
"url": "https://edge.vinkius.com/vk_preview_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted
Open Cascade and ask: "Using Delighted, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"delighted": {
"url": "https://edge.vinkius.com/vk_preview_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted
Ask Cline: "Using Delighted, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add delighted --transport http "https://edge.vinkius.com/vk_preview_063aTdAr3Ok8v2tcAPvbhJvHrHwVNciYRVTqPXHO/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 Delighted
Ask Claude: "Using Delighted, show me...". 10 tools are ready
Where the request belongs
Work Delighted can move forward.
This is for CX leads who need to spot trends fast, product managers hunting for specific user pain points, and support teams who need context before they hit the phones.
CX Lead
They use this to pull NPS summaries during weekly syncs to see if a recent product launch actually improved satisfaction.
Product Manager
They use this to search for specific keywords like 'slow' or 'expensive' in customer comments to prioritize the roadmap.
Support Agent
They use this to check a customer's feedback history before starting a chat to understand the user's previous frustrations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAskNicely
Manage customer experience and NPS surveys with AskNicely. track responses and audit sentiment via AI.
Nicereply
Measure customer satisfaction via Nicereply. track survey responses, ratings, and stats directly from your AI agent.
Chattermill
Analyze customer feedback and sentiment via Chattermill. track AI-powered themes, monitor NPS and CSAT, and unify feedback from every channel directly from any AI agent.
Zenloop
Analyze NPS feedback and manage customer surveys via the Zenloop API.
CustomerGauge
Equip your AI agent to manage B2B experience, monitor NPS scores, and track revenue impact directly via the CustomerGauge API.
GetFeedback
Manage online surveys, track real-time responses, and oversee feedback data via AI agents with GetFeedback.
Bring your own AI
Change the model, client or framework. Keep Delighted 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 Delighted.
The practical details behind the request, access and result.
Can the Delighted MCP help me find unhappy customers?
Yes, it can. You can ask your agent to specifically identify customers who gave low scores so you can reach out to them immediately.
How does Delighted MCP work with my AI agent?
It connects your Delighted account to your AI client, allowing your agent to read survey responses and NPS metrics in real-time.
Can I use Delighted MCP to send out new surveys?
Yes, you can use it to add new people to your system and trigger survey invitations directly through your chat interface.
Will Delighted MCP help me analyze specific feedback themes?
Absolutely. You can ask your agent to search for specific keywords like 'bugs' or 'pricing' to see what people are saying about those topics.
Can I see a specific user's history with Delighted MCP?
Yes, you can pull up the full feedback history and metadata for any specific customer to get context before you contact them.
Is Delighted MCP good for tracking NPS trends?
It's perfect for that. It can pull your current NPS score and a full breakdown of promoters and detractors instantly.
How do I get a Delighted API Key?
Log in to your Delighted account, navigate to Settings > API, and you can retrieve your unique API Key from that section.
Can I see real-time NPS updates?
Yes, you can use the get_nps_metrics_summary capability to see the latest calculated score and breakdown of responses.
Does the integration support multiple survey types?
Yes, Delighted supports NPS, CSAT, CES, and other survey types. The agent will retrieve responses regardless of the survey methodology used in your account.
One connection away
Give your agent a direct line to Delighted.
Connect Delighted once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available