Server Details
Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Turbo-Puffin/measure-mcp-server
- GitHub Stars
- 0
See and control every tool call
Available Tools
6 toolscreate_siteInspect
Create a new site in Measure.events. Returns the site_key needed for tracking.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable site name | |
| domain | Yes | The site's domain (e.g. example.com) |
get_insightsInspect
Get proactive insights and anomaly detection for a site — traffic spikes, drops, new referrers.
| Name | Required | Description | Default |
|---|---|---|---|
| site_key | Yes | The site's tracking ID |
get_site_analyticsInspect
Get analytics data for a Measure.events site. Returns pageviews, top pages, and referrers for a given period.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date YYYY-MM-DD (for custom range) | |
| from | No | Start date YYYY-MM-DD (for custom range) | |
| period | No | Time period (default: month) | |
| site_key | Yes | The site's tracking ID (site_key) |
get_site_summaryInspect
Get a natural language summary of site analytics for the last 7 days, including week-over-week trends.
| Name | Required | Description | Default |
|---|---|---|---|
| site_key | Yes | The site's tracking ID |
log_checkinInspect
Log agent activity to a site's analytics. Use this to record deployments, content updates, or any agent action on the site.
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Additional context | |
| agent | No | Agent name | |
| action | Yes | What the agent did (e.g. 'published article') | |
| site_key | Yes | The site's tracking ID | |
| timestamp | No | ISO8601 timestamp (defaults to now) |
track_eventInspect
Track a pageview or event on a site. Use this to instrument agent-driven page visits or actions.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path (e.g. /about) | |
| agent | No | Agent name for attribution | |
| referrer | No | Referring URL | |
| site_key | Yes | The site's tracking ID | |
| utm_medium | No | ||
| utm_source | No | ||
| utm_campaign | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.