GA4 MCP
by YAMA-TANA
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server listens on (default 3000). | 3000 |
| DATABASE_URL | Yes | PostgreSQL connection string (e.g., postgres://...). | |
| PUBLIC_BASE_URL | Yes | The exact public HTTPS origin of the deployment (e.g., https://YOUR_DOMAIN). The MCP URL is automatically ${PUBLIC_BASE_URL}/mcp. | |
| GOOGLE_CLIENT_ID | Yes | Google OAuth 2.0 Web Application Client ID. | |
| GOOGLE_CLIENT_SECRET | Yes | Google OAuth 2.0 Web Application Client Secret. | |
| TOKEN_ENCRYPTION_KEY_BASE64 | Yes | Base64-encoded 32-byte key for AES-256-GCM encryption (generate with `openssl rand -base64 32`). |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues