INDIVIDUAL MCP TOOL
ask_audience
Submits exactly one respondent-visible standalone question to one existing Audience, identified by exact ID or fuzzy name.
LIVE ENDPOINT
https://getminds.ai/mcp
Connect to this endpoint to inspect the live schema for ask_audience and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.minds-ai]
url = "https://getminds.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"minds-ai": {
"type": "http",
"url": "https://getminds.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: minds-ai
Remote MCP URL: https://getminds.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"minds-ai": {
"url": "https://getminds.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"minds-ai": {
"type": "http",
"url": "https://getminds.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "minds-ai",
"transport": "streamable-http",
"url": "https://getminds.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
export_mind— Generates a branded profile for one existing Mind, identified by exact ID or fuzzy name.export_heatmap— Exports a completed website heatmap from a Study result, identified by the message ID reported with the completed result.list_research_methods— Lists Minds research methods with availability, complexity, executable status, and fallback metadata.list_study_drafts— Lists durable unfinished study drafts, or returns the complete saved planning state for one exact draft ID.save_study_draft— Creates or checkpoints an unfinished Quick or Custom Study draft without starting research.list_audiences— Lists the authenticated user's Audiences, including member Minds, sharing state, and workspace or shared links.create_audience_from_brief— Creates a grounded Audience of synthetic Minds from a population or audience brief.export_audience— Exports an Audience brief through the same unified branded renderer used by the web app.