Skip to main content

KrystalView MCP Server — AI agent access to website analytics, session replay, funnels, campaigns, errors, and anomaly detection.

Project description

KrystalView MCP Server

Give your AI agents direct access to website analytics. Query visitor sessions, investigate UX friction, analyze conversion funnels, review campaigns and errors, and get anomaly alerts — all from Claude, Cursor, or any MCP-compatible client.

Quick Start

Install

pip install krystalview-mcp

Configure

Generate an API key in your KrystalView console under Settings > API Keys.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "krystalview": {
      "command": "krystalview-mcp",
      "env": {
        "KRYSTALVIEW_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add krystalview -- krystalview-mcp
# Then set your API key:
export KRYSTALVIEW_API_KEY="your-api-key-here"

Cursor

Add to your MCP settings:

{
  "krystalview": {
    "command": "krystalview-mcp",
    "env": {
      "KRYSTALVIEW_API_KEY": "your-api-key-here"
    }
  }
}

Available Tools

Tool Description
get_sessions List/search visitor sessions with filters (device, location, friction, rage clicks)
get_session_detail Deep dive into a specific session — full timeline, events, navigation path
get_site_stats Aggregate performance metrics — sessions, friction, devices, top pages
get_scroll_depth Scroll-depth buckets for a specific page path
get_live_visitors Currently active visitor count and recent live sessions
get_anomalies AI-detected anomalies with explanations (traffic spikes/drops, friction surges)
get_funnels List defined conversion funnels
get_funnel_analysis Step-by-step funnel conversion rates and drop-off analysis
get_campaign_summary UTM campaign attribution summary
get_campaign_sessions Visitor sessions from a specific campaign
get_campaign_roas Paid campaign spend, conversions, and ROAS where connected
get_errors Aggregated client-side browser errors
get_notifications Recent KrystalView notifications and insights

Example Prompts

Once connected, try asking your AI assistant:

  • "How's my site performing this week?"
  • "Show me frustrated mobile users from the last 24 hours"
  • "Why did our traffic drop yesterday?"
  • "Where are users dropping off in the checkout funnel?"
  • "Find sessions with rage clicks on the pricing page"
  • "Which campaigns are driving the most high-friction sessions?"
  • "Show me unresolved browser errors with sample session IDs"
  • "Are there any anomalies I should know about?"

Environment Variables

Variable Required Default Description
KRYSTALVIEW_API_KEY Yes Your KrystalView API key
KRYSTALVIEW_BASE_URL No https://krystalview.com/api API base URL
KRYSTALVIEW_TIMEOUT No 15 Request timeout in seconds

Rate Limits

API keys have configurable rate limits (default: 60 requests per minute). Rate limit headers are included in every response. If you hit the limit, the server returns a clear error with retry timing.

Security

  • API keys are scoped to a single site — agents can only access data for the site the key was created for
  • Tools are read-only
  • All requests use HTTPS
  • Keys can be rotated or revoked in the KrystalView console
  • No data is stored by the MCP server — it proxies directly to the KrystalView API

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

krystalview_mcp-0.1.5.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

krystalview_mcp-0.1.5-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file krystalview_mcp-0.1.5.tar.gz.

File metadata

  • Download URL: krystalview_mcp-0.1.5.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for krystalview_mcp-0.1.5.tar.gz
Algorithm Hash digest
SHA256 dbf3e66f3318cb3489f3f9c4843a6b492a8aa1a87254c662590c60ce3eab0897
MD5 2f5d5185156181744250750c4d828ccc
BLAKE2b-256 654fe694e5b90de66a295649c961bc06690fdf5956cef53c8398d322c9b77150

See more details on using hashes here.

File details

Details for the file krystalview_mcp-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: krystalview_mcp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for krystalview_mcp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 981df849a0b92d9e404769ad023cf44c085c75851baecaa59ebac1883e42e88f
MD5 434762777b45eb4e0515c0e5e7ff4e81
BLAKE2b-256 260dad499fe54a3680050f02668cf59d774a3a1e4c246cab1b0215673512708d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page