Skip to main content
Glama
Flowsery

flowsery

Official

Flowsery Agent

Give your AI agent the ability to query web analytics — real-time visitors, traffic breakdowns, revenue, goals, and visitor profiles.

Privacy-first, cookie-free analytics. Alternative to Google Analytics.

Install

npx skills add flowsery/agent

Works with Claude Code, Cursor, Windsurf, Codex, and any agent that supports skills.

Other installation methods

Manual: Copy the skills/flowsery/ folder into your project's skills directory.

Cursor remote rules: Point to https://raw.githubusercontent.com/flowsery/agent/main/skills/flowsery/SKILL.md

Related MCP server: KrystalView MCP Server

Setup

  1. Create an account at flowsery.com

  2. Add your website and install the tracking snippet

  3. Create an API key at Site Settings > API

  4. Run:

    ./scripts/flowsery.js setup --key flow_sk_live_xxxxx

What it does

Once installed, your AI agent can:

  • Overview — aggregated site metrics (visitors, sessions, bounce rate, revenue)

  • Time series — trend data by hour, day, week, or month

  • Realtime — current active visitor count and geographic map

  • Breakdowns — top pages, referrers, countries, devices, browsers, OS, campaigns, channels, and 20+ dimensions

  • Visitor profiles — full journey with identity, activity timeline, revenue, and identified user info

  • Goal tracking — track custom events with metadata

  • Revenue tracking — record payments for attribution (Stripe/LemonSqueezy/Polar auto-tracked)

  • Filters — drill down by country, device, browser, UTM params, page, channel, and more

Example

You: How's my traffic this week?
Agent: Your site had 2,847 visitors and 3,912 sessions this week.
       Bounce rate is 62%. Revenue: $1,240 from 18 conversions.
       Top sources: Google (41%), Direct (28%), Twitter (12%).

Alternative: MCP

For deeper integration with Claude Desktop, Cursor, or other MCP-compatible clients, use the Flowsery MCP server:

{
  "mcpServers": {
    "flowsery": {
      "type": "http",
      "url": "https://mcp.flowsery.com/mcp",
      "headers": {
        "Authorization": "Bearer flow_sk_live_your_key"
      }
    }
  }
}

License

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Privacy friendly, cookieless web analytics built MCP-first. "Add analytics to my Next.js app" → an AI agent runs the setup_analytics_for_site tool, picks the right install snippet, edits your layout file, and verifies the script is loading. OAuth onboarding, no API keys to paste.
    28
    37
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Hosted MCP server that gives AI agents read and write access to your full marketing & ecommerce stack — Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn. 100+ tools across 10 connectors. BYOK, OAuth 2.1.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Flowsery/agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server