Clamp Analytics
MCP server for Clamp—Web analytics for the agentic era, built for indie hackers and small teams shipping with AI.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add clamp/analytics
# Browse available tools
npx -y smithery tool list clamp/analytics
# Get full schema for a tool
npx -y smithery tool get clamp/analytics projects.list
# Call a tool
npx -y smithery tool call clamp/analytics projects.list '{}'Direct MCP Connection
Endpoint: https://clamp-analytics.run.tools
Tools (27)
projects.list— List all Clamp projects this credential can access. Returns each project's id, name, and plan ('free', 'pro', or 'growt…traffic.overview— High-level snapshot of website traffic over a period: total pageviews, unique visitors, sessions, bounce rate (%), and …events.list— Get custom event counts. Without anamefilter, returns every event name in the period with its total count and uniqu…events.observed_schema— Return what's actually firing into ingest as a structured signature, for diffing against the project's authored `event-…revenue.sum— Sum revenue from Money-typed event properties. Returns per-currency totals, optionally grouped by a traffic dimension (…users.journey— Chronological session history for a single visitor (anonymous_id). Each session collapses to one row showing the start …errors.list— Recent error events with full context. One row per occurrence, returned newest-first. Each row carries the error itself…errors.groups— Errors deduplicated by server-computed fingerprint, with counts and first/last-seen timestamps. The triage view: which …errors.timeline— Error count over time, bucketed hourly or daily. Optionally scoped to one fingerprint. Use this to spot regressions ("w…errors.context— Breadcrumbs leading to one error: the events from the same session, before the error timestamp, in chronological order.…traffic.timeseries— Event counts over time as date buckets. Returns [{ date, count }] sorted ascending. Granularity is automatic based on p…funnels.create— Create and immediately evaluate a conversion funnel. A funnel measures how many unique visitors complete an ordered seq…funnels.list— Retrieve and re-evaluate a previously created funnel against current data for the specified period. Without aname, l…cohorts.create— Create and persist a named cohort — a group of visitors defined by an event in a period, optionally narrowed by a prope…cohorts.list— List saved cohorts for the project. Withname, returns one cohort with its current size; without, returns every cohor…cohorts.retention— Compute the retention curve for a saved cohort. For each requested window (e.g. day 1, 7, 14, 30 after the cohort's anc…cohorts.compare— Compare two saved cohorts side-by-side on retention. Returns each cohort's size and retention curve over the same perio…cohorts.delete— Delete a saved cohort by name. Irreversible — the agent should confirm intent with the user before calling this. The un…alerts.create— Create a metric alert that fires when a condition crosses its threshold. The alert monitors one metric (pageviews, visi…alerts.list— List all alerts configured for a project. Returns each alert's id (UUID), metric, condition, threshold, period, optiona…alerts.delete— Delete an alert by its id. Find the id by calling alerts.list first. The deletion is irreversible — there is no soft-de…traffic.breakdown— Aggregate visitors and pageviews grouped by a single dimension. Thedimensionparameter chooses what to group by — pa…traffic.compare— Compare one metric across two arbitrary periods side-by-side. Returns both period values plus absolute delta and percen…sessions.paths— Aggregate (entry_page → exit_page) session pairs. Returns the top pairs with how many sessions followed each path, aver…pages.engagement— Per-page metrics with a selectable detail level. Theviewparameter chooses what comes back:traffic.live— See who is on the site in the last N minutes. Returns the active visitor count plus top pages, top referrers, and top c…docs.search— Keyword-search the Clamp documentation index for setup, SDK, MCP, concepts, and skills pages. Returns ranked entries wi…
# Get full input/output schema for a tool
npx -y smithery tool get clamp/analytics Prompts (5)
weekly_report— Generate a weekly analytics report summarizing traffic, top pages, referral sources, and geographic breakdown. Call thi…traffic_diagnosis(period) — Diagnose why traffic changed. Investigates which channels, countries, devices, and pages are responsible for a traffic …conversion_audit(funnel_name) — Audit conversion performance by analyzing funnels and custom events. Identifies the biggest drop-off points and suggest…channel_breakdown(period) — Deep-dive into traffic channels to understand which sources drive real engagement vs just visits. Compares organic sear…page_performance(pathname, period) — Deep-dive into a specific page's performance: traffic trends, referral sources, device breakdown, and engagement metric…