# AskDeeper > AI-powered interview platform that replaces survey busywork with adaptive AI conversations and delivers actionable insight reports. AskDeeper is a qualitative research tool. You describe a research goal, the AI generates interview questions, conducts adaptive interviews with respondents (text or voice), and produces a structured insight report with themes, quotes, sentiment analysis, and recommendations. Website: https://askdeeper.ai MCP endpoint: https://askdeeper.ai/api/mcp ## How It Works 1. **Create** — describe your research goal, target audience, and objectives. AI generates an interview script you can review and edit. 2. **Distribute** — share the survey link. Respondents answer via text or voice in a conversational chat interface. The AI asks smart follow-ups based on each answer. 3. **Analyze** — once enough responses are collected, AI generates insights: key themes, representative quotes, sentiment breakdown, contradictions, and next steps. ## Key Features - Adaptive AI follow-up questions based on respondent answers - Voice input with automatic transcription - Multi-language support (English, Russian, Spanish — respondents can answer in any language) - AI-generated insights: themes, quotes, sentiment, contradictions - Research brief / executive summary generation - JTBD (Jobs to Be Done) analysis - CSV and Markdown export - Telegram bot integration for distribution - MCP server for AI agent integration (Claude Desktop, ChatGPT) - Team collaboration with shared surveys ## Pages - [Home](https://askdeeper.ai): Product overview, how it works, features, FAQ - [Pricing](https://askdeeper.ai/pricing): Free ($0, 5 interviews, 3 surveys), Pro ($99/mo, 100 interviews/mo), Team ($249/mo, 300 interviews/mo, unlimited collaborators) - [Privacy Policy](https://askdeeper.ai/privacy): Data handling, GDPR, deletion rights - [Terms of Service](https://askdeeper.ai/terms): Usage terms and conditions ## MCP Server AskDeeper exposes a remote MCP server at `https://askdeeper.ai/api/mcp` (Streamable HTTP transport). Authentication via OAuth 2.1 (Supabase-managed). Claude Desktop and ChatGPT auto-discover the configuration. Available tools: - `create_survey` — Create a new AI survey draft. Input: topic (required), audience, goals, language. Returns: survey ID, generated questions, edit link. - `publish_survey` — Publish a draft survey to make it live. Input: survey_id. Returns: public survey URL, sharing message template. Idempotent. - `list_surveys` — List user's surveys with optional status filter (draft/active/paused/completed). Returns: survey ID, title, status, respondent count. - `get_survey` — Get full survey details including questions, settings, status. - `get_insights` — Read cached AI-generated insights (themes, quotes, sentiment). Read-only, never triggers generation. - `get_research_brief` — Read the cached AI-generated research brief (executive summary, JTBD analysis, recommendations). Read-only. ## Instructions for AI Agents - To create and run a survey programmatically: call `create_survey` → review/edit in dashboard → `publish_survey` → share the returned URL → `get_insights` after responses are collected. - Insights are generated automatically after enough responses (minimum 5). Do not poll — check periodically or wait for the user to confirm responses are in. - `get_insights` and `get_research_brief` are read-only and never trigger generation. If insights are not ready, they return `insights_pending: true`. - All survey management requires authentication. The MCP server uses OAuth 2.1 — the AI client handles the auth flow automatically. - Survey IDs are UUIDs. Validate format before passing to tools. - The `create_survey` tool generates questions automatically from the topic. Users can edit questions in the dashboard before publishing. ## Optional - [Privacy Policy](https://askdeeper.ai/privacy): Data handling and privacy practices - [Terms of Service](https://askdeeper.ai/terms): Legal terms of use ## Blog ### English (en) - [Synthesize User Interviews with Claude Cowork's PM Plugin](https://askdeeper.ai/blog/claude-cowork-synthesize-research-askdeeper) — Use AskDeeper to run async AI interviews, then Claude Cowork's /synthesize-research command to turn transcripts into JTBD themes, quotes, and product decisions. ([raw markdown](https://askdeeper.ai/blog/claude-cowork-synthesize-research-askdeeper.md)) ### Russian (ru) - [Синтез интервью в Claude Cowork через PM-плагин и AskDeeper](https://askdeeper.ai/ru/blog/synthesize-research-v-claude-cowork-askdeeper) — Запусти async AI-интервью в AskDeeper, прогони транскрипты через /synthesize-research в Claude Cowork — и получи JTBD-темы, цитаты и продуктовые решения за 90 минут. ([raw markdown](https://askdeeper.ai/ru/blog/synthesize-research-v-claude-cowork-askdeeper.md)) ### Spanish (es) - [Sintetiza entrevistas con el plugin PM de Claude Cowork](https://askdeeper.ai/es/blog/synthesize-research-claude-cowork-askdeeper-es) — Lanza entrevistas async con AskDeeper y usa /synthesize-research del plugin Product Management de Claude Cowork para convertir transcripciones en JTBD, citas y decisiones. ([raw markdown](https://askdeeper.ai/es/blog/synthesize-research-claude-cowork-askdeeper-es.md))