knowledge-base — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited knowledge-base (Rules) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for mobile growth & user acquisition. Connects your LLM to a curated knowledge base of ad optimization insights and a library of analytical skills (campaign audits, fatigue detection, weekly diagnostics). Focused on subscription apps.
For Meta Ads data, use Meta's official Meta Ads MCP / AI connector. The skills here interpret what it returns. This MCP intentionally does not ship Meta API tools — keeping users on the official path.
For Google Ads, this MCP includes direct API integration (your tokens stay on your machine).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"mobile-growth": {
"command": "npx",
"args": ["-y", "mobile-growth-mcp"],
"env": {
"API_KEY": "me_YOUR_KEY"
}
}
}
}me_YOUR_KEY with the API key from your account admin.Note: Use the JSON config file, not the "Add custom connector" UI in Claude Desktop. That UI is for remote servers — this MCP runs locally.
| Client | Config file |
|---|---|
| Claude Code | .mcp.json in your project root |
| Cursor | .cursor/mcp.json |
| Codex | MCP config in your Codex setup |
Same JSON format as above.
{
"mcpServers": {
"mobile-growth": {
"command": "npx",
"args": ["-y", "mobile-growth-mcp", "--api-key=me_YOUR_KEY"]
}
}
}The server still starts — you get the Google Ads tools (if configured) and a connection_status tool that explains what's missing and how to fix it.
The MCP server runs as a local process on your machine, started by your MCP client (Claude Desktop, Cursor, etc.).
Your machine Our server
+---------------------------+ +------------------+
| MCP client (Claude, etc.) | | |
| | | | Knowledge base |
| v | API | (insights, |
| mobile-growth-mcp --------+--key--->| search, |
| | | | embeddings) |
| | | +------------------+
| v
| Google Ads API (your tokens stay local)
|
| (Meta Ads data: comes via Meta's official AI connector,
| not through this MCP)
+---------------------------+Your ad platform tokens are used locally and are never sent to our servers.
Knowledge base tools — search, browse, and retrieve expert insights on creative strategy, audience targeting, scaling, bid optimization, and more.
Google Ads API tools — pull campaigns, ad groups, assets, performance insights, and network mix directly from your Google Ads account.
Analytical skills (MCP prompts) — KB-grounded methodologies for ad fatigue, weekly performance, creative health, placement audits, audience composition, architecture reviews, campaign comparisons, attribution analysis, and full account audits. The Meta-flavored skills consume data from Meta's official AI connector or pasted CSVs.
| Tool | Description |
|---|---|
connection_status | Check KB and Google Ads connection status; shows how to fix issues |
search_insights | Semantic + keyword hybrid search across curated insights |
list_insights | Browse all insights with optional filtering |
get_insight | Full content of a specific insight by slug or ID |
get_google_ads_campaigns | List Google App Campaigns with status, bid strategy, budgets |
get_google_ad_groups | List ad groups within Google App Campaigns |
get_google_assets | List creative assets with slot utilization audit |
get_google_insights | Performance metrics with network/device breakdowns |
get_google_network_mix | Detect Search ↔ Display ↔ YouTube traffic shifts |
get_google_asset_fatigue | Asset-level fatigue detection |
upload_google_image_assets | Upload image assets to Google Ads |
Each Meta-flavored prompt takes an ad_account_id and walks the LLM through a structured analysis. Data comes from Meta's official AI connector or pasted CSV exports.
| Prompt | Description |
|---|---|
ad-fatigue-report | Detect creative fatigue with daily granularity |
weekly-performance | Week-over-week health with Kast diagnostic framework |
creative-performance | Categorize ads: scaling / promising / fatiguing / dead weight |
audience-composition | Age × gender heatmap with CPA analysis |
architecture-review | Campaign structure evaluation |
audit-meta-account | Comprehensive account audit |
campaign-comparison | Side-by-side campaign comparison |
placement-audit | Detailed placement audit with waste quantification |
attribution-analysis | Conversion quality validation |
google-campaign-health | Google App Campaign WoW health check |
google-asset-performance | Google asset categorization by actual CPI |
google-network-audit | Search/Display/YouTube spend analysis |
google-architecture-review | Google App Campaign structure audit |
google-bid-strategy | Google bid strategy + signal volume evaluation |
All reports reference specific knowledge base insight IDs so recommendations are grounded in expert knowledge, not generic advice.
| URI | Description |
|---|---|
vocabulary://tags | Topic tags, applies_to tags, and platforms with counts |
instructions://getting-started | Full guide to tools, reports, and usage |
git clone https://github.com/kubachour/mobile-growth-mcp.git && cd mobile-growth-mcp
npm install
npm run buildcp .env.example .env
# Fill in API_KEY (get from admin)
# For Google Ads tools: run `npx mobile-growth-mcp auth google` to set up
# For ingestion/admin: also set SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEYdata/insights/packages/shared/src/types.tsnpm run ingestcd packages/mcp-server
npm version patch
npm publish --access publicpackages/shared/ — Types, Supabase client
packages/mcp-server/ — MCP server (published as mobile-growth-mcp)
src/google/ — Google Ads API client
src/tools/ — All MCP tools (KB + Google Ads)
src/resources/ — MCP resources (vocabulary, instructions)
packages/ingestion/ — CLI to validate & upsert insight JSONs
data/insights/ — Curated insight JSON files
skills/ — Skill markdown files (analytical methodologies)
supabase/migrations/ — SQL migrations
supabase/functions/ — Edge Functions (embed, search)This project uses a dual license:
skills/) — MIT Licenseskills/*.md) — CC BY-NC-SA 4.0 — you can read, learn from, and adapt them for non-commercial use, but you can't use them to build a competing commercial productThe curated knowledge base is not included in this repository.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.