mrrscope
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mrrscopeshow me last 7 days analytics for my-site.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mrrscope
Query your MRRscope analytics from the terminal β visitors, revenue, MRR, traffic sources, AI crawlers, realtime. Built for AI agents and LLMs π€
The CLI is a wrapper around the public API /api/v1: every command maps to a documented REST route, and --json prints the raw response.
Quick start
npx mrrscope login # paste an account token (create it in Settings β API)
npx mrrscope sites list
npx mrrscope analytics overview --site my-saas.com --period 30dOr install globally:
npm install -g mrrscopeRelated MCP server: KrystalView MCP Server
Commands
mrrscope login [--token mrt_xxx] # token saved to ~/.config/mrrscope/config.json
mrrscope logout
mrrscope sites list
mrrscope analytics overview --site my-saas.com --period 7d
mrrscope analytics timeseries --site my-saas.com --from 2026-01-01 --to 2026-01-31
mrrscope analytics pages --site my-saas.com --limit 25
mrrscope analytics referrers --site my-saas.com
mrrscope analytics countries --site my-saas.com
mrrscope analytics devices --site my-saas.com
mrrscope analytics crawlers --site my-saas.com # AI bots, IP-verified
mrrscope analytics realtime --site my-saas.com
mrrscope tokens list
mrrscope tokens create --name "SEO agent"
mrrscope tokens revoke <id>For AI agents
# Compact JSON β pipe into jq, save to a file, feed an agent
MRRSCOPE_TOKEN=mrt_xxx mrrscope --json analytics overview --site my-saas.com | jq '.visitors'Give your agent (Claude Code, Cursorβ¦) an mrt_ token and it can answer
"how many visitors yesterday?", "which pages earn?", "who is online right now?"
by running the CLI itself.
MCP server
The package also ships an MCP (Model Context Protocol) server β your agent discovers 6 read-only analytics tools by itself:
# Claude Code
claude mcp add mrrscope --env MRRSCOPE_TOKEN=mrt_xxx -- npx -y mrrscope mcp// Claude Desktop / Cursor
{
"mcpServers": {
"mrrscope": {
"command": "npx",
"args": ["-y", "mrrscope", "mcp"],
"env": { "MRRSCOPE_TOKEN": "mrt_xxx" }
}
}
}Tools: mrrscope_list_sites, mrrscope_overview, mrrscope_timeseries,
mrrscope_breakdown, mrrscope_crawlers, mrrscope_realtime.
MCP guide: https://mrrscope.com/docs/mcp
Authentication
Two token levels:
mrt_account token β full account: every site, plus token management. Create it in Settings β API.wf_site key β read-only analytics, limited to the sites it covers.
Environment overrides: MRRSCOPE_TOKEN, MRRSCOPE_API_BASE.
Docs
CLI guide: https://mrrscope.com/docs/cli
API reference: https://mrrscope.com/docs/api-v1
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.
Query your Betterlytics web analytics from AI agents: traffic, funnels, journeys, errors, uptime.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
Privacy-first web analytics for AI agents: visitors, revenue, funnels, visitor profiles.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Google Analytics 4 data, providing tools for historical reporting, real-time activity monitoring, and property management. It supports secure service account authentication to access metrics like traffic summaries, user acquisition, and custom dimensions.MIT
- AlicenseAqualityDmaintenanceEnables AI agents to access website analytics, including visitor sessions, UX friction, conversion funnels, and anomaly alerts.6MIT
- AlicenseAqualityDmaintenanceExposes DataFast analytics as tools for AI assistants, enabling natural language queries about website metrics such as visitors, referrers, revenue, and real-time data.221MIT
- AlicenseNot gradedqualityFmaintenanceProvides real-time Stripe subscription analytics including MRR, churn, failed payments, and expiring trials. Enables AI assistants to answer business health questions like 'How's my business doing?'MIT