What you send
The public app URL or identifier, the market, limit, sort order, and whether you asked for a Markdown copy.
Review Retriever · setup
Set this up once and the export step disappears. You paste a store URL into the chat and the reviews arrive — up to 500 of them, with stable evidence IDs so every claim in the analysis can be traced back to the sentence that produced it.
Review Retriever retrieves the evidence. Review Intelligence analyzes it. The connector does not log in to a store account, change store data, or turn review patterns into proof of revenue, retention, or causality — and the boundary below is specific about all three.
https://reviews.doubledash.me/mcpretrieve_app_reviewsRoute 1 of 3 · skill + connector
Download the Review Intelligence skill. In Claude Skills, select Add → Upload a skill, choose the ZIP, and turn the skill on.
Add Review Retriever as a custom connector. Use https://reviews.doubledash.me/mcp and leave the optional OAuth client fields empty.
Start a new chat, enable Review Retriever under Connectors, paste the app URL and market, and approve the read-only retrieval tool when Claude asks.
Route 2 of 3 · plugin
The plugin contains both the Review Intelligence skill and the Review Retriever MCP connection.
codex plugin marketplace add angrysushi11/review-intelligence --ref main
codex plugin add review-intelligence@doubledash Run the two installation commands in order.
Start a new task so the plugin and its MCP connection load.
Paste the App Store or Google Play URL, add the market when it matters, and ask for the first useful read.
Route 3 of 3 · upload
Nothing to install, and one extra step every time: the GPT cannot fetch reviews itself, so you bring it a file.
Paste an App Store or Google Play URL into Review Retriever.
Export the reviews as Markdown.
Upload the file to the Custom GPT and ask your first question.
From Google Play Console
Open Play Console.
Go to Download reports and select Reviews.
Select the app, year, and month.
Download the CSV and paste or upload it.
From App Store Connect
Open App Store Connect and choose Apps.
Select the app.
Open Ratings and Reviews from the sidebar and select the platform.
For a larger export, use the App Store Connect API customer reviews endpoint, then paste the JSON or CSV you create.
Official source controls: Google documents the available review filters and summaries in its Play Console ratings and reviews guidance. Apple documents the corresponding workflow in App Store Connect ratings and reviews. Use those platform views to define the source set before interpreting the themes.
Reference
The client normally fills these fields from your request. You only need to name the market or limit when the default is not useful.
urlplatformauto by default. Use app_store or google_play only when detection needs help.marketen-US by default. Use a two-letter country or language-country value such as us or de-DE.limit500 by default and at most 500 unique review records per call.sortmost_recent by default. The other supported values are most_helpful and rating.include_markdownfalse by default. Turn it on only when you also need the legacy Markdown export.Data boundary
The public app URL or identifier, the market, limit, sort order, and whether you asked for a Markdown copy.
Public review text and available public metadata, stable evidence IDs, and explicit coverage counts for the returned dataset.
App Store Connect, Google Play Console, private analytics, customer accounts, credentials, or unpublished reviews.
Nothing. The tool is read-only, non-destructive, and idempotent. It retrieves public data and returns it to the client.
The connector does not write retrieved reviews to an application database. The hosted endpoint may still produce ordinary infrastructure request logs, so do not send credentials or private exports through the public MCP server.
Reviews support observations and hypotheses. They do not prove churn, conversion, retention, revenue impact, or causality without behavioral or financial data.