New: Dedicated analytics sections 18 July 2026 · View changelog →
Antlytics logoAntlytics
← Blog
4

Ask Cursor Why Traffic Moved — Numbers Behind the Answer

Connect Antlytics MCP to Cursor or Claude, ask why traffic dropped, and get answers with real KPIs attached — not dashboard homework.

Ask Cursor Why Traffic Moved — Numbers Behind the Answer

Disclosure: We build Antlytics. This walkthrough shows a workflow that ships today via our MCP server — not a future feature demo.

You ship a change. Traffic dips. The old ritual is: open the analytics tab, hunt the right date range, export a CSV, guess.

If you build with AI, there is a better loop: ask Cursor or Claude why, and require the answer to cite real numbers from your analytics — not vibes.

The workflow in four steps

1. Connect MCP once

Add the Antlytics MCP server to Cursor (or Claude Desktop / Claude Code). Auth is OAuth 2.1 — browser sign-in, no API key paste.

Config and client snippets live in the MCP docs. Paid plans (including the 14-day trial) unlock MCP.

2. Ask in plain language

In the editor:

Why did traffic drop last week on myapp.com?

You are not asking the model to invent a story. You are asking it to call tools that read your account.

3. The agent uses shipped tools

A typical investigation uses tools that already exist on the Antlytics MCP server:

QuestionTool
Visitors / pageviews this week vs lastcompare_periods
Overall KPIs for a rangeget_stats
Which sources fellget_top_referrers
Which pages fellget_top_pages
Campaign attributionget_utm_breakdown
Shareable summarygenerate_report

Full list: MCP tool reference.

4. Answers come with numbers attached

What you want back looks like this — illustrative, but the shape matches real tool output:

You: Why did signups drop last week?
Cursor: Signups down 18% vs the prior week. Top drop: /pricing (−34% views). Referrer chatgpt.com fell from #2 to #8. Overall visitors −12%; bounce rate unchanged.

The agent is useful when it cites compare_periods / referrer / page breakdowns. If it answers without numbers, ask it to pull the tools again.

What this does not replace

Install path if you are new

  1. Create an account — trial, no card required
  2. npx @antlytics/init in your project (quick install)
  3. Connect MCP (setup guide)
  4. Ask: “Compare last 7 days to the previous 7 for my site”

FAQ

Can Cursor query my Antlytics data? Yes — via the MCP server. See docs/mcp.

Do I need the dashboard open? Not for recurring “why did traffic move?” questions. Keep the dashboard for exploration; use the agent for answers with numbers attached.

Which tools explain a drop? Start with compare_periods, then get_top_referrers and get_top_pages. Finish with generate_report if you want something to paste into Slack or a PR.


Related: What is MCP? · Analytics for AI coding tools · Soft fair-use vs lockouts · MCP docs