Skip to main content
Glama
karenrebecag

analytics-mcp

by karenrebecag

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SITES_CONFIGYesConfiguration for sites, properties and tokens (see sites.example.json). May be a JSON string or path.

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
list_sitesA

List configured sites (id, name, bound source keys). Binding values stay server-side.

list_sourcesA

List registered analytics adapters and whether their credentials are present.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools target distinct resources: sites (configured web properties) and sources (adapter credentials). Their descriptions clearly separate these concepts, so an agent is unlikely to confuse them.

Naming Consistency5/5

Both tools follow the same 'list_[plural noun]' pattern, making the naming fully consistent and predictable.

Tool Count3/5

With only two tools, the server feels very thin for an analytics context, aligning with the borderline category of 1-2 tools. The tools are simple list operations, but the count itself is minimal.

Completeness2/5

The server covers only read-only listing of sites and sources, with no create, update, or delete operations, nor any analytics data access. For a server named 'analytics-mcp,' this is a significant functional gap.

Maintenance

ActivityMaintained
ResponsivenessNo issues