DISQO Connector for AI agents.
10 live capabilities
Access real-time consumer insights and behavioral research data.
Waiting for input…
Why people use DISQO
DISQO Consumer Insights for Market Research
This Connector changes that by bringing the DISQO platform into your chat. You can ask your agent for a high-level audit of active metrics or list the largest research panels without ever leaving the conversation. You get a clear view of your research landscape in seconds.
What Vinkius changes
You get direct access to consumer behavior data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding audience reach
A strategist needs to know if a panel is big enough.
- Real-world use case 02
Quick trend check
During a meeting, a researcher asks for a summary of active metrics to see how mobile engagement is trending.
- Real-world use case 03
Project status updates
A project manager asks which research projects are currently in the data collection phase to update the team.
Complete set · 10capabilities
The complete DISQO capability set.
These are the exact actions your AI can choose when you ask it to work with DISQO.
01—04
4 capabilities in this set.
Part of 10 available through DISQO.
- 01 Capability
Get platform metadata
Get your account's usage limits and metadata. This helps you stay within your plan's bounds.
- 02 Capability
Get project details
See the specific settings and current status of a research project. It provides a clear snapshot of project health.
- 03 Capability
Quick behavioral audit
Get a summary of the most active behavioral metrics in your account. It highlights what's moving right now.
- 04 Capability
List running research projects
See which projects are currently collecting data. This helps you track active fieldwork in real time.
05—07
3 capabilities in this set.
Part of 10 available through DISQO.
- 05 Capability
List research audiences
View all defined consumer audiences and their demographic filters. It gives you a clear view of your reachable segments.
- 06 Capability
List consumer insights
Pull a list of available consumer insights and behavioral reports. Use this to see what data is ready for analysis.
- 07 Capability
List behavioral metrics
See the full list of behavioral data points tracked by DISQO. It helps you understand the scope of available data.
08—10
3 capabilities in this set.
Part of 10 available through DISQO.
- 08 Capability
List insight projects
List all consumer insight projects in your account. This is a quick way to see your full research portfolio.
- 09 Capability
List largest research panels
Find which audience segments have the most available panelists. It helps you identify the most viable groups for your study.
- 10 Capability
Search insights by keyword
Search for specific consumer insights or reports using a keyword. This saves you from digging through folders.
Set up in minutes
One URL. Then ask DISQO to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DISQO 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_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DISQO for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO URL.
- Step 03
Save and start
Save the connection and enable DISQO in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"disqo": {
"url": "https://edge.vinkius.com/vk_preview_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO
Open Agent mode in chat and ask: "Using DISQO, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"disqo": {
"url": "https://edge.vinkius.com/vk_preview_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO
Ask Copilot: "Using DISQO, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"disqo": {
"url": "https://edge.vinkius.com/vk_preview_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO
Open Cascade and ask: "Using DISQO, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"disqo": {
"url": "https://edge.vinkius.com/vk_preview_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO
Ask Cline: "Using DISQO, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add disqo --transport http "https://edge.vinkius.com/vk_preview_KBnrhnABsJKKfX9IuJveRKkAgCvDKtgr687GFAcL/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 DISQO
Ask Claude: "Using DISQO, show me...". 10 tools are ready
Where the request belongs
Work DISQO can move forward.
This is for research professionals who are tired of manual data entry and dashboard fatigue. It's for people who need to make fast decisions based on consumer trends without the friction of navigating complex UI layers.
Market Researcher
Checks audience availability and project statuses during fieldwork on a Tuesday afternoon.
Brand Strategist
Pulls behavioral trends during live planning meetings to inform creative direction.
Data Analyst
Gathers structured metric definitions and research data for weekly reporting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrandwatch
Access consumer research via Brandwatch. list projects, track queries, and retrieve social mentions directly from any AI agent.
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.
Surveypal
Design employee experience surveys and customer feedback programs with analytics that turn responses into actionable improvements.
Fairing
Analyze customer insights via Fairing. manage post-purchase surveys, track responses, and query zero-party data through your AI agent.
6sense
Account-based marketing intelligence. identify anonymous visitors, enrich company data, and track intent via AI.
Bring your own AI
Change the model, client or framework. Keep DISQO 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 DISQO.
The practical details behind the request, access and result.
What can I do with the DISQO MCP?
You can manage your consumer research projects and pull behavioral data directly through your AI client. It lets you check project statuses, look up audience sizes, and find specific reports using natural language.
How does DISQO help with market research?
It gives you a direct line to consumer insights. You can quickly see which research projects are active and pull demographic filters for your target audiences without leaving your workspace.
Can I check my research audience sizes with DISQO?
Yes. You can ask your agent to identify which audience segments have the most available panelists, helping you confirm your reach before starting a project.
How do I get behavioral data from DISQO?
You can pull a list of all behavioral metrics tracked by the platform or request a high-level audit of the most active metrics to see current consumer habits.
Can I search for specific insights using DISQO?
Yes, you can search for specific consumer insights or reports using keywords. This helps you find the exact data you need for a presentation or report instantly.
Is DISQO good for brand strategy?
It is excellent for brand strategy because it allows you to monitor real-time consumer trends and behavioral metrics during your planning sessions.
How do I get a DISQO API Key?
Log in to your DISQO platform account, navigate to the API section in your organization settings, and you can generate or retrieve your unique API Key from there. Note that API access may require a specific plan.
Can the agent show real-time consumer behavior?
Yes, you can use the list_behavioral_metrics capability to retrieve available consumer data points and high-level trends as reported by the DISQO behavioral data platform.
Is the integration secure for sensitive research data?
Absolutely. This integration uses official DISCO API protocols and only accesses the projects and insights exposed via your API key permissions, ensuring enterprise-grade research security.
One connection away
Give your agent a direct line to DISQO.
Connect DISQO once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available