INDIVIDUAL MCP TOOL
mrrscope_timeseries
Visitors + revenue_cents over time (per day, or per hour for short ranges).
LIVE ENDPOINT
https://mrrscope.com/mcp/mrt_xxx
Connect to this endpoint to inspect the live schema for mrrscope_timeseries and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mrrscope]
url = "https://mrrscope.com/mcp/mrt_xxx"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mrrscope": {
"type": "http",
"url": "https://mrrscope.com/mcp/mrt_xxx"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mrrscope
Remote MCP URL: https://mrrscope.com/mcp/mrt_xxx
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mrrscope": {
"url": "https://mrrscope.com/mcp/mrt_xxx"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mrrscope": {
"type": "http",
"url": "https://mrrscope.com/mcp/mrt_xxx"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mrrscope",
"transport": "streamable-http",
"url": "https://mrrscope.com/mcp/mrt_xxx"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mrrscope_list_sites— List the MRRscope sites this token can read (domain, name, timezone, currency).mrrscope_overview— Period KPIs for a site: visitors, revenue_cents, mrr_cents, conversion_rate, bounce_rate, avg_session_seconds, online.mrrscope_breakdown— Ranked breakdown for a site: top pages, referrers, countries or devices (visitors per label).mrrscope_crawlers— AI crawler hits (GPTBot, ClaudeBot, PerplexityBot…): verified / unverified / unverifiable counts and per-vendor detail.mrrscope_realtime— Visitors online right now on a site (5-minute window).