agentlio/agentlio-market-intel-mcp
Production-ready MCP server for Google Play & App Store review intelligence: sentiment, benchmarking, churn signals, and growth actions.
Platform-specific configuration:
{
"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.
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.
since_date).score, content, date, thumbsUp).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/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-intelAlternative:
python -m src.serverget_google_play_reviewsParameters:
app_id (str): e.g. com.spotify.musiccountry (str, default us)lang (str, default en)count (int, default 100)sort_by (str, default `newesLoading reviews...