Skip to main content
Glama

Clarity Data Export MCP Server

Official
by microsoft
MIT License
47
17
  • Apple

get-clarity-data

Retrieve Microsoft Clarity analytics data for up to 3 days, filtering by dimensions like Browser, Device, or Country, and accessing metrics such as Scroll Depth, Engagement Time, and Traffic.

Instructions

Fetch Microsoft Clarity analytics data

Input Schema

NameRequiredDescriptionDefault
dimensionsNoUp to 3 dimensions to filter by (Browser, Device, Country/Region, OS, Source, Medium, Campaign, Channel, URL)
metricsNoMetrics to retrieve (Scroll Depth, Engagement Time, Traffic, Popular Pages, Browser, Device, OS, Country/Region, etc.)
numOfDaysYesNumber of days to retrieve data for (1-3)
tokenNoYour Clarity API token (optional if provided via environment or command line)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dimensions": { "description": "Up to 3 dimensions to filter by (Browser, Device, Country/Region, OS, Source, Medium, Campaign, Channel, URL)", "items": { "type": "string" }, "type": "array" }, "metrics": { "description": "Metrics to retrieve (Scroll Depth, Engagement Time, Traffic, Popular Pages, Browser, Device, OS, Country/Region, etc.)", "items": { "type": "string" }, "type": "array" }, "numOfDays": { "description": "Number of days to retrieve data for (1-3)", "maximum": 3, "minimum": 1, "type": "number" }, "token": { "description": "Your Clarity API token (optional if provided via environment or command line)", "type": "string" } }, "required": [ "numOfDays" ], "type": "object" }
Install Server

Other Tools from Clarity Data Export MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/clarity-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server