{
  "markdown": "# Flowsery — Claude Code Plugin\n\nQuery web analytics from Claude Code — **real-time visitors, traffic breakdowns, revenue, goals, and full visitor profiles.** Privacy-first, cookie-free analytics. Alternative to Google Analytics.\n\n## Install\n\n```\n/plugin marketplace add flowsery/claude-plugin\n/plugin install flowsery\n```\n\n## Setup\n\n1. Create an account at [flowsery.com](https://flowsery.com)\n2. Add your website and install the tracking snippet\n3. Generate a workspace API token at [API Tokens](https://flowsery.com/api-tokens). Workspace tokens start with `flow_ws_` and are the right token type for Claude Code, MCP, OpenClaw, and multi-website analytics access.\n4. From inside Claude Code:\n   ```\n   ./scripts/flowsery.js setup --key flow_ws_xxxxx\n   ```\n\nWebsite API keys start with `flow_` and are scoped to one website. Use them for single-website server-side ingestion such as custom goals or payments. For agent/MCP workflows, use a workspace token, run `./scripts/flowsery.js websites`, then query a site with `--website-id <id>` or `--domain <domain>`.\n\n## What it does\n\nOnce installed, Claude can:\n\n- **Overview** — aggregated site metrics (visitors, sessions, bounce rate, revenue)\n- **Time series** — trend data by hour, day, week, or month\n- **Realtime** — current active visitor count and geographic map\n- **Breakdowns** — top pages, referrers, countries, devices, browsers, OS, campaigns, channels (24 dimensions)\n- **Visitor profiles** — full journey with identity, activity timeline, and revenue\n- **Goal tracking** — track custom events with metadata\n- **Revenue tracking** — record payments for attribution (Stripe / LemonSqueezy / Polar auto-tracked)\n- **Filters** — drill down by country, device, browser, UTM params, page, channel, and more\n\n## Example\n\n```\nYou: How's my traffic this week?\nClaude: Your site had 2,847 visitors and 3,912 sessions this week.\n        Bounce rate is 62%. Revenue: $1,240 from 18 conversions.\n        Top sources: Google (41%), Direct (28%), Twitter (12%).\n```\n\n## Alternative: MCP\n\nFor Claude Desktop, Cursor, or other MCP-compatible clients:\n\n```json\n{\n  \"mcpServers\": {\n    \"flowsery\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.flowsery.com/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer flow_ws_your_key\" }\n    }\n  }\n}\n```\n\n## Links\n\n- Product: [flowsery.com](https://flowsery.com)\n- AI Agents: [flowsery.com/features/agents](https://flowsery.com/features/agents)\n- API Documentation: [flowsery.com/docs/api-introduction](https://flowsery.com/docs/api-introduction)\n- API Tokens: [flowsery.com/api-tokens](https://flowsery.com/api-tokens)\n\n## License\n\nMIT\n",
  "bytes": 2627,
  "sha": "7cd89c06836c2fadf701026ce27fa6c0df649a146eaf027ab5baaa34e727e55b",
  "repo_slug": "flowsery/claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_flowsery_claude_plugin_flowsery_f632d0d0/readme"
}