MS
Minds: Synthetic Market Research Panels
/create_audience_from_brief
Create a Grounded Audience from a Brief
Creates a grounded Audience of synthetic Minds from a population or audience brief. It can combine authoritative web research, supplied sources, research files,
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_audience_from_brief for me.
Input
| Field | Type | Description |
|---|---|---|
| brief | string | Free-text brief describing the population the Audience should represent. E.g. "California |
| text | string | Legacy alias for `brief`. Accepted for back-compat. |
| name | string | Optional Audience name override. When omitted, the server names the Audience from the brie |
| links | array | Optional URLs scraped server-side for additional context (e.g. an article describing the p |
| keywords | array | Optional Exa web-search seeds added alongside the brief. |
| files | array | Optional already-uploaded research files. MCP cannot read or upload a local file:// path. |
| includeWebSearch | boolean | Set false to skip Exa web search and extraction completely. The Audience is then grounded default true |
| memberCount | integer | Exact number of Minds to create in the Audience. Pass this whenever the user states a size |
| audienceCreationMode | string (balanced | segment_coverage | benchmark_depth) | Audience creation mode. Preferred. Use balanced for everyday research, segment_coverage fo |
| groupCreationMode | string (balanced | segment_coverage | benchmark_depth) | Audience creation mode. "balanced" (default): compact, representative Audience for everyda |
| datasetSegmentation | object | Reviewed variable roles, distributions, and privacy-safe pairwise relationships returned b |
| trainMembers | boolean | Opt-in per-Mind training for large reviewed-dataset cohorts (default false). By default a |
| cohortAllocation | object | Deterministic allocation controls. Reviewed respondent datasets default to observed, which |
| isLinkSharingEnabled | boolean | Set true ONLY when the user explicitly asked for a public/shareable link. Defaults to fals 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_audience_from_brief","input":{"includeWebSearch":true,"isLinkSharingEnabled":false}}'cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /create_audience_from_brief -i '{"includeWebSearch":true,"isLinkSharingEnabled":false}'mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/create_audience_from_brief", input: {"includeWebSearch":true,"isLinkSharingEnabled":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.