# Microsoft Clarity — MCP server on mcp.ai > Connect your Microsoft Clarity account and use 1 tools for analytics straight from your AI agent. Connect with your own API key. Microsoft Clarity is a free user behavior analytics tool that captures heatmaps, session recordings, and engagement metrics to help improve website experiences. By: mcp.ai · official Page: https://mcp.ai/microsoft_clarity ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_microsoft_clarity?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/microsoft_clarity/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/microsoft_clarity/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/microsoft_clarity/skill.md Postman collection (v2.1): https://mcp.ai/microsoft_clarity/postman.json ## Tools - microsoft_clarity_data_export(numOfDays: integer, dimension1?: string, dimension2?: string, dimension3?: string) — Export data from Microsoft Clarity. ## Example prompts - "What can I do in Microsoft Clarity?" - "Show me a summary of my Microsoft Clarity account" ## Links Docs: https://mcp.ai/docs/mcps/microsoft_clarity Website: https://mcp.ai/mcps/microsoft_clarity