Google Business Profile · Capability
Google Business Profile API
The Google Business Profile API provides an interface for managing business location information on Google. It enables developers to programmatically manage accounts, locations, reviews, media, posts, and more.
What You Can Do
GET
Listaccounts
— Google Business Profile List Accounts
/accounts
GET
Getaccount
— Google Business Profile Get Account
/accounts/{accountId}
GET
Listlocations
— Google Business Profile List Locations
/accounts/{accountId}/locations
POST
Createlocation
— Google Business Profile Create Location
/accounts/{accountId}/locations
GET
Getlocation
— Google Business Profile Get Location
/accounts/{accountId}/locations/{locationId}
PATCH
Updatelocation
— Google Business Profile Update Location
/accounts/{accountId}/locations/{locationId}
DELETE
Deletelocation
— Google Business Profile Delete Location
/accounts/{accountId}/locations/{locationId}
GET
Listreviews
— Google Business Profile List Reviews
/accounts/{accountId}/locations/{locationId}/reviews
PUT
Replytoreview
— Google Business Profile Reply to Review
/accounts/{accountId}/locations/{locationId}/reviews/{reviewId}/reply
GET
Listmedia
— Google Business Profile List Media
/accounts/{accountId}/locations/{locationId}/media
GET
Listlocalposts
— Google Business Profile List Local Posts
/accounts/{accountId}/locations/{locationId}/localPosts
POST
Createlocalpost
— Google Business Profile Create Local Post
/accounts/{accountId}/locations/{locationId}/localPosts
MCP Tools
listaccounts
Google Business Profile List Accounts
read-only
idempotent
getaccount
Google Business Profile Get Account
read-only
idempotent
listlocations
Google Business Profile List Locations
read-only
idempotent
createlocation
Google Business Profile Create Location
getlocation
Google Business Profile Get Location
read-only
idempotent
updatelocation
Google Business Profile Update Location
deletelocation
Google Business Profile Delete Location
idempotent
listreviews
Google Business Profile List Reviews
read-only
idempotent
replytoreview
Google Business Profile Reply to Review
idempotent
listmedia
Google Business Profile List Media
read-only
idempotent
listlocalposts
Google Business Profile List Local Posts
read-only
idempotent
createlocalpost
Google Business Profile Create Local Post