GrowthNav
Verified Safeby datablogin
Overview
Shared analytics infrastructure platform for growth marketing tools, enabling multi-tenant CLV analysis and reporting.
Installation
uv run --package growthnav-mcp growthnav-mcpEnvironment Variables
- GCP_PROJECT_ID
- GOOGLE_APPLICATION_CREDENTIALS
- ANTHROPIC_API_KEY
- SNOWFLAKE_USER
- SNOWFLAKE_PASSWORD
- SALESFORCE_USERNAME
- SALESFORCE_PASSWORD
- SALESFORCE_SECURITY_TOKEN
- HUBSPOT_ACCESS_TOKEN
- ZOHO_CLIENT_ID
- ZOHO_CLIENT_SECRET
- ZOHO_REFRESH_TOKEN
Security Notes
The project demonstrates a strong security posture for common data platform risks: QueryValidator explicitly blocks destructive SQL operations (DROP, DELETE, TRUNCATE, UPDATE, INSERT, MERGE) unless `allow_writes` is explicitly set to true, preventing SQL injection. GCP credentials are managed via Secret Manager, and `google_ads_customer_ids`, `meta_ad_account_ids` are validated. However, the `LLMSchemaMapper` sends 'sample_rows' (sample data) to an external LLM (Claude) for schema discovery, which could pose a data exfiltration risk if sensitive PII is present in the sample data and not appropriately masked or anonymized before being sent to the LLM. Domain-wide delegation for Google Workspace APIs is used, which requires careful setup and permission management.
Similar Servers
jetski
Jetski is an Open Source MCP Analytics and Authentication Platform designed to simplify installation, authentication, and provide logs/analytics for Model Context Protocol (MCP) servers.
mcpcat-typescript-sdk
MCPcat is an analytics platform designed for MCP server owners to capture user intentions and behavior patterns, offering session replay, trace debugging, and integration with existing observability tools.
mcpcat-python-sdk
Analytics platform for MCP server owners to capture user intentions, behavior patterns, and forward telemetry to observability platforms.
sagemcp
A scalable platform for hosting Multi-tenant Model Context Protocol (MCP) servers with multi-tenant support, OAuth integration, and connector plugins for various services.