MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-google-business · npm · 1.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.A1-x-Tech/mcp-google-business",
"description": "MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.",
"title": "Google Business Profile MCP",
"repository": {
"url": "https://github.com/A1-x-Tech/mcp-google-business",
"source": "github"
},
"version": "1.1.0",
"websiteUrl": "https://github.com/A1-x-Tech/mcp-google-business#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-google-business",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth2 client id from Google Cloud Console (refresh flow).",
"isRequired": true,
"name": "GOOGLE_BUSINESS_CLIENT_ID"
},
{
"description": "OAuth2 client secret. Treat it as a secret.",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_BUSINESS_CLIENT_SECRET"
},
{
"description": "OAuth2 refresh token with the business.manage scope. Treat it as a secret.",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_BUSINESS_REFRESH_TOKEN"
},
{
"description": "Ready-made access token (~1 h) as an alternative to the refresh-flow trio above.",
"isSecret": true,
"name": "GOOGLE_BUSINESS_ACCESS_TOKEN"
},
{
"description": "Per-request timeout in milliseconds.",
"default": "60000",
"name": "GOOGLE_BUSINESS_TIMEOUT_MS"
},
{
"description": "Retries on transient errors (429 always; 5xx/network on idempotent calls).",
"default": "3",
"name": "GOOGLE_BUSINESS_MAX_RETRIES"
},
{
"description": "Account Management API base override.",
"default": "https://mybusinessaccountmanagement.googleapis.com",
"name": "GOOGLE_BUSINESS_ACCOUNTS_API_BASE"
},
{
"description": "Business Information API base override.",
"default": "https://mybusinessbusinessinformation.googleapis.com",
"name": "GOOGLE_BUSINESS_INFO_API_BASE"
},
{
"description": "Business Profile Performance API base override.",
"default": "https://businessprofileperformance.googleapis.com",
"name": "GOOGLE_BUSINESS_PERFORMANCE_API_BASE"
},
{
"description": "Legacy v4 My Business API base override (reviews, local posts).",
"default": "https://mybusiness.googleapis.com",
"name": "GOOGLE_BUSINESS_V4_API_BASE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T22:02:47.058285Z",
"publishedAt": "2026-08-18T22:02:47.058285Z",
"updatedAt": "2026-08-18T22:02:47.058285Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.