MCP support â Claude can now read your heatmaps directly
HeatMapX Engineering Team2 min read
- mcp
- ai
- integration
HeatMapX now supports MCP (Model Context Protocol) â the open standard for connecting external tools to AI assistants like Claude. Once connected, your site's analytics are available right inside the conversation.
Ask things like:
- "Which page has the worst scroll depth?"
- "Summarize the heatmap for /pricing"
- "How is my running A/B test doing? Who's winning?"
The AI pulls the numbers from HeatMapX and interprets them on the spot â no more switching to the dashboard and copy-pasting.
Available tools (5, read-only)
| Tool | What it returns |
|---|---|
| list_sites | Your registered sites |
| get_page_stats | Per-page sessions, clicks, average scroll depth |
| get_heatmap_summary | Heatmap aggregates for one page |
| list_experiments | Your A/B experiments |
| get_experiment_results | Variant metrics and winner suggestion |
Connect in one minute
- In the dashboard, go to Settings â API keys and issue a new key
- Run this in your terminal (replace
YOUR_API_KEY):
claude mcp add --transport http heatmapx https://heatmapx.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
That's it. Works with Claude Code and any MCP client that supports custom headers (Cursor, etc.).
MCP access is free on every plan. See the setup guide for details and examples.