MCP Hub
Back to servers

Savri Analytics MCP Server

Enables users to access and manage Savri analytics data, including visitor statistics, traffic sources, and conversion funnels, directly within Claude. It supports tracking custom event properties and creating multi-step conversion goals through natural language prompts.

Updated
Jan 26, 2026

@savri/mcp

MCP (Model Context Protocol) server for Savri analytics. Access your website analytics data directly in Claude Desktop.

Features

  • View visitor statistics, pageviews, sessions, and bounce rates
  • Analyze top pages, referrers, and visitor countries
  • Create and manage conversion goals
  • Set up multi-step conversion funnels
  • Track custom event properties

Quick Start

1. Get your API key

Go to Savri Dashboard > Settings > API Keys and create an API key.

2. Configure Claude Desktop

Add to your Claude Desktop config:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "savri": {
      "command": "npx",
      "args": ["@savri/mcp"],
      "env": {
        "SAVRI_API_KEY": "bk_your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

The Savri tools will now be available.

Available Tools

ToolDescription
savri_list_sitesList all your websites with optional 30-day stats
savri_get_statsGet visitor statistics with trend comparison
savri_get_pagesGet most visited pages
savri_get_referrersGet traffic sources
savri_get_countriesGet visitor geography
savri_list_goalsList conversion goals
savri_create_goalCreate a pageview or event goal
savri_delete_goalDelete a goal
savri_list_funnelsList conversion funnels
savri_create_funnelCreate a multi-step funnel
savri_delete_funnelDelete a funnel
savri_get_funnel_statsGet funnel conversion statistics
savri_list_propertiesList registered event properties
savri_create_propertyRegister a new property
savri_delete_propertyDelete a property

Example Prompts

Ask Claude things like:

  • "Show me my website traffic for the last 30 days"
  • "What are the top pages on example.com?"
  • "Compare this week's traffic to last week"
  • "Where is my traffic coming from?"
  • "Create a goal for when users visit /thank-you"
  • "Set up a checkout funnel: product -> cart -> checkout -> confirmation"

Environment Variables

VariableRequiredDescription
SAVRI_API_KEYYesYour Savri API key (starts with bk_)
SAVRI_API_URLNoCustom API URL (default: https://savri.io/api/v1)

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review