# Livesession — MCP server on mcp.ai > Connect your Livesession account and use 1 tools for analytics straight from your AI agent. Connect with your own API key. LiveSession is a session replay and user behavior analytics tool that helps you understand how users interact with your website. By: mcp.ai · official Page: https://mcp.ai/livesession ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_livesession?ms=1787291340000 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/livesession/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/livesession/ 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/livesession/skill.md Postman collection (v2.1): https://mcp.ai/livesession/postman.json ## Tools - livesession_list_sessions(page?: integer, size?: integer) — Tool to list live sessions. Use when you need paginated session data filtered by criteria after authentication. ## Example prompts - "What can I do in Livesession?" - "Show me a summary of my Livesession account" ## Links Docs: https://mcp.ai/docs/mcps/livesession Website: https://mcp.ai/mcps/livesession