Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Google Business Profile MCP

NPM · MCP-GOOGLE-BUSINESS · SCANNED AUG 19

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

Available components

+29 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4319 tokens (~215/item across 20 items; 20 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-google-business

# add to Claude Code
claude mcp add a1-x-tech-mcp-google-business -- npx -y mcp-google-business
# add to Codex CLI
codex mcp add a1-x-tech-mcp-google-business -- npx -y mcp-google-business
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "a1-x-tech-mcp-google-business": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-google-business"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add a1-x-tech-mcp-google-business --command npx --arg -y --arg mcp-google-business
# ~/.hermes/config.yaml
mcp_servers:
  a1-x-tech-mcp-google-business:
    command: "npx"
    args: ["-y", "mcp-google-business"]
// mcp.json
{
  "mcpServers": {
    "a1-x-tech-mcp-google-business": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-business"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 +15
    • Malware scan: unverified → pass security
  • 18 Aug 26 +14
    • Malware scan: pass → unverified security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • Package version: 1.0.0 → 1.1.0 functional
  • 15 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 14 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 11 Aug 26 0
    • Package version: 0.1.0 → 1.0.0 functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 9 Aug 26 38

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 19 Aug 2026 · Analysed npm/mcp-google-business@1.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 96 packages
Packages resolved 96
Stale 30
Tree resolution Complete
MCP tools · 20 exposed · ~3,975 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_local_post ~320

Publishes a new local post on the Business Profile. Pass the LocalPost as `post`. LocalPost fields: languageCode; summary (the post text); topicType (STANDARD | EVENT | OFFER | ALERT); callToAction {actionType: BOOK | ORDER | SHOP | LEARN_MORE | SIGN_UP | CALL, url}; event {title, schedule{startDate{year,month,day}, startTime{hours,minutes}, endDate, endTime}} — required for EVENT and OFFER; offer {couponCode, redeemOnlineUrl, termsConditions}; media [{mediaFormat: "PHOTO", sourceUrl}]. ALERT posts are restricted to Google-initiated campaigns and are typically rejected. Returns the created post with its name and state (a fresh post is usually PROCESSING before it goes LIVE). Counts against the 10 edits/min per-profile cap. Local posts live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
postobjectyesThe LocalPost to create, e.g. {"languageCode": "en", "topicType": "STANDARD", "summary": "Fresh croissants every morning!", "callToAction": {"actionType": "LEARN_MORE", "url": "https://example.com"}}.

No output schema declared.

No examples provided.

delete_local_post ~118

Deletes a local post from the Business Profile. Empty response on success. Local posts live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
postIdstringyesLocal post id (last segment of the post's `name`).

No output schema declared.

No examples provided.

delete_review_reply ~129

Deletes the business's reply to a review (the review itself is the customer's and cannot be deleted). Empty response on success. Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
reviewIdstringyesReview id (from list_reviews `reviewId` or `name`).

No output schema declared.

No examples provided.

fetch_multi_daily_metrics ~200

Returns daily time series for SEVERAL performance metrics of a location in one call — same data as get_daily_metrics, but batched. Response: multiDailyMetricTimeSeries[].dailyMetricTimeSeries[] of {dailyMetric, timeSeries.datedValues[]}; values are int64 strings. Prefer this over several get_daily_metrics calls to save quota. Metrics for the most recent days are not available immediately (multi-day lag, typically a few days) — empty values near today are normal, not an error.

NameTypeReqDescription
dailyMetricsarrayyesThe metrics to fetch (one or more).
endDatestringyesRange end (inclusive), e.g. 2026-07-31.
locationIdstringyesLocation id from list_locations (the unobfuscated listing id; locations/123 also works).
startDatestringyesRange start (inclusive), e.g. 2026-07-01.

No output schema declared.

No examples provided.

get_daily_metrics ~206

Returns a daily time series for ONE performance metric of a location: impressions by surface (Maps/Search × desktop/mobile), direction requests, call clicks, website clicks, conversations, bookings, food orders or menu clicks. Response: timeSeries.datedValues[] of {date{year,month,day}, value} — value is int64 serialized as a string; a missing value means no data for that day. Metrics for the most recent days are not available immediately (multi-day lag, typically a few days) — empty values near today are normal, not an error.

NameTypeReqDescription
dailyMetricstringyesThe metric to fetch.
endDatestringyesRange end (inclusive), e.g. 2026-07-31.
locationIdstringyesLocation id from list_locations (the unobfuscated listing id; locations/123 also works).
startDatestringyesRange start (inclusive), e.g. 2026-07-01.

No output schema declared.

No examples provided.

get_location ~180

Returns one location by id (Business Information API; v1 uses the bare locations/{id} name, no account prefix). The readMask picks which fields come back: title, categories, storefrontAddress, phoneNumbers, websiteUri, regularHours, specialHours, openInfo, profile (description), storeCode, latlng, metadata (mapsUri, newReviewUri, placeId).

NameTypeReqDescription
locationIdstringyesLocation id — bare "123", "locations/123" or "accounts/1/locations/123" all work.
readMaskstringComma-separated FieldMask of Location fields to return, e.g. "name,title,storefrontAddress,regularHours,metadata". The API requires it; omit to use the default "name,title,storefrontAddress,phoneNumb…

No output schema declared.

No examples provided.

get_review ~137

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). Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
reviewIdstringyesReview id (from list_reviews `reviewId` or `name`).

No output schema declared.

No examples provided.

list_accounts ~183

Lists all Google Business Profile accounts the authenticated user can access (the personal account first). Each account has name (accounts/{id} — the id feeds the accountId of other tools), accountName, type (PERSONAL / LOCATION_GROUP / USER_GROUP / ORGANIZATION), role, and verificationState. The API caps pageSize at 20 (unusually small), so follow nextPageToken to see every account.

NameTypeReqDescription
filterstringFilter expression, e.g. "type=USER_GROUP". Omit to list every account.
pageSizeintegerAccounts per page (1..20 — the API's hard cap; default 20).
pageTokenstringnextPageToken from the previous page.
parentAccountstringAccount id or accounts/{id}: list this account's sub-accounts instead of top-level ones.

No output schema declared.

No examples provided.

list_attribute_metadata ~230

Lists which attributes (e.g. wheelchair accessibility, wi-fi, payment options) are legal for a location or for a category+region. Pass locationId for a concrete location, OR categoryName+regionCode to explore. Each entry has parent (the attribute id for update_location_attributes), valueType (BOOL / ENUM / REPEATED_ENUM / URL), displayName, repeatable and valueMetadata (legal values).

NameTypeReqDescription
categoryNamestringCategory, e.g. "gcid:restaurant" or "categories/gcid:restaurant".
languageCodestringBCP 47 language for display names.
locationIdstringLocation id to list attributes for (alternative to categoryName+regionCode).
pageSizeintegerAttributes per page (default 200).
pageTokenstringnextPageToken from the previous page.
regionCodestringISO 3166-1 alpha-2 country code (with categoryName).
showAllbooleanReturn the whole attribute catalog (requires regionCode + languageCode).

No output schema declared.

No examples provided.

list_categories ~207

Lists/searches the reference taxonomy of business categories (e.g. gcid:restaurant). Category names (categories/gcid:...) feed location.categories on update_location and categoryName on list_attribute_metadata. view=FULL also returns serviceTypes and moreHoursTypes per category; filter narrows by display name, e.g. "displayName=coffee".

NameTypeReqDescription
filterstringFilter, e.g. "displayName=coffee".
languageCodestringyesBCP 47 language for display names, e.g. "en".
pageSizeintegerCategories per page (1..100; default 100).
pageTokenstringnextPageToken from the previous page.
regionCodestringyesISO 3166-1 alpha-2 country code the categories should be valid in, e.g. "US".
viewstringBASIC (default) returns name + displayName; FULL adds serviceTypes and moreHoursTypes.

No output schema declared.

No examples provided.

list_local_posts ~177

Lists the local posts (What's New / Event / Offer updates shown on the Business Profile) of a location. Each post has name (accounts/*/locations/*/localPosts/{post_id}), summary, topicType, state (LIVE / PROCESSING / REJECTED), searchUrl, createTime and updateTime. Local posts live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
pageSizeintegerPosts per page (default 20).
pageTokenstringnextPageToken from the previous page.

No output schema declared.

No examples provided.

list_locations ~261

Lists the business locations under an account (Business Information API). Each location's name is locations/{id} — that id feeds locationId everywhere else (including the Performance API and, together with the account id, the v4 reviews/posts tools). totalSize is only present when filter is set. Fields are limited by readMask; ask for metadata to get mapsUri/placeId/newReviewUri.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123" (get it from list_accounts).
filterstringFilter expression, e.g. 'title="Coffee Corner"'. Also enables totalSize in the response.
orderBystringSort order, e.g. "title" or "title, storeCode desc".
pageSizeintegerLocations per page (1..100; default 10).
pageTokenstringnextPageToken from the previous page.
readMaskstringComma-separated FieldMask of Location fields to return, e.g. "name,title,storefrontAddress,regularHours,metadata". The API requires it; omit to use the default "name,title,storefrontAddress,phoneNumb…

No output schema declared.

No examples provided.

list_reviews ~218

Lists reviews of a location, newest-updated first by default. Response: reviews[] of {name, reviewId, reviewer{displayName, isAnonymous}, starRating (ONE..FIVE enum, not a number), comment, createTime, updateTime, reviewReply{comment, updateTime} if answered}, plus averageRating (1–5) and totalReviewCount. pageSize caps at 50. Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
orderBystringSort order; default "updateTime desc".
pageSizeintegerReviews per page (1..50 — API cap; default 50).
pageTokenstringnextPageToken from the previous page.

No output schema declared.

No examples provided.

list_search_keyword_impressions ~193

Returns the search keywords that surfaced the business on Google, month by month. Response: searchKeywordsCounts[] of {searchKeyword, insightsValue} — insightsValue is a UNION: either an exact {value} or a {threshold} for low-volume keywords (the true count is below it; never sum thresholds as exact counts). Months are calendar months; data for the current month appears with a lag.

NameTypeReqDescription
endMonthstringyesLast month (inclusive), e.g. 2026-06.
locationIdstringyesLocation id from list_locations (the unobfuscated listing id; locations/123 also works).
pageSizeintegerKeywords per page (1..100; default 100).
pageTokenstringnextPageToken from the previous page.
startMonthstringyesFirst month (inclusive), e.g. 2026-01.

No output schema declared.

No examples provided.

raw_request ~218

Escape hatch to call any Google Business Profile endpoint directly, for endpoints without a dedicated tool. `service` picks the host: accounts (mybusinessaccountmanagement, v1), businessinfo (mybusinessbusinessinformation, v1), performance (businessprofileperformance, v1) or v4 (legacy mybusiness.googleapis.com — reviews, posts, media). `path` is relative to the host, e.g. "v1/accounts" or "v4/accounts/1/locations/2/media". Remember v1 quirks: readMask/updateMask go in `query`. The Bearer token is attached automatically; a path resolving to a foreign origin is rejected.

NameTypeReqDescription
bodyobjectJSON request body (POST/PUT/PATCH).
methodstringHTTP method; defaults to GET.
pathstringyesAPI path relative to the host, e.g. "v1/accounts".
queryobjectQuery parameters (arrays become repeated params).
servicestringyesWhich API host to call.

No output schema declared.

No examples provided.

reply_to_review ~188

Creates OR replaces the business's public reply to a review (PUT upsert — there is no separate create, and calling it again overwrites the previous reply). Only works on verified locations. Returns the ReviewReply {comment, updateTime}. Counts against the 10 edits/min per-profile cap. Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
commentstringyesThe public reply text (plain text; keep it concise — very long replies may be rejected).
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
reviewIdstringyesReview id (from list_reviews `reviewId` or `name`).

No output schema declared.

No examples provided.

search_chains ~98

Searches business chains by name (exact/partial/fuzzy), ranked by relevance. Each chain has name (chains/{chain_id}), chainNames, websites and locationCount. Use the chain name when relating a location to its brand (location.relationshipData).

NameTypeReqDescription
chainNamestringyesChain name to search for, e.g. "walmart".
pageSizeintegerMatches to return (1..500; default 10).

No output schema declared.

No examples provided.

update_local_post ~323

Updates fields of an existing local post (PATCH with a required updateMask — only masked fields change, e.g. updateMask "summary" with post {"summary": "New text"}). LocalPost fields: languageCode; summary (the post text); topicType (STANDARD | EVENT | OFFER | ALERT); callToAction {actionType: BOOK | ORDER | SHOP | LEARN_MORE | SIGN_UP | CALL, url}; event {title, schedule{startDate{year,month,day}, startTime{hours,minutes}, endDate, endTime}} — required for EVENT and OFFER; offer {couponCode, redeemOnlineUrl, termsConditions}; media [{mediaFormat: "PHOTO", sourceUrl}]. ALERT posts are restricted to Google-initiated campaigns and are typically rejected. Returns the updated post. Counts against the 10 edits/min per-profile cap. Local posts live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

NameTypeReqDescription
accountIdstringyesAccount id — bare "123" or "accounts/123".
locationIdstringyesLocation id — bare "456", "locations/456" or "accounts/1/locations/456".
postobjectyesPartial LocalPost with the new field values.
postIdstringyesLocal post id (last segment of the post's `name`).
updateMaskstringyesComma-separated FieldMask of post fields to overwrite, e.g. "summary,callToAction".

No output schema declared.

No examples provided.

update_location ~196

Updates fields of a location (PATCH with a required updateMask — only masked fields change). Pass the new values in `location`, e.g. {"title": "New name"} with updateMask "title". Set validateOnly to check the change without applying it. Note: every profile has a hard cap of 10 edits per minute (not raisable) — batch your changes into one call where possible. Returns the updated Location.

NameTypeReqDescription
locationobjectyesLocation object with the new field values (only fields named in updateMask are applied).
locationIdstringyesLocation id — bare "123", "locations/123" or "accounts/1/locations/123" all work.
updateMaskstringyesComma-separated FieldMask of the fields to overwrite, e.g. "title,phoneNumbers.primaryPhone".
validateOnlybooleanIf true, validate the update without applying it.

No output schema declared.

No examples provided.

update_location_attributes ~193

Updates attributes of a location (PATCH). Each attribute needs its name (attributes/{attribute_id} from list_attribute_metadata's parent field) plus values (BOOL/ENUM), uriValues (URL) or repeatedEnumValue ({setValues, unsetValues}). attributeMask defaults to the names of the attributes you pass; name an attribute in the mask with no values to clear it. Counts against the 10 edits/min per-profile cap.

NameTypeReqDescription
attributeMaskstringComma-separated attribute names to update. Defaults to the names of `attributes`.
attributesarrayyesAttribute objects to set, e.g. [{"name": "attributes/wi_fi", "repeatedEnumValue": {"setValues": ["free_wi_fi"]}}].
locationIdstringyesLocation id — bare "123", "locations/123" or "accounts/1/locations/123" all work.

No output schema declared.

No examples provided.