KrystalView MCP Server — AI agent access to website analytics, session replay, friction scoring, 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, 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_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 |
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"
- "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://app.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
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file krystalview_mcp-0.1.2.tar.gz.
File metadata
- Download URL: krystalview_mcp-0.1.2.tar.gz
- Upload date:
- Size: 6.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b818835e5f35338a6b5e734173da9e536d2942c0b26dd264bcc34e13f09d55c2
|
|
| MD5 |
c7fa127d4f45b464c537d9b6ba8a8015
|
|
| BLAKE2b-256 |
70d730682429ee868bbd5bfd92e294cce6a49de52a95b0085e894022ba005266
|
File details
Details for the file krystalview_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: krystalview_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.0 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e828698b82dc48db3cacbfe91303d1158f12daf1ed71a891a87cce49be84d2d
|
|
| MD5 |
c7f51692a68e6204937b253ca97bc7c5
|
|
| BLAKE2b-256 |
f3c2a562620d8a07668c76a6ebd2917d79c6b918ed1648367e100ea5d2b4a6ad
|