# Orb > Orb is cookieless web analytics that AI assistants read through MCP instead of a dashboard: one script on the site, then ask Claude, ChatGPT, Cursor or any MCP client about the traffic in plain English. "MCP" is the Model Context Protocol, the standard way an AI client connects to an outside data source. Orb works in three parts: one small asynchronous script records what visitors do, a hosted MCP server at https://orbmcp.com/api/mcp exposes 24 read tools plus conversion management, and the person asks their assistant questions instead of reading charts. There is no dashboard and no cookie banner: Orb sets no cookies, stores no raw IP addresses and never tracks people between sites. An agent can complete the whole installation itself, including creating the website and getting its tracking ID, using the quickstart below. ## Setup - [Quickstart](https://orbmcp.com/docs): The canonical setup, written to be followed start to finish by a coding agent: exchange a one-time setup code for a token, create the website, add the script tag, write the MCP client config, then verify. Includes Next.js, Vite and plain HTML snippets. Set up Orb on a website: paste one script, connect the MCP server, then ask an AI about the traffic. - [Quickstart, markdown](https://orbmcp.com/docs.md): The same quickstart as clean markdown, for reading or ingesting without HTML. - [Per-platform install guides](https://orbmcp.com/install): Step-by-step instructions for 12 platforms including Shopify, WordPress, WooCommerce, Webflow, Squarespace, Wix, Framer, Ghost, Next.js and Google Tag Manager, each with the exact script tag. - [Install guides, markdown](https://orbmcp.com/install.md): The same per-platform guides as clean markdown. - [Platforms that only accept code, not a script tag](https://orbmcp.com/install/script-box): For rented shop and CMS platforms (UNAS and similar) whose script box takes only what goes between script tags. The standard tag cannot be pasted there, so the same tag is built in JavaScript instead, with document.createElement and a data-site attribute. Identical behaviour. Also at /install/script-box.md. ## Product - [Pricing](https://orbmcp.com/pricing): Free for 1 website and 25,000 events a month, then $10/month for 250,000 events, $25 for 1,000,000, $50 for 5,000,000. Every tier includes every feature and 12 months of history. - [Pricing, markdown](https://orbmcp.com/pricing.md): The same pricing facts as clean markdown, including what counts as an event. - [Privacy](https://orbmcp.com/privacy): What Orb collects and what it never collects: no cookies, no browser identifiers, no raw IP addresses stored, no cross-site tracking, visitor opt-out built in, and 12 months of retention. - [Home](https://orbmcp.com/): What Orb is, with worked examples of the answers an assistant gives: which ads work, where people give up before buying, which page to fix first, and whether last week's change helped. ## Optional - [Everything in one file](https://orbmcp.com/llms-full.txt): The quickstart, install guides and pricing concatenated as markdown, for ingesting the documentation in a single request. - [Contact](https://orbmcp.com/contact): Questions about setup, billing or privacy, answered by a person, usually within a day.