Sign In

fleets-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fleets-mcp

MCP server for Fleets — multi-site GA4, Search Console, Cloudflare & PageSpeed analytics exposed as tools

Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

fleets-mcp

MCP server for Fleets — pull live multi-site analytics (GA4, Google Search Console, Cloudflare edge, PageSpeed, insights, change log) into any MCP client as tools.

This is a thin launcher; the server implementation ships in the fleets package (same one that provides the fleets CLI), so the CLI and MCP server share one API layer and one login.

Use

Authenticate once with the CLI (writes ~/.fleets/config.json):

npm install -g fleets
fleets login

…or set FLEETS_TOKEN=fl_... in the server's environment (mint a token at https://fleets.run/app/account?tab=cli).

Then add it to your MCP client:

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

Claude Code:

claude mcp add fleets -- npx -y fleets-mcp

Tools

list_sites · stats · sources · campaigns · referrals · landers · events · users · devices · demographics · funnel · seo · edge · speed · insights · ask · log_change · recall

All read-only except log_change. See the main README for details.

Keywords

mcp

FAQs

Package last updated on 04 Jul 2026

Related posts