Measure.events MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEASURE_API_KEY | Yes | Your Measure.events API key | |
| MEASURE_API_URL | No | Custom API base URL (default: https://lets.measure.events/api/v1) | https://lets.measure.events/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sitesA | List all sites tracked in your Measure.events account. Returns site IDs, domains, and tracking keys. |
| get_pageviewsA | Get pageview counts for a site over a time period. Returns total pageviews and a daily time series. |
| get_top_pagesB | Get the most viewed pages on a site. Shows which content is performing best. |
| get_referrersB | Get traffic sources (referrers) for a site. Shows where visitors are coming from. |
| get_site_summaryA | Get a natural-language summary of a site's analytics. AI-friendly overview of traffic trends, top content, and referrers. |
| track_eventA | Track a custom event on a site. Use for conversions, signups, button clicks, or any custom metric. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: pageviews, referrers, summary, top pages, site listing, and event tracking. No overlap in functionality.
All tools follow a consistent verb_noun pattern with 'get_' for data retrieval and 'track_' for event recording. No mixing of conventions.
6 tools is well-scoped for an analytics server. Each tool earns its place, covering core analytics operations without bloat.
Covers essential analytics: pageviews, referrers, top pages, site summary, site listing, and event tracking. Missing retrieval of custom events but still sufficient for most tasks.