MS
Minds: Synthetic Market Research Panels
/create_study
Create a Study
Creates a new Study workspace from existing Audiences or inline Audience configurations; it does not ask questions or run research. Follow-up research in an exi
liveunknown~5s typical
mcpminds:syntheticmarket
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-getminds-minds /create_study for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Name for the Study workspace (e.g., "Brand Perception Study", "Q4 Market Research") |
| audienceConfigs | array | Preferred field for new Audiences to create and attach atomically. |
| audienceIds | array | Preferred field for existing Audience IDs to attach — use list_audiences to find IDs. |
| groupConfigs | array | Legacy alias for audienceConfigs. |
| groupIds | array | Legacy alias for audienceIds. |
| isLinkSharingEnabled | boolean | Set true ONLY when the user explicitly asked for a public/shareable Study link. Defaults t default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-getminds-minds","endpoint":"/create_study","input":{"name":"...","isLinkSharingEnabled":false}}'cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /create_study -i '{"name":"...","isLinkSharingEnabled":false}'mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/create_study", input: {"name":"...","isLinkSharingEnabled":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.