# Sidetracker — MCP server on mcp.ai > Connect your Sidetracker account and use 3 tools for analytics straight from your AI agent. Connect with your own API key. Sidetracker is a cookie-free web analytics platform that tracks website visitors, sales funnels, and customer journeys. It provides real-time session tracking, lead management, conversion tracking, and marketing campaign analytics without relying on cookies. By: mcp.ai · official Page: https://mcp.ai/sidetracker ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sidetracker?ms=1787293500000 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/sidetracker/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sidetracker/ 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/sidetracker/skill.md Postman collection (v2.1): https://mcp.ai/sidetracker/postman.json ## Tools - sidetracker_generate_qrcode(url: string) — Tool to generate a QR code for a given URL. Use when you need to create trackable QR codes. - sidetracker_get_list_details(list_id: string) — Tool to retrieve details of a specific list by its ID. Use after confirming the list ID is correct. - sidetracker_get_lists(page?: integer, page_size?: integer) — Tool to retrieve lists from Sidetracker. Use when you need to paginate through available lists. ## Example prompts - "What can I do in Sidetracker?" - "Show me a summary of my Sidetracker account" ## Links Docs: https://mcp.ai/docs/mcps/sidetracker Website: https://mcp.ai/mcps/sidetracker