loading…
Search for a command to run...
loading…
A remote MCP server that gives AI agents structured access to Google Play and the Apple App Store — search apps, fetch metadata, pull reviews.
A remote MCP server that gives AI agents structured access to Google Play and the Apple App Store — search apps, fetch metadata, pull reviews.
A remote MCP server that gives AI agents structured access to Google Play and the Apple App Store — search apps, fetch metadata, pull reviews. OAuth-protected, Streamable HTTP, deployable in minutes.
Status: early. v0.1 ships three tools. v0.2 adds review analysis, competitor discovery, and release-tracking webhooks.
| Tool | Purpose |
|---|---|
search_apps |
Free-text search across a storefront, returns identifiers |
get_app_metadata |
Full listing for one app (title, version, rating, screenshots, …) |
get_reviews |
Paginated reviews, sortable by recency / rating / helpfulness |
git clone https://github.com/gautam84/appstore-intel-mcp
cd appstore-intel-mcp
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env # leave API_KEYS empty for dev
python -m appstore_intel_mcp # serves on http://localhost:8000/mcp
Connect from Claude Code:
claude mcp add --transport http appstore-intel http://localhost:8000/mcp
koyeb secret create api_keys --value "$(openssl rand -hex 32)"
koyeb app create -f koyeb.yaml
Then in Claude.ai → Settings → Connectors → Add custom connector, paste https://<your-app>.koyeb.app/mcp and the bearer token.
mcp client ──► Streamable HTTP ──► FastMCP
│
┌──────────────────┼──────────────────┐
▼ ▼ ▼
tools/search tools/metadata tools/reviews
│ │ │
└──────► registry ─┴──────────────────┘
│
┌─────────────┴─────────────┐
▼ ▼
providers/google_play providers/app_store
(google-play-scraper) (iTunes Search + RSS)
All tool calls go through an in-memory TTL cache (cache.py) so the same app metadata isn't re-scraped every request.
analyze_reviews — theme extraction + sentiment using a local embedding modelcompare_apps — side-by-side matrixfind_competitors — category + embedding-based similarityMIT.
Выполни в терминале:
claude mcp add appstore-intel-mcp -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai