Skip to main content
Glama
clira-dev

ezstat-mcp-server

by clira-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EZSTAT_API_KEYYesYour EzStat API key (the 'ezkey'). Required. Never hardcode. Never log.
EZSTAT_BASE_URLNoOverride for staging / self-hosted.https://api.ezstat.dev
EZSTAT_QUERY_PATHNoAsk-Your-Data path./api/v1/query
EZSTAT_TIMEOUT_MSNoPer-request timeout in milliseconds.10000
EZSTAT_INGEST_PATHNoOverride if you proxy the EZ endpoint./api/ez
EZSTAT_STATS_LIST_PATHNoStats list path./api/v1/stats

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
track_metricA

Record a metric point your app "produced". Use this whenever the surrounding code emits a counter or gauge — e.g. on a page view, a successful checkout, or a measured latency. Counters are +N (default +1), values are gauges (e.g. 42.5 ms).

ask_ezstatA

Ask a natural-language question about the account's metrics. This is the agent-read path: send a question like "what spiked yesterday?" or "compare signups vs cancellations last 7 days" and EzStat returns a grounded answer plus the underlying data it used.

read_statA

Read a single stat: latest value, recent series, and basic summary (count/min/max/avg/sum). Use this for a structured read of one metric — prefer ask_ezstat for free-form questions over many stats.

list_statsA

List the account's metrics — names and types. Call this first when you don't know what stats exist in the account.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clira-dev/ezstat-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server