Skip to main content
Glama
verygoodplugins

Pirsch Analytics MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PIRSCH_TIMEZONENoTimezone for analytics data. Default: UTC.UTC
PIRSCH_CLIENT_IDYesYour Pirsch API client ID.
PIRSCH_CLIENT_SECRETYesYour Pirsch API client secret.
PIRSCH_TOKEN_SKEW_MSNoToken refresh buffer in milliseconds. Default: 60000.60000
PIRSCH_DEFAULT_DOMAIN_IDNoDefault domain ID to use if not specified in queries. Auto-detected if not set.

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
pirsch_list_domainsA

List safe summaries of domains available to the configured read-only Pirsch OAuth client.

pirsch_query_statisticsB

Read one documented Pirsch Analytics API v1 metric for an explicitly selected domain and filter.

pirsch_list_filter_optionsC

List supported values for one documented Pirsch Analytics API v1 filter dimension.

pirsch_compare_periodsA

Compare Pirsch totals and visitor series for a named or explicitly supplied pair of periods.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct concern: listing domains, querying a metric, enumerating filter options, and comparing periods. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent 'pirsch_verb_noun' pattern (list_domains, query_statistics, list_filter_options, compare_periods). The naming style is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a read-only analytics server. Each tool covers a necessary high-level operation without unnecessary bloat or redundancy.

Completeness4/5

The set covers the core read-only needs: domain discovery, metric querying, filter exploration, and period comparison. A minor gap is the lack of a more comprehensive report endpoint, but the available tools can be combined to cover most scenarios.

Maintenance

ActivityMaintained
ResponsivenessNo issues