Skip to content
Back to search
100
MCP live v0.1.4 MCP 2025-06-18 streamable-http

KrystalView Analytics

io.github.krystalview/krystalview

Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

Uptime
100.0%
1 direct probes · 30d
Response
135ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

get_sessions

List recent visitor sessions with filters for URL, country, device, duration, friction, and rage clicks.

get_session_detail

Get full details for a specific visitor session, including pages, events, device context, errors, and friction signals.

get_site_stats

Get aggregate site metrics including all sessions, likely human sessions, likely bot/crawler sessions, duration, friction, rage clicks, daily counts, device mix, and top pages.

get_scroll_depth

Get cumulative scroll-depth reach buckets for a specific page path.

get_live_visitors

Get currently active visitors and sessions seen in the live activity window.

get_anomalies

List detected traffic, friction, bounce, and conversion anomalies for the site.

get_funnels

List conversion funnels defined for this site.

get_funnel_analysis

Analyze a conversion funnel and show step reach, drop-off, and completion evidence.

get_campaign_summary

Get campaign attribution breakdown by UTM campaign, source, medium, sessions, duration, and bounce rate.

get_campaign_sessions

List sessions attributed to a specific marketing campaign.

get_campaign_roas

Get paid campaign spend, clicks, sessions, attributed conversions, and ROAS where ad data is connected.

get_errors

Get aggregated browser errors grouped by type and message, with affected paths and sample sessions.

get_notifications

Get recent KrystalView notifications such as insights, setup notices, errors, and anomalies.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "krystalview_analytics": {
      "url": "https://krystalview.com/mcp",
      "transport": "streamable-http"
    }
  }
}