@fload-ai/mcp
v0.1.1
Published
Fload MCP server for AI agents - exposes mobile app analytics, reviews, and growth insights
Downloads
203
Maintainers
Readme
@fload-ai/mcp
MCP server for Fload — gives AI assistants access to your mobile app analytics, reviews, growth metrics, and more.
Quick Start
1. Get your API key
Go to platform.fload.com > Settings > API Keys > Create Key.
2. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"fload": {
"command": "npx",
"args": ["-y", "@fload-ai/mcp"],
"env": {
"FLOAD_API_KEY": "fload_sk_your_key_here"
}
}
}
}Restart Claude Desktop. You'll see 16 Fload tools available.
3. Add the Fload skill (optional, recommended)
The Fload skill teaches your AI agent how to use Fload tools effectively — common workflows, tips, and best practices.
npx skills add fload-ai/mcp --skill floadWorks with Claude Code, Cursor, Cline, GitHub Copilot, and 18+ other agents.
Tools
| Tool | Description |
|------|-------------|
| list_apps | List all apps in your organization |
| get_app_details | Get detailed app info by ID or bundle ID |
| get_reviews | Get reviews with filtering (rating, date, platform) |
| get_analytics_summary | Metric timeseries (downloads, revenue, users, etc.) |
| list_agents | List AI agents (review, monitoring, growth, etc.) |
| get_agent_details | Get agent config for a specific app |
| get_agent_run_history | Agent execution history |
| get_anomalies | Detected metric anomalies (surges/declines) |
| get_ads_performance | Ad campaign data (ASA, Google, Meta, TikTok) |
| get_growth_audit | Comprehensive growth assessment |
| get_growth_score | 0-100 growth score with grade |
| get_forecasts | Valuation forecasts and trend analysis |
| get_dashboard_overview | Organization portfolio overview |
| list_pending_actions | Pending AI-generated review replies |
| approve_action | Approve a pending review reply |
| reject_action | Reject a pending review reply |
Configuration
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| FLOAD_API_KEY | Yes | — | Your API key (fload_sk_...) |
| FLOAD_API_URL | No | https://api.fload.com | API URL (override for self-hosted) |
Or use ~/.fload/config.json:
{
"apiKey": "fload_sk_your_key_here",
"apiUrl": "https://api.fload.com"
}License
MIT
