mcpbeat

Storebridge MCP Server

io.github.IsaiahDupree/storebridge-mcp
answering

Storebridge MCP is answering right now. Last checked 11 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 41 hours of history · worst hour 25%
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
13
Tools
read from the server
270 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 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 249 ms 11 min ago

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 270 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 270 ms on average, which is faster than 50% 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?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.