Connection details
During OAuth sign-in, select the Conveo organization to authorize. Tool requests run as that user in that organization and check current access. Leaving the organization, losing relevant study access, or revoking the session can prevent further calls.
Adding to Claude Code
Add the remote server with Claude Code’s HTTP transport:/mcp, and complete the Conveo sign-in flow. If your client requires the preconfigured ID, add --client-id 7326f7bf-48d6-4b75-a418-0c9c0d8eb901 when configuring the server. Do not add a client secret.
Use Claude Code’s MCP configuration guide for configuration scope, managing existing entries, and client-version troubleshooting.
Adding to Claude Desktop
Use Claude’s remote Connectors settings to add a custom connector with the server URL above, then authorize Conveo. In Conveo, Settings → Organization → Integrations → Add to Claude opens the custom-connector flow with the URL prefilled. Remote connectors use Claude’s connector flow rather than the local-server JSON configuration. See Claude’s custom remote connector instructions for current plan and organization-admin requirements. The same remote connector can be used on Claude’s web interface where available.Adding to other MCP clients
Choose a client supporting Streamable HTTP and the server’s OAuth authorization flow. Dynamic registration accepts supported local callbacks and allowlisted hosted callbacks. An arbitrary hosted client’s redirect URL may require Conveo setup; contact support if registration fails. For supported API-key clients, sendAuthorization: Bearer <organization-api-key> through the client’s secret configuration. An API key does not expose the full OAuth tool set.
Available tools
OAuth exposes the MCP tool reference, subject to the connected user’s permissions and feature prerequisites. It covers study design, questions, stimuli, quotas, analysis sessions, interviews, clips, facets, and Storylines. Tool discovery provides current input schemas; use returned IDs instead of inventing identifiers. An organization API key exposes exactly these tools:list_studiesget_studylist_interviewslist_storylineslist_storyline_insightssearch_clips
Manage and revoke connections
Organization admins can open Settings → Organization → API keys to review MCP sessions and revoke a connection. API-key connections are revoked by deleting their API key. Disconnect the connector in the assistant client as well when it is no longer needed. OAuth access tokens expire and are refreshed by compatible clients. If authentication stops working, reconnect and confirm the selected organization. A successful sign-in does not override study permissions or feature gates.Troubleshooting
For scripts retrieving completed research data, see the REST API.
