MCP Server
Connect AI agents (Claude, GPT, etc.) to your Appflow data via the Model Context Protocol. 40+ tools across all 6 engines for real-time analytics, predictions, and market intelligence.
Quick Setup
Claude Desktop Configuration
{
"mcpServers": {
"appflow": {
"command": "node",
"args": ["./mcp-server/dist/index.js"],
"env": {
"APPFLOW_API_URL": "https://api-v2.appflow.ai",
"APPFLOW_API_KEY": "your-api-key-here"
}
}
}
}Docker (Standalone)
docker run -e APPFLOW_API_URL=https://api-v2.appflow.ai \ -e APPFLOW_API_KEY=your-api-key \ registry.digitalocean.com/appflow/mcp-server:latest
Example Prompts
›What's our DAU trend for the last 30 days?
›Show me the churn risk summary - how many users are at high risk?
›Which ASO keywords are ranking in the top 10?
›What does the revenue forecast look like for next month?
›Analyze the health niche in the US market
›What's the LTV prediction for user abc-123?
›Run a funnel analysis for our onboarding flow
›Are there any revenue anomalies this week?
Available Tools (34)
Measure Engine8 tools
appflow_list_projectsList all projects for an ownerappflow_get_daily_analyticsGet daily metrics (DAU, revenue, sessions)appflow_get_live_analyticsReal-time app metricsappflow_get_retentionCohort retention analysisappflow_get_roasCampaign return on ad spendappflow_list_subscriptionsUser subscription historyappflow_list_eventsRaw event stream with filtersappflow_get_funnelFunnel conversion analysisBuild Engine3 tools
appflow_get_paywallPaywall configuration & variantsappflow_get_experimentA/B test results & significanceappflow_get_push_campaignPush notification campaign statsAcquire Engine6 tools
appflow_list_keywordsASO keyword rankingsappflow_get_top_keywordsBest performing keywordsappflow_get_keyword_historyKeyword rank over timeappflow_get_link_statsDeep link click & install dataappflow_get_fraud_summaryInstall fraud overviewappflow_get_skan_statsSKAN postback analyticsOptimize Engine7 tools
appflow_get_ltv_predictionPredicted lifetime value for a userappflow_get_churn_predictionChurn risk score for a userappflow_get_churn_summaryChurn risk distributionappflow_list_segmentsUser segments & rulesappflow_get_forecastRevenue forecast predictionsappflow_detect_anomalyRevenue anomaly detectionappflow_copilot_queryNatural language data queriesDiscovery Engine5 tools
appflow_analyze_nicheMarket niche opportunity analysisappflow_list_competitorsCompetitor profiles & intelappflow_get_trendsApp market trend signalsappflow_get_briefsWeekly market intel briefsappflow_exploreNatural language market explorerScale Engine5 tools
appflow_list_market_analysesGeo expansion opportunitiesappflow_get_geotrendsRegional market trendsappflow_list_playbooksExpansion playbooksappflow_get_currency_reportsCurrency impact analysisappflow_list_portfolio_analysesMulti-app portfolio view