User Intuition, Outset, and Listen Labs all publish ways for agents to access research. Choose a provider by the workflow and evidence you need, then validate that workflow. This comparison is written by User Intuition and uses the linked vendor documentation; it is not an independent performance benchmark.
Which research platforms document agent access?
| Platform | Published integration evidence | What to verify for your application |
|---|---|---|
| User Intuition | Public API, MCP, CLI, and research skills; study execution, report sections, and evidence search | Released schemas, recruiting feasibility, complete costs, citation granularity, and recovery behavior |
| Outset | Remote MCP with OAuth; study creation/editing, recruitment, and result queries | Required scopes, workspace roles, account access, and the exact result types your application needs |
| Listen Labs | MCP access to research themes, quotations, and cross-study synthesis | Availability for your account and the operations needed for any new research workflow |
| Quals.ai | Qualitative research product; a current developer contract was not verified for this comparison | Obtain current API/MCP documentation before judging programmatic coverage |
Sources reviewed September 16, 2026: User Intuition API documentation, Outset’s official MCP repository, and Listen Labs’ MCP announcement. Published capability descriptions do not establish that we tested the competing services.
What should an agent be able to do?
Start with your application workflow. A developer embedding interviews in a product needs different primitives from an analyst asking questions about a completed research library. Write down which steps need an API, which involve user decisions, and what evidence must come back.
For new research, inspect how the service accepts a brief, represents the audience, creates the guide, and handles unresolved planning questions. Confirm how an agent retrieves the saved plan rather than relying on an earlier conversational summary. Study creation and recruitment are separate actions: a successful draft is not evidence that participant fielding started.
For recruiting, check whether the intended audience is feasible, whether you can bring your own participants, and how incentives and platform usage are charged. An advertised panel size does not establish that a specific audience can be recruited on a particular schedule. Compare the estimate for the actual country, audience, format, and sample.
For results, inspect an actual response rather than inferring a contract from a dashboard screenshot. A JSON envelope can contain narrative text; it does not necessarily provide typed findings, prevalence calculations, or exact passage citations. Determine what the application can rely on and what the calling agent needs to interpret.
The User Intuition agent workflow combines these steps through API, MCP, and CLI. Your agent owns the broader reasoning, while User Intuition handles the research workflow and evidence access.
How do the four report sections help an integration?
User Intuition exposes Study Findings, Participant Responses, Participant Profiles, and Recommended Next Steps. They serve different jobs and should retain those distinctions in your application.
Study Findings provide the platform’s synthesis. Participant Responses help inspect individual answers to research questions, rather than treating the report summary as the only available interpretation. Profiles describe the people included in the sample. Recommended Next Steps propose further work; they are not proof that a suggested intervention will succeed.
Source links matter more than whether every section has an elaborate schema. The minimum useful relationship is respondent to interview. Passage-level references provide a more precise path from a summarized answer to the messages supporting it. Preserve whichever granularity the service supplies, and do not manufacture exact quotations from response summaries.
Check the denominator behind any participant count. Collected responses, eligible interviews, analyzed interviews, and participants supporting a particular claim may differ. Multiple excerpts from one interview should not inflate support. Qualitative frequencies describe the observed sample and should not be treated automatically as population estimates.
How should cross-study search work?
Search should help the calling agent locate evidence without already knowing a study ID. Relevant findings and participant responses should arrive with study context and references, so the agent can fetch the report or interview before making a recommendation.
Keyword matching is useful for brand names, product identifiers, and exact phrases. Semantic matching helps find similar meanings expressed in different words. User Intuition combines those approaches for research retrieval. Filters narrow the eligible research; they do not remove the need to inspect the sample behind a match.
Coverage remains important. A search over reports and response summaries can miss a topic that appeared only in an interview transcript. An empty result therefore means no match in the searched material, not proof that no participant ever mentioned the topic. Check whether transcript passages are included before relying on that inference.
Keep study boundaries when combining matches. An older study of experienced buyers and a newer study of first-time buyers may contain different answers for legitimate reasons. A useful integration exposes those differences rather than merging every result into a context-free theme.
What does MCP support establish?
MCP provides a way for agents to discover and call tools. It does not by itself establish that the available tools cover a complete study, that an account has access, or that a provider’s research suits your question.
Outset’s published server demonstrates why dashboard-only comparisons are inadequate. Its documentation describes study creation, recruitment, and result queries, with authorization scopes and organization roles. Developers should inspect those operations directly instead of relying on an older comparison that claims agents cannot operate the platform.
Listen Labs similarly documents research access from connected AI tools, including themes, quotations, and cross-study synthesis. If research-library retrieval is your main use case, that is relevant evidence for evaluation. Check current access arrangements and the specific operations required for commissioning new work rather than assuming that all research connectors expose the same workflow.
For Quals.ai, this review does not establish the current developer contract. That uncertainty is a reason to verify the integration, not a basis to claim that a feature does not exist. Use the same evidentiary standard for every provider, including User Intuition.
How should developers compare cost and recovery?
Compare complete costs for equivalent research. Include platform usage, recruitment, incentives, subscriptions, and minimum commitments. User Intuition lists current account pricing on its pricing page, while panel estimates depend on the study and audience. A nominal per-interview price is not necessarily an all-in recruiting price.
Recovery behavior deserves an explicit check. If a launch request times out after reaching a service, repeating it can have different consequences from retrying a read. Ask how to inspect the persisted outcome, whether an operation is idempotent, and how long any deduplication guarantees last. Do not infer durable recovery merely from a successful example request.
Completion notifications also need context. A single interview-complete event does not mean the whole study has finished. Confirm delivery and retry behavior, verify the event, and reconcile against the API’s current state. Similarly, a provisioning status describes setup and should not silently become a fielding status in application code.
These are evaluation questions, not claims that all providers implement the same guarantees. The correct implementation follows the released contract and handles unsupported behavior explicitly.
Where should I start building?
Run a small example before designing a large integration. The public User Intuition examples cover study execution, report retrieval, and evidence search. Their default mode uses clearly labeled fictional fixtures, so developers can inspect control flow without credentials or spending. Release compatibility notes identify the adapter details that require verification.
Then connect an authorized account and test the narrow live path your application needs. Verify that your audience can be reached, the guide answers the decision, the report references resolve, and failures remain visible. A fixture demonstration cannot establish research quality or production reliability.
For agents acting within a user’s workflow, start with agentic research. For a product embedding interviews for its own customers, use research infrastructure and confirm organization/account boundaries. Both paths use the same research platform, while the surrounding application determines the customer experience.
Choose on fit and demonstrated behavior. User Intuition is a candidate when you need to commission real interviews, retrieve the resulting evidence, and search previous studies through a developer interface. Evaluate the alternatives against the same requirements, using their current documentation and a controlled implementation test.