Growth mcp connect
Skill thaolst/ai-growth-agents-for-marketers/skills/growth-mcp-connect
AI agents for growth marketing — built from real fintech campaigns. Prompts + Python.
npx -y skills add thaolst/ai-growth-agents-for-marketers --skill growth-mcp-connectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Connect to growth-mcp MCP server for real campaign data, retention metrics, churn predictions, and A/B test analysis. Use when the user says "check our real data", "pull live metrics", "what does growth-mcp say", or before running any analysis that needs current numbers. Requires growth-mcp running.
SKILL.md
2.1 KB, as published. Nobody here has run it
Growth MCP Connector
Kết nối Agent Skills với real growth metrics qua MCP server.
Check
.agents/growth-metrics-context.mdfirst. If growth-mcp credentials are configured, you MUST pull live data before running any analysis.
How to Connect
Ask the user:
- "Do you have growth-mcp running? If yes, I'll pull real data."
- If yes → call
get_growth_metricstool on the MCP server - If no → use values from
.agents/growth-metrics-context.mdor expert defaults
Available Data
| Tool | Returns |
|---|---|
design_campaign | Campaign brief suggestions by level |
suggest_voucher | Voucher design recommendations |
analyze_retention | Cohort retention analysis |
predict_churn_risk | Churn prediction + intervention |
analyze_experiment | A/B test with statistical analysis |
estimate_sample_size | Required sample size for experiments |
When to Connect
- Before running
campaign-brief: pull past campaign performance - Before
ab-test-analyzer: pull current experiment data - Before
meu-planning: pull current retention + churn - Before
retention-analyzer: pull real cohort data - Before
churn-intervention: pull current churn trends
Related Skills
- campaign-brief — writes briefs using real campaign data
- ab-test-analyzer — uses real experiment data
- retention-analyzer — uses real cohort data
- churn-intervention — uses real churn metrics