tracking-stack-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WC_API_TOKEN | Yes | WhatConverts API token. The canonical copy lives in your secret manager. | |
| WC_API_SECRET | Yes | WhatConverts API secret. | |
| GOOGLE_CLIENT_ID | Yes | Google OAuth client ID. Can reuse the google-ads-mcp client. | |
| GOOGLE_CLIENT_SECRET | Yes | Google OAuth client secret. | |
| GOOGLE_REFRESH_TOKEN | Yes | Google OAuth refresh token. Must carry analytics.edit, tagmanager.edit.containers, and tagmanager.readonly scopes. | |
| GA4_DEFAULT_TIME_ZONE | No | Optional. Default time zone for GA4 properties. Example: America/Los_Angeles. | UTC |
| GA4_INDUSTRY_CATEGORY | No | Optional. 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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