MCP Use Cases

What actually changes when your analytics can be asked instead of browsed. All examples below are real question shapes the Clickport MCP server answers today, from Claude Code, Claude Desktop, Cursor, or any MCP client. The numbers shown are illustrative.

Monday morning, without opening the dashboard

Start the week by asking instead of clicking. One question replaces the KPI scan.

How was last week compared to the week before?

Last week: 4,812 visitors (up 9%), 11,204 pageviews (up 12%), bounce 41% (down 2 points), average visit 2:31. Conversions rose more than traffic: 163 goals, up 22%, so the quality of traffic improved, not just the volume.

used get_stats · include_comparison: true

Find the content that actually converts

Pageviews flatter blog posts. Conversions tell you which ones earn their keep.

Which blog posts brought the most signups in the last 90 days?

Ranked by conversions, not traffic:

PostVisitorsSignupsCR
/blog/cookieless-tracking9,4122142.3%
/blog/ga4-alternatives14,2061881.3%
/blog/bounce-rate-guide3,108963.1%

The bounce-rate guide converts at more than double the biggest post. Worth linking it from the navigation.

used get_breakdown · dimension: page · filters: page contains /blog/ · order_by: conversions

Diagnose a traffic dip in one conversation

Instead of tab-hopping between chart and panels, let the assistant do the joins.

Traffic looks down this month. What happened?

Visitors are down 14% vs last month. The drop is one channel: Organic Social fell 61% (from 2,140 to 830), while Organic Search is up 4% and Direct is flat. Daily numbers show the fall starts April 9. Everything else is healthy, so this looks like a social algorithm or posting change, not a site problem.

used get_stats, get_breakdown · dimension: channel, get_timeseries

Ask where the money comes from

With revenue tracking connected, every breakdown can answer in currency.

Which channels made the most revenue this quarter?
ChannelVisitorsRevenue
Organic Search21,406€18,340
Email2,411€7,120
AI Search1,904€4,860

Email is 4% of your traffic but 21% of revenue. Your newsletter audience buys.

used get_breakdown · dimension: channel · metrics: visitors, revenue

Watch a launch live

Keep the conversation open on launch day and just keep asking.

We just posted the launch. Anyone on the site?

34 people on the site right now, most of them on /blog/launch and /pricing. Ten minutes ago it was 6, so the post is working.

used get_realtime

Check a campaign without touching a panel

UTM dimensions work like any other, so campaign questions are one sentence.

Did the spring-sale campaign actually convert?

spring-sale brought 684 visitors and 31 conversions (4.5%), above your site average of 2.9%. Of its three ad variants, "banner-b" converted best at 6.1%; "banner-c" trails at 1.8% and might be worth pausing.

used get_breakdown · dimension: utm_campaign, then utm_content

Let it write the report

The assistant has the numbers and can produce the document in the same turn: a weekly summary for the team, a client update, a paragraph for investors.

Write a three-sentence traffic update for the team channel.

"Traffic grew 9% last week to 4,812 visitors, with conversions up 22%, mostly from the cookieless-tracking post and the pricing page. Organic Social is still recovering from the April dip but everything else is trending up. Watch item: the bounce-rate guide converts at 3.1%, double our average, and deserves a bigger spot."

used get_stats, get_breakdown · the prose is the assistant's, the numbers are yours

In Cursor, while you build

Connected to Cursor, your analytics sit next to your code. Ask before you refactor.

I want to delete the /resources section. Does anything there still get traffic?

/resources pages had 212 visitors in the last 30 days, 80% of them on /resources/utm-guide. The rest are near zero. Redirect /resources/utm-guide to the blog version and the section is safe to remove.

used get_breakdown · dimension: page · filters: page contains /resources

One connector per client

Keys are per-site, so an agency setup is one connector per client site, each cleanly scoped. Ask about the client in the project where that client's connector lives, and two clients' numbers can never mix.

Quick status on this client before the call in 10 minutes?

This month so far: 12,406 visitors (up 6%), 388 goal completions (up 15%), top growth from Organic Search. One flag: mobile bounce jumped to 58% after the redesign went live on the 3rd. Worth raising on the call.

used get_stats, get_breakdown · dimension: device

What it will not do

The MCP server is read-only. It cannot create goals, change settings, delete data, or see other sites. Assistants also cannot see individual visitors' identities, because Clickport never has them: the data is cookie-free and aggregate by design.