← krystalview.com
INDIVIDUAL MCP TOOL
get_scroll_depth
Get cumulative scroll-depth reach buckets for a specific page path.
LIVE ENDPOINT
https://krystalview.com/mcp
Connect to this endpoint to inspect the live schema for get_scroll_depth 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.krystalview]
url = "https://krystalview.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"krystalview": {
"type": "http",
"url": "https://krystalview.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: krystalview
Remote MCP URL: https://krystalview.com/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": {
"krystalview": {
"url": "https://krystalview.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"krystalview": {
"type": "http",
"url": "https://krystalview.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "krystalview",
"transport": "streamable-http",
"url": "https://krystalview.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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_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.