← getminds.ai

INDIVIDUAL MCP TOOL

get_study_status

Applicability: use only when the user asks to find, inspect, or check a Study or its export.

getminds.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://getminds.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_study_status 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

getminds.ai

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

  • create_study — Creates a new Study workspace from existing Audiences or inline Audience configurations; it does not ask questions or run research.
  • ask_study — Submits exactly ONE respondent-visible question in an existing Study.
  • export_study — Starts an asynchronous export of Study results and returns an export job ID.
  • export_mind — Generates a branded profile for one existing Mind, identified by exact ID or fuzzy name.
  • export_audience — Exports an Audience brief through the same unified branded renderer used by the web app.
  • export_heatmap — Exports a completed website heatmap from a Study result, identified by the message ID reported with the completed result.
  • list_studies — Applicability: use only when the user asks to find, inspect, or check a Study or its export.
  • list_audiences — Lists the authenticated user's Audiences, including member Minds, sharing state, and workspace or shared links.