Measure.events Analytics✓
io.github.meetclawdius/measure-events · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.meetclawdius/measure-events",
"description": "Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights.",
"title": "Measure.events Analytics",
"repository": {
"url": "https://github.com/Turbo-Puffin/measure-mcp-server",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://measure.events",
"remotes": [
{
"type": "streamable-http",
"url": "https://lets.measure.events/mcp",
"headers": [
{
"description": "Bearer token (mk_...). Get key: https://lets.measure.events after sign-up.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}