Analytics
measure.events
Provides analytics, summaries, insights, and event tracking for websites.
ENDPOINT 1
https://lets.measure.events/mcp
MCP server metadata
- Name
- measure-events
- Version
- 1.0.0
Measure.events analytics MCP server. Use get_site_analytics, get_site_summary, get_insights, track_event, create_site, and log_checkin tools to interact with analytics data.
Known tools 6
get_site_summaryGet a natural language summary of site analytics for the last 7 days, including week-over-week trends.
Inferred read-onlyget_insightsGet proactive insights and anomaly detection for a site — traffic spikes, drops, new referrers.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.measure-events]
url = "https://lets.measure.events/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"measure-events": {
"type": "http",
"url": "https://lets.measure.events/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: measure-events
Remote MCP URL: https://lets.measure.events/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"measure-events": {
"url": "https://lets.measure.events/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"measure-events": {
"type": "http",
"url": "https://lets.measure.events/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "measure-events",
"transport": "streamable-http",
"url": "https://lets.measure.events/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for measure.events was fetched 2026-08-15T04:21:33.572Z.
measure.events is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.