mcpbeat Sign in

Storebridge MCP Server

answering

Storebridge MCP is answering right now. Last checked 12 min ago. It exposes 13 tools. Last commit 1 Aug 2026.

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

Uptime history 47 days of history · worst day 95%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
13
Tools
read from the server
262 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Nothing serious here today

Today is the operative word: we check Storebridge MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add storebridge-mcp --transport http https://storebridge-mcp.vercel.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "storebridge-mcp": {
      "url": "https://storebridge-mcp.vercel.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.storebridge-mcp]
url = "https://storebridge-mcp.vercel.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "storebridge-mcp": {
      "url": "https://storebridge-mcp.vercel.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "storebridge-mcp": {
      "url": "https://storebridge-mcp.vercel.app/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

app
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 flag, privacy policy, and store-specific extras. {id} is the Apple trackId (numeric string, e.g. 6448311069) or the Google package name (e.g. com.whatsapp).
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_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_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 supported for Apple. Google reviews are token-paginated and effectively unbounded — pass the nextToken from a prior call's pagination to page forward.
apps
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). A batch request returns an "apps" array; a bundleId request returns a single "app". Supports store="both" for batch lookups.
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 merge results. Apple limit is clamped to 50; Google supports 1-250. The price filter (free/paid) only applies to Google.
aso
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 is labeled estimated:true.
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.
autocomplete
autocomplete_suggest
Up to 5 autocomplete completions for a partial search query. First-class on both stores.
categories
get_categories
List categories for a store. Apple returns its static 6000/7000-range genre map; Google returns its categories() constants.
charts
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 constant (e.g. PRODUCTIVITY); omit for the overall chart. Google list() may return an empty array with meta.stale=true when a region is broken.
developer
get_developer
A developer record plus their published apps. {id} is the Apple artistId (numeric) or the Google developerId string (e.g. "Google LLC").
similar
get_similar_apps
"Customers also bought" / related apps for one app. First-class on both stores.

Endpoints

URLTransportStateLatencyChecked
https://storebridge-mcp.vercel.app/mcp streamable-http answering 262 ms 12 min ago

Alternatives to Storebridge MCP

same job, measured the same way
App Publish
by mikusnuz

MCP server for App Store Connect & Google Play Console — iOS/Android app management

65 installs/wk local only
Getappniche
by getappniche

Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

28 installs/wk 7 tools answering
Shipkit
by readmigo

Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores

32 installs/wk local only
App Store & Google Play
by johnbilousov

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

51 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Appfollow
by pipeworx-io

AppFollow MCP — App Store & Google Play reviews, ratings, and ASO keyword

answering
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
C
AppStore Copilot
by appstorecopilot

AI-agent operations for App Store Connect and Google Play, with approval before live publishing.

answering

Storebridge MCP — questions

Answers built from our own checks of this server.

What can Storebridge MCP do?
It exposes 13 tools, read directly from the server on our last check. Among them: autocomplete_suggest, get_app, get_app_datasafety, get_app_permissions, get_app_reviews, get_apps_batch and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Storebridge MCP mostly used for?
Its tools cluster around app, apps and aso. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Storebridge MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 262 ms. The bar chart above shows every period we have measured.
How do I connect Storebridge MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Storebridge MCP need an API key?
No. Storebridge MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Storebridge MCP?
It answers our handshake in 262 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Storebridge MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.