Connect the Google Business API
Integrate the Google Business API through Modiva’s unified REST API and hosted MCP server. Posts, reviews and locations. OAuth, token refresh, rate limits and 11 typed tools are handled for you — connect once and call Google Business from any agent or app through a single endpoint.
What you can do with the Google Business API
- ✓ Publishing
- ✓ Scheduling
- — Inbox & DMs (Reviews only — no DM inbox)
- ✓ Analytics
- ✓ Webhooks
Google Business MCP tools & scopes
- accounts_
- list · health · status
- posts_
- create · cross_post · schedule · publish_now
- comments_
- list · reply
- messages_
- list · send · inbox
- analytics_
- unified · best_time_to_post
OAuth scopes requested
- Read profile & accounts
- Publish posts & stories
- Read insights
- Read & reply to comments/DMs
Connect Google Business in your agent
# Add Modiva's MCP server to your agent
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai",
"headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
}
}
}
# Then connect Google Business and call its tools, e.g.
accounts_list(provider="google-business")Frequently asked questions
How do I connect the Google Business API with Modiva?
Create a Modiva account, generate an MCP key, and connect Google Business from your dashboard. Modiva runs the full OAuth flow and stores the encrypted token for you — no client secrets in your code.
What can I do with the Google Business API through Modiva?
Posts, reviews and locations. You get 11 typed tools grouped by resource (accounts_, posts_, comments_, messages_, analytics_), callable over REST or the MCP server.
Do I need to handle OAuth or token refresh myself?
No. Modiva handles the Google Business OAuth handshake, token storage (envelope-encrypted) and automatic refresh. You call a single unified endpoint.
Can an AI agent use the Google Business API?
Yes — that is the point. Modiva exposes Google Business as Model Context Protocol (MCP) tools, so agents like Claude, Cursor or your own app can read and act on Google Business through one endpoint.