FreeEleven tools. Works with any MCP client.

The analytics
MCP server.

Ask your AI how traffic is doing. Get pageviews, funnels, and alerts back. Works in Cursor, Claude Code, Windsurf, or any MCP client.

Free tier covers 5K events / month.

CursorClaudeCopilotWindsurfOpenAI

Install in your editor.

Pick your client. Paste the config. Point it at your API key.

terminal
claude mcp add clamp -- npx -y @clamp-sh/mcp
export CLAMP_API_KEY="sk_proj..."

Replace sk_proj... with a key from your Clamp dashboard.

Eleven tools your AI can call.

Slice traffic any way you’d ask in chat — by source, country, device, custom event, or cohort. Build funnels and alerts on Pro.

get_overview

Visitors, sessions, bounce rate, average duration — with period-over-period comparison built in.

get_top_pages

Pages ranked by pageviews and unique visitors. Filter by date to see what's hot right now.

get_top_referrers

Traffic sources resolved to channel — organic, paid, social, referral, email, direct.

get_countries

Visitors by country, ranked. Spot which markets are growing or where a campaign landed.

get_cities

Drill down to city-level traffic. Filter by country to see where in a market your visitors are.

get_devices

Group by device type, browser, or OS. Catch the bug that only breaks on Safari iOS.

get_events

Counts for any custom event. Filter and group by property to slice exactly the way you'd ask.

get_timeseries

Event counts over time with auto-granularity — hourly, daily, weekly, or monthly buckets.

Procreate_funnel

Build a multi-step funnel from events or pageviews. Returns step counts and rates instantly.

Proget_funnel

Re-run any saved funnel with cohort filters: country, channel, device, UTM source.

Procreate_alert

Watch any metric. "Bounce rate above 65% on /pricing" → fires next time the agent connects.

Things to ask.

Real questions that route to the right tools, automatically.

why are mobile signups down this week?

get_timeseriesget_funnel

compare organic search this week vs last

get_top_referrersget_timeseries

which countries drive the most signups?

get_countriesget_events

alert me if /pricing bounce rate jumps 20%

create_alert

did the docs spike after I tweeted yesterday?

get_top_pagesget_timeseries

build a funnel: home → pricing → signup, mobile only

create_funnelget_funnel

Before you install.

Where does my data go?

Events flow to Clamp’s EU-hosted infrastructure. IPs resolve to a country and are immediately discarded. See our privacy page for specifics.

What if I don't have events instrumented yet?

Install @clamp-sh/analytics first. One import auto-captures pageviews, sessions, and referrers. Custom events are a one-liner. See the SDK docs.

Can I try it without signing up?

You need a project-scoped API key, so some signup is required. It takes 30 seconds, no credit card, and the free tier covers 5,000 events per month.

Which MCP clients are supported?

Anything that speaks the Model Context Protocol. We test against Claude Code, Cursor, Claude Desktop, VS Code, and Windsurf. Cline, Zed, and other MCP-compatible editors work with the same stdio config.

Put analytics
in the chat.