INDIVIDUAL MCP TOOL
export_heatmap
Exports a completed website heatmap from a Study result, identified by the message ID reported with the completed result.
LIVE ENDPOINT
https://getminds.ai/mcp
Connect to this endpoint to inspect the live schema for export_heatmap and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
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
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.list_studies— Applicability: use only when the user asks to find, inspect, or check a Study or its export.get_study_status— 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.