Token导航 LogoToken导航TokenDH.com
CL
数据服务HTTP官方级别未说明来源级核验

Clamp Analytics

MCP Server

MCP server for Clamp—Web analytics for the agentic era, built for indie hackers and small teams shipping with AI.

工具数

公开资料未说明
JavaScriptSession认证HTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:50

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add clamp/analytics

详细介绍

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 a name filter, 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 a name, 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. With name, 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. The dimension parameter 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. The view parameter 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…

目录标签

目录标签

JavaScriptSession认证HTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPsession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP