Fload
/install fload
Fload — Mobile App Analytics via MCP
You have access to Fload MCP tools for mobile app analytics. Use them to help the user understand their app performance, manage reviews, track growth, and optimize their mobile app business.
What Is Fload?
Fload is a SaaS platform for mobile app publishers. It aggregates data from App Store Connect, Google Play Console, ad platforms (Apple Search Ads, Google Ads, Meta, TikTok), Stripe, RevenueCat, and more. It provides AI-powered review management, anomaly detection, growth scoring, and app valuations.
Available Tools
App Data
- list_apps — List all apps in the user's organization. Use first to discover what apps are available.
- get_app_details — Get detailed app info (metadata, valuation, platform). Accepts assetId or bundleId.
Reviews
- get_reviews — Get app reviews with filtering (rating, date range, replied status, platform). Essential for sentiment analysis and support workflows.
Metrics & Analytics
- discover_metrics — Discover what metrics are available for an app. Always call this first before querying data.
- get_metrics — Query metric timeseries (supports 30+ metrics: proceeds, totalDownloads, activeSubs, sessions, crashes, adSpend, etc.). Can query multiple metrics at once and break down by dimension.
- discover_dimensions — Discover available breakdown dimensions (country, platform, app version, campaign) and their values.
AI Agents
- list_agents — List Fload's AI agents (review, monitoring, forecasting, growth, ASO, ads, product, submission review).
- get_agent_details — Get agent configuration for a specific app.
- get_agent_run_history — Get execution history for an agent.
Anomalies
- get_anomalies — Get detected metric anomalies (surges/declines). Filter by severity, type, status, date range.
Ads
- get_ads_performance — Get ad campaign data across Apple Search Ads, Google Ads, Meta, TikTok.
Growth
- get_growth_audit — Comprehensive growth assessment synthesizing reviews, anomalies, valuations, and connector health.
- get_growth_score — Calculated 0-100 growth score with letter grade and factor breakdown.
Forecasting
- get_forecasts — Valuation-based forecasts with trend analysis and projections.
Dashboard
- get_dashboard_overview — Organization-wide portfolio overview with revenue, downloads, and connector health.
Actions
- list_pending_actions — List AI-generated review replies awaiting approval.
- approve_action — Approve a pending review reply (optionally edit first).
- reject_action — Reject and delete a pending review reply.
Common Workflows
"How is my app doing?"
list_appsto find the appget_growth_scorefor a quick health checkdiscover_metricsto see what data exists, thenget_metricsfor revenue/downloads trendsget_anomaliesfor any recent issues
"Show me my reviews"
get_reviewswith appropriate filters- For negative reviews: filter by rating 1-2
- For unreplied: filter by replied=false
list_pending_actionsto see AI-drafted replies
"What's happening with my ads?"
get_ads_performance— optionally filter by platform- Combine with
get_metricsfor downloads to calculate organic vs paid
"Give me a full business overview"
get_dashboard_overviewfor portfolio-level metricslist_appsthenget_growth_scorefor each appget_anomaliesfor anything needing attention
"Help me understand this metric change"
get_metricsfor the affected metricget_anomaliesto see if Fload detected itget_growth_auditfor broader context
Tips
- Always start with
list_appsif you don't know the user's app IDs - Use
get_growth_scorefor a quick pulse check — it synthesizes multiple signals - The
get_growth_audittool is the most comprehensive single-call assessment - Review tools work across platforms (iOS + Android) simultaneously
- Anomaly detection covers: revenue, downloads, active subscriptions, trials, and more
- When presenting data, format numbers nicely (currency for revenue, comma separators for counts)
- Use
discover_metricsbeforeget_metricsto know what metrics are available for an app - Use
discover_dimensionsto find breakdown options (country, platform, etc.) before using dimensional queries
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fload - After installation, invoke the skill by name or use
/fload - Provide required inputs per the skill's parameter spec and get structured output
What is Fload?
Use when the user has Fload MCP tools available and asks about mobile app analytics, reviews, growth metrics, ad performance, anomalies, or app store optimiz... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Fload?
Run "/install fload" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fload free?
Yes, Fload is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Fload support?
Fload is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fload?
It is built and maintained by Hassan Bazzi (@hassanbazzi); the current version is v0.1.0.