Connect the Google Business Profile MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Business Profile: Get a review — MCP tool

Google Business Profile MCP tool: Returns one review by id — same shape as a list_reviews entry (starRating is an enum ONE..FIVE, reviewReply present only if the business already answered).

Technical name: get_review

What task it solves

I want to get a review.

Returns one review by id — same shape as a list_reviews entry (starRating is an enum ONE..FIVE, reviewReply present only if the business already answered).

When to use it

Use this capability when you need “Get a review” without doing the same work manually in the Google Business Profile interface. It runs only when an AI client calls it.

What to provide

  • accountIdrequired. Account id — bare "123" or "accounts/123".
  • locationIdrequired. Location id — bare "456", "locations/456" or "accounts/1/locations/456".
  • reviewIdrequired. Review id (from list_reviews reviewId or name).

What it returns

Returns one review by id — same shape as a list_reviews entry (starRating is an enum ONE..FIVE, reviewReply present only if the business already answered).

What changes in Google Business Profile

The tool reads Google Business Profile data and does not change it.

Example request

Get a review in Google Business Profile. Ask for any required identifiers that are missing.

Errors and limitations

Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details