Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

RevenueScope: revenue-first analytics for your EC site

io.github.toshihiroshishido/revenuescope-mcp

Ask AI about your EC site's revenue by channel, RPS/AOV/CVR, search & AI traffic, budget split.

Uptime
100.0%
2 direct probes · 30d
Response
1307ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

list_sites

List the sites this caller can analyze, in two groups. my_sites = the sites connected to the signed-in account (each with its display name + domain, so you can match phrases like "the production site"…

get_summary

Return the full headline summary for a site and period in ONE call: the 5 KPIs (revenue, sessions, RPS, AOV, CVR) PLUS two engagement KPIs (avg_duration = average dwell time in seconds, bounce_rate = …

get_breakdown

Consolidated breakdown tool. Pick `dimension`: 'channel' returns per-channel sessions/revenue/RPS plus engagement (visitors, avg dwell seconds, bounce rate) and bot_excluded_count (bot sessions remove…

get_keyword_performance

Return search-query performance from Google Search Console for the given period. band='all' (default) returns per-query metrics — clicks/impressions/CTR/avg position/top landing page plus an estimated…

get_ai_traffic

Return AI-assistant (ChatGPT/Claude/Perplexity/Gemini/Copilot) traffic for the given period. mode='referred' (default) lists landing pages that received clicked AI traffic — per page × AI source: sess…

get_priority_insights

Return the top 3 prioritized, pre-computed DIAGNOSES for the site over the given period — 'what should I act on this week', ranked by revenue impact. Unlike get_summary / get_breakdown (which return d…

suggest_budget_allocation

Return a proposed monthly budget split across paid ad channels (Google Ads / Meta / TikTok Ads / Yahoo! Ads / LINE Ads etc.). site_id is OPTIONAL when the request is OAuth-authenticated. Path B (ad sp…

get_page_trend

Return how ONE page's Google Search performance changed over time (FD-040) — the time-axis drill-down for a page surfaced by get_breakdown(dimension='page'). Given a `page` (a normalized path like '/n…

get_content_actions

Return a content 'playbook' for the site: every content page classified into ONE of five action buckets over a weekly-style window comparison (current window vs the immediately preceding window of equ…

get_competitor_keywords

Return the latest competitor SEO snapshot for the site (FD-041): which keywords each tracked competitor DOMAIN ranks for on Google (Japan/ja), at what position, with monthly search_volume, cpc and etv…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "revenuescope:_revenue-first_analytics_for_your_ec_site": {
      "url": "https://mcp.revenuescope.jp/api/mcp",
      "transport": "streamable-http"
    }
  }
}