loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agentlio-market-intel-mcp

MCP Tool

agentlio/agentlio-market-intel-mcp

Production-ready MCP server for Google Play & App Store review intelligence: sentiment, benchmarking, churn signals, and growth actions.

Install

$ npx loaditout add agentlio/agentlio-market-intel-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agentlio-market-intel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentlio-market-intel-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Agentlio Market Intel

Agentlio Market Intel is a production-grade MCP server that transforms mobile app reviews into actionable product intelligence for AI agents.

It connects Google Play and App Store review data to real decision workflows such as sentiment monitoring, growth strategy, churn reduction, competitor benchmarking, and post-release risk detection.

What You Can Do With It
  • Fetch review data from Google Play and App Store.
  • Analyze only recent reviews using incremental windows (since_date).
  • Keep AI context lightweight with a model-first optimized response schema.
  • Detect theme-level pain points and benchmark competitors.
  • Generate growth actions directly from negative sentiment clusters.
  • Use privacy-safe output with built-in PII redaction.
Why Teams Use Agentlio
  • AI-efficient output: returns only high-value fields (score, content, date, thumbsUp).
  • Production hardening: request validation, retries, timeouts, rate limiting, and caching.
  • Reliability by design: request IDs, structured behavior, and safe fallbacks.
  • MCP-native integration: plug into Claude Desktop and other MCP clients.
  • Modular codebase: provider fetchers, utility logic, and server orchestration are separated.
Project Structure
agentlio/
├── pyproject.toml
├── README.md
├── RELEASE_NOTES_v0.3.1.md
├── docs/
│   ├── claude_prompt_pack.md
│   └── claude_menu_router_prompt.md
├── src/
│   ├── __init__.py
│   ├── fetchers.py
│   ├── server.py
│   └── utils.py
└── tests/
Installation

Recommended Python version: 3.10-3.12

python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e .

Start server:

agentlio-market-intel

Alternative:

python -m src.server
Core MCP Tools
get_google_play_reviews

Parameters:

  • app_id (str): e.g. com.spotify.music
  • country (str, default us)
  • lang (str, default en)
  • count (int, default 100)
  • sort_by (str, default `newes

Tags

ai-agentapp-storeclaudegoogle-playgrowthmcpmodel-context-protocolsentiment-analysis

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/19/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/agentlio/agentlio-market-intel-mcp)](https://loaditout.ai/skills/agentlio/agentlio-market-intel-mcp)