uprate-mcp

Connect your App Store and Google Play reviews to Claude, Cursor, and any MCP-compatible AI assistant through UprateHQ.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • List Apps: List all apps accessible to the authenticated user. Returns paginated results with app UUID, name, platform, active status, and review count.
  • Get App: Get details for a specific app by UUID. Returns app name, platform, active status, review count, and creation date.
  • List Reviews: List and filter reviews for an app. Supports filtering by platform, sentiment, rating range, status, territory, date range, topic, and full-text search. Returns paginated results with re

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Connect your App Store and Google Play reviews to Claude, Cursor, and any MCP-compatible AI assistant through UprateHQ. Browse and filter reviews, reply to users, track topics and sentiment, analyze ratings by country, and monitor response times — all through natural language.

Список инструментов сервера (16)

Технические названия из tools/list. Нужны только разработчикам.

list_appsList all apps accessible to the authenticated user. Returns paginated results with app UUID, name, platform, active status, and review count.
get_appGet details for a specific app by UUID. Returns app name, platform, active status, review count, and creation date.
list_reviewsList and filter reviews for an app. Supports filtering by platform, sentiment, rating range, status, territory, date range, topic, and full-text search. Returns paginated results with review details, responses, and topics.
get_reviewGet a single review by UUID, including its response and associated topics. The review must belong to the specified app.
reply_to_reviewReply to a review. By default saves as a draft (draft=true). Set draft=false to publish directly to the app store. Content must be at least 10 characters. Max length: 5970 chars (App Store) or 350 chars (Google Play). If the review already has a published response, returns a 409 error.
resolve_reviewMark a review as manually resolved. No request body needed. Returns the updated review.
unresolve_reviewRemove the resolved flag from a review. Note: if the review has a published response, is_resolved will still be true (it is computed as has_response OR is_manually_resolved).
list_topicsList topics for an app, ordered by total mention count (descending). Returns topic UUID, slug, title, description, and mention counts broken down by sentiment.
get_topic_reviewsList reviews associated with a specific topic, ordered by review date (newest first). The topic must belong to the specified app.
get_analytics_summaryGet overview statistics for an app including total review count, average rating, sentiment distribution, response rate, pending reviews count, 30-day trends with comparisons, and monthly time series for reviews, ratings, response coverage, and response times.
get_analytics_platformsGet App Store vs Play Store breakdown with per-platform metrics: review count, share, average rating, sentiment distribution, response rate, pending negative count, 30-day volume with change percentage, and average response time.
get_response_timesGet response time daily trend and aging bucket distribution. Returns daily average response time in hours and a 3-bucket breakdown (1-2 days, 3-14 days, 15+ days) showing how many unresponded reviews fall into each aging category.
get_territoriesGet geographic distribution of reviews. Returns top 8 territories by review count, with total reviews, average rating, and positive/negative sentiment share per territory.
get_app_overviewGet a comprehensive overview of an app by combining app details, analytics summary, and platform breakdown in a single call. Returns { app, analytics, platforms }.
get_negative_reviews_needing_attentionGet unresolved negative reviews alongside top topics for context. Helps prioritize which reviews to respond to. Returns { reviews, topics }.
get_app_health_reportGet a consolidated health report combining analytics summary, response time trends with aging buckets, and geographic distribution. Useful for periodic check-ins. Returns { analytics, response_times, territories }.