Skip to main content
Glama
jayweezy247

tracking-stack-mcp

by jayweezy247

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WC_API_TOKENYesWhatConverts API token. The canonical copy lives in your secret manager.
WC_API_SECRETYesWhatConverts API secret.
GOOGLE_CLIENT_IDYesGoogle OAuth client ID. Can reuse the google-ads-mcp client.
GOOGLE_CLIENT_SECRETYesGoogle OAuth client secret.
GOOGLE_REFRESH_TOKENYesGoogle OAuth refresh token. Must carry analytics.edit, tagmanager.edit.containers, and tagmanager.readonly scopes.
GA4_DEFAULT_TIME_ZONENoOptional. Default time zone for GA4 properties. Example: America/Los_Angeles.UTC
GA4_INDUSTRY_CATEGORYNoOptional. Industry category for GA4 properties. Example: HOME_AND_GARDEN. Omitted if unset.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
wc_list_accountsA

Read-only — list all WhatConverts agency accounts and their profiles (ids + names).

wc_create_accountA

⚠️ MUTATING — Create a WhatConverts account (one per client, matching the agency convention). Refuses if an account with the same name exists. Dry-run by default.

wc_create_profileA

⚠️ MUTATING — Create a profile inside an existing WhatConverts account. Refuses if a profile with the same name exists anywhere in the agency (guards against the duplicate/wrong-parent mistake). Dry-run by default.

ga4_list_propertiesA

Read-only — list GA4 accounts and their properties (names + ids + measurement streams).

ga4_create_propertyA

⚠️ MUTATING — Create a GA4 property under an existing Analytics account, plus a web data stream (returns the G- measurement ID). Refuses on duplicate display name. Dry-run by default.

gtm_list_containersA

Read-only — list GTM accounts and their containers (names + public GTM-XXXX ids).

gtm_create_containerA

⚠️ MUTATING — Create a web container in an existing GTM account. Returns the GTM-XXXX id. Refuses on duplicate name. Does NOT publish anything. Dry-run by default.

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/jayweezy247/tracking-stack-mcp'

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