Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.isaiahdupree/storebridge-mcp

io.github.isaiahdupree/storebridge-mcp

Remote MCP connector for App Store + Google Play data via StoreBridge API. No auth required.

Uptime
100.0%
1 direct probes · 30d
Response
692ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

search_apps

Search apps on the Apple App Store, Google Play, or both. Returns matching apps with store, title, developer, icon, price, rating, category, and url. Use store="both" to fan out to both engines and me…

get_apps_batch

Resolve a single Apple app by bundleId (e.g. com.burbn.instagram), or fetch many apps at once with a comma-separated ids batch (Apple up to ~200 ids in one round-trip; Google fans out and coalesces). …

get_app

Full details for one app: description, version, release dates, content rating, genres, screenshots, languages, rating (with histogram and current-version stats), version history, size, installs, IAP f…

get_app_reviews

Reviews for one app. Apple reviews come from the customerreviews RSS feed and are hard-capped at 500 per app per country (50/page x pages 1-10); page>10 returns an error, and sort="rating" is not supp…

get_similar_apps

"Customers also bought" / related apps for one app. First-class on both stores.

get_app_permissions

Google Play declared device/data permissions for one app, grouped by permission group. Google only — passing store="apple" returns a not_supported error.

get_app_datasafety

Google Play "Data safety" section for one app: data shared, data collected, security practices, and privacy policy URL. Google only — passing store="apple" returns a not_supported error.

get_charts

Ranked top-chart entries (App summary plus rank) for a store. type is free/paid/grossing (Apple also supports new/newfree/newpaid). category is an Apple genre id (e.g. 6007) or a Google category const…

get_categories

List categories for a store. Apple returns its static 6000/7000-range genre map; Google returns its categories() constants.

get_developer

A developer record plus their published apps. {id} is the Apple artistId (numeric) or the Google developerId string (e.g. "Google LLC").

autocomplete_suggest

Up to 5 autocomplete completions for a partial search query. First-class on both stores.

get_aso_keywords

Directional keyword ideas for a seed term, each with a difficulty score/label, traffic score, result count, and top competitors — derived from live search/suggest results, not panel data. Every result…

get_aso_rank

Point-in-time rank of one app across up to 20 keywords (one live search per keyword, fan-out capped at 20). Every result is labeled estimated:true. This is a snapshot, not rank tracking over time.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.isaiahdupree/storebridge-mcp": {
      "url": "https://storebridge-mcp.vercel.app/mcp",
      "transport": "streamable-http"
    }
  }
}