mcp-store-scraper
mcp-store-scraper
MCP server that exposes Google Play and Apple App Store scraping as tools.
Usage
Add to your MCP client config (e.g. ~/.kiro/settings/mcp.json):
{
"mcpServers": {
"store-scraper": {
"command": "npx",
"args": ["-y", "mcp-store-scraper"],
"disabled": false,
"autoApprove": [
"gplay_app", "gplay_search", "gplay_reviews", "gplay_similar",
"appstore_app", "appstore_search", "appstore_reviews", "appstore_similar"
]
}
}
}Tools
Google Play
Tool | Description |
| Get app details by package name |
| Search apps |
| Get app reviews |
| Get similar apps |
App Store
Tool | Description |
| Get app details by bundle ID or numeric ID |
| Search apps |
| Get app reviews |
| Get similar apps |
Credits
This package is powered by two great open source libraries:
google-play-scraper by @facundoolano — scrapes app data from the Google Play Store
app-store-scraper by @facundoolano — scrapes app data from the Apple App Store
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucasMonteiro1/mcp-store-scraper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server