Fleets

by runFleets

373 downloads
Not rated
GitHub

About

Multi-site analytics for AI agents. Read-only GA4, Search Console, Cloudflare edge, and PageSpeed data across every site you run, plus audits that return paste-ready fixes. Local stdio server via npx -y fleets-mcp; pairs with the fleets CLI (npm: fleets).

Details

Author
runFleets
Downloads
373
Categories
Developer Tools, Infrastructure

- Read-only multi-site analytics for AI agents
- Supports GA4, Search Console, Cloudflare edge, and PageSpeed
- Returns paste-ready fixes from audits
- Local stdio server via npx
- Pairs with the fleets CLI tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Fleets
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the server locally via npx -y fleets-mcp (stdio transport). It pairs with the fleets CLI for configuration and authentication. No further setup or configuration commands are documented in the README.

list_sites

List all sites on your Fleets account with their connected sources (GA4 property, Cloudflare zone, GSC site). Start here to get slugs.

stats

GA4 summary for a site: sessions, users, pageviews, events, engagement, bounce.

sources

GA4 top traffic sources / channels for a site.

campaigns

GA4 UTM campaign breakdown for a site.

referrals

GA4 referral traffic breakdown for a site.

landers

GA4 top landing pages for a site.

events

GA4 event breakdown (event name, count, users) for a site.

users

GA4 user + session breakdown (country + device) for a site.

devices

GA4 device-category breakdown with engagement and bounce rate.

demographics

GA4 age + gender breakdown (requires Google Signals).

funnel

GA4 conversion funnel across two or more event/step names.

seo

Google Search Console summary (clicks, impressions, CTR, position) for a site.

edge

Cloudflare edge analytics for a site: bots vs humans, cache hit rate, requests.

speed

PageSpeed Insights score + Core Web Vitals for a site's homepage.

insights

AI-ready signals worth investigating across all sites, or filtered to one. Each insight includes a ready-to-run prompt.

ask

Ask a natural-language analytics question; the Fleets agent runs the right tools server-side and returns an answer with citations.

log_change

Record a change you or your agent made to a site (deploy, copy edit, campaign) so it can be correlated with analytics later.

recall

Show recent logged changes for a site (from log_change / `fleets log`).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "fleets": {
            "fleets": {
                "command": "npx",
                "args": [
                    "-y",
                    "fleets-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "fleets": {
        "command": "npx",
        "args": [
            "-y",
            "fleets-mcp"
        ]
    }
}

Multi-site analytics for AI agents. Read-only GA4, Search Console, Cloudflare edge, and PageSpeed data across every site you run, plus audits that return paste-ready fixes. Local stdio server via npx -y fleets-mcp; pairs with the fleets CLI (npm: fleets).

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.