🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
30
-26.83%
Maintainers
1
Weekly downloads
 
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

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts