flowsery

Flowsery is AI session replay that finds bugs on autopilot, with a full web analytics layer underneath - and this MCP server puts both in front of your agent.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • List Websites: List websites accessible by the current API token. Workspace tokens return every website in the workspace; website keys return only their website. Call this first when using a workspace
  • Get Metadata: Get website configuration — domain, timezone, currency, KPI goal, and color scheme. With a workspace token, pass websiteId or domain; without one, this returns the website list.
  • Get Overview: Get aggregated site metrics: visitors, sessions, bounce rate, average session duration, revenue, revenue per visitor, and conversion rate. Supports date range and all filters. Omit dates

What data it sees

Do you need an account

No: the server works without sign-in

Flowsery is AI session replay that finds bugs on autopilot, with a full web analytics layer underneath - and this MCP server puts both in front of your agent.

  • Real-time visitors, site overview, time series, and breakdowns by page, referrer, country, device, UTM, channel, and more
  • Revenue attribution: payments from Stripe, Paddle, Polar, and Shopify tied back to the session that converted
  • Funnels, goals, custom events, and full visitor profiles with activity timelines
  • Issues found by the AI session review, with severity and affected sessions, queryable from Claude Code, Cursor, or ChatGPT
Server tool list (27)

Raw names from tools/list. Only developers need these.

list_websitesList websites accessible by the current API token. Workspace tokens return every website in the workspace; website keys return only their website. Call this first when using a workspace token.
get_metadataGet website configuration — domain, timezone, currency, KPI goal, and color scheme. With a workspace token, pass websiteId or domain; without one, this returns the website list.
get_overviewGet aggregated site metrics: visitors, sessions, bounce rate, average session duration, revenue, revenue per visitor, and conversion rate. Supports date range and all filters. Omit dates for all-time data.
get_timeseriesGet time series analytics data grouped by hour, day, week, or month. Returns timestamped data points with totals. Use for trend analysis and charting.
get_realtimeGet the number of currently active visitors on the site (active within the last 5 minutes).
get_realtime_mapGet currently active visitors with geographic location data for map visualization.
get_pagesGet top pages ranked by visitor count. Shows which pages get the most traffic.
get_referrersGet traffic sources — which websites and domains are sending visitors.
get_countriesGet visitor breakdown by country.
get_regionsGet visitor breakdown by region/state.
get_citiesGet visitor breakdown by city.
get_devicesGet device type breakdown — desktop vs mobile vs tablet split.
get_browsersGet browser distribution — Chrome, Safari, Firefox, Edge, etc.
get_operating_systemsGet operating system distribution — Mac OS, Windows, iOS, Android, Linux, etc.
get_campaignsGet UTM campaign performance — which campaigns drive the most traffic.
get_hostnamesGet traffic breakdown by hostname/domain.
get_channelsGet marketing channel breakdown — Organic Search, Paid Search, Social, Email, Direct, Referral, Affiliate, etc. GA4-aligned classification.
get_goalsGet goal/custom event completion stats within a date range.
get_breakdownGeneric breakdown by any dimension. Use this for dimensions that don't have a dedicated endpoint (e.g. entry_page, browser_version, os_version, utm_source, utm_medium, utm_term, utm_content, ref, source, all_params).
get_visitorGet full visitor profile — identity (geo, device, browser, OS), traffic source, activity (visits, pages, goals), revenue (total, customer flag, time to first conversion), identified profile (userId, name, email), and a merged activity timeline. The visitor ID comes from the _fs_vid browser cookie.
list_issuesList issues the AI found while analyzing session recordings — bugs, broken flows, and UX problems, deduplicated across sessions and ranked by severity. Each issue includes how many sessions hit it, first/last seen times, and steps to replicate. Also returns open/in-progress/resolved counts.
get_issueGet full detail for one AI-detected issue: every occurrence the AI flagged with timestamps, the sessions behind it, steps to replicate, comments, and any linked external ticket (Linear/Jira).
update_issue_statusUpdate an issue's status: open, in_progress, resolved, or suspended. Suspended issues disappear from the default list. Reversible — set any status back at any time.
track_goalTrack a custom goal/event for a visitor. The visitor must have at least one recorded pageview. Goal names must be lowercase with only letters, numbers, underscores, and hyphens (max 64 chars).
delete_goalsDelete custom goal events by filter. At least one filter is required. WARNING: without a date range, matching records are deleted across the entire history.
track_paymentRecord a payment for revenue attribution. If you use Stripe, LemonSqueezy, or Polar, payments are tracked automatically — only use this for other providers.
delete_paymentsDelete payment records by filter. At least one filter is required. WARNING: without a date range, matching records are deleted across the entire history.