Google Business Profile Connector for AI agents.
12 live capabilities
Manage your local SEO and customer reviews with a natural language interface.
Waiting for input…
Why people use Google Business Profile
Google Business Profile for Local SEO Management
This Connector changes that by letting your AI agent handle the data entry for you. You can just tell your agent to update the hours for the holiday weekend or draft a reply to a frustrated customer. You get your time back and ensure your profile stays accurate without the headache of manual updates.
What Vinkius changes
You get a hands-off way to keep your local presence active and accurate.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,000+ Connectors
- Real-world use case 01
Handling a surge of reviews
A busy cafe owner asks the agent to find 3-star reviews and draft polite responses using create_review_reply.
- Real-world use case 02
Planning a weekend sale
A retail manager tells the agent to create a 20% off post for all stores using list_local_posts.
- Real-world use case 03
Checking store status
A customer support rep uses get_location_details to tell a caller if a specific branch is open.
Complete set · 12capabilities
The complete Google Business Profile capability set.
These are the exact actions your AI can choose when you ask it to work with Google Business Profile.
01—04
4 capabilities in this set.
Part of 12 available through Google Business Profile.
- 01 Capability
Answer question
Provide a direct answer to a customer question on your profile. This helps potential customers get the info they need to visit you.
- 02 Capability
List local posts
See all the updates, events, and offers you've already shared. It helps you keep track of your current promotional activity.
- 03 Capability
Create review reply
Post a public reply to a customer review. This keeps your reputation high by acknowledging every piece of feedback.
- 04 Capability
Get location details
Pull specific data like store codes and hours for a single location. Use this to quickly check details for a specific branch.
05—08
4 capabilities in this set.
Part of 12 available through Google Business Profile.
- 05 Capability
Get location insights
Get the data on how people find your business and what they search for. This helps you understand local search trends.
- 06 Capability
Get review
Pull the text and rating of a specific customer review for analysis. It lets you see exactly what people are saying about your service.
- 07 Capability
Get verification status
Check if your business listing is currently verified by Google. This ensures your profile remains visible to searchers.
- 08 Capability
List accounts
See all the Google Business accounts linked to your profile. This is useful for managing multiple business entities.
09—12
4 capabilities in this set.
Part of 12 available through Google Business Profile.
- 09 Capability
List locations
See every physical storefront managed under your account. Use this to get a birds-eye view of your entire footprint.
- 10 Capability
List questions
See the full list of questions customers have asked on your profile. Use this to identify common customer pain points.
- 11 Capability
List reviews
Get a list of all recent customer reviews for a specific location. This makes it easy to monitor your reputation at each site.
- 12 Capability
Update business hours
Change your opening and closing times across your locations. This ensures customers always have the correct info before visiting.
Set up in minutes
One URL. Then ask Google Business Profile to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Google Business Profile from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Google Business Profile, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Google Business Profile for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Google Business Profile URL.
- Step 03
Save and start
Save the connection and enable Google Business Profile in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"google-business-profile": {
"url": "https://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Google Business Profile
Open Agent mode in chat and ask: "Using Google Business Profile, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"google-business-profile": {
"url": "https://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Google Business Profile
Ask Copilot: "Using Google Business Profile, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"google-business-profile": {
"url": "https://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Google Business Profile
Open Cascade and ask: "Using Google Business Profile, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"google-business-profile": {
"url": "https://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Google Business Profile
Ask Cline: "Using Google Business Profile, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add google-business-profile --transport http "https://edge.vinkius.com/vk_preview_oqBhOaKQ4WiLKsjjvOeiqpF4cj2tgHG3rrBbQVuk/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Google Business Profile
Ask Claude: "Using Google Business Profile, show me...". 12 tools are ready
Where the request belongs
Work Google Business Profile can move forward.
For small business owners who are too busy to check their dashboard daily, social media managers handling multiple locations, and customer support teams trying to keep up with map questions.
Local Shop Owner
Responds to 5-star praise and 1-star complaints instantly without leaving their main workspace.
Social Media Manager
Coordinates weekly offers and events across 10+ storefronts via natural language commands.
Customer Support Lead
Handles the 'Are you open?' and 'Do you have X in stock?' questions on Maps efficiently.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOneLocal LocalReviews
Boost your local business visibility with automated review collection, reputation monitoring, and response management capabilities.
Podium
Win more local customers with review generation, webchat, text marketing, and payment collection from one inbox.
Postproxy
Manage your Google Business Profile posts, reviews, and local SEO presence across multiple locations from one dashboard.
Birdeye
Grow your local business reputation with review management, customer surveys, and listings that drive more foot traffic.
Cloutly
All-in-one review management platform that helps businesses collect, manage, and respond to reviews from multiple sources.
GatherUp
Manage customer reviews, track feedback, and automate review requests via AI agents with GatherUp.
Bring your own AI
Change the model, client or framework. Keep Google Business Profile connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Google Business Profile.
The practical details behind the request, access and result.
Can the Google Business Profile MCP help me respond to reviews faster?
Yes, it lets your AI agent see new reviews and draft responses instantly. You can handle a high volume of feedback without having to log into the dashboard every time a new one appears.
How does the Google Business Profile MCP help with my local SEO?
It keeps your profile data accurate and active. By using the agent to regularly update your posts and hours, you signal to Google that your business is active, which helps your ranking in local searches.
Can I use the Google Business Profile MCP to manage multiple store locations?
Yes, it can list and manage all the locations under your account. You can update hours or check details for dozens of storefronts from a single chat interface.
Will the Google Business Profile MCP help me answer customer questions on Maps?
It does by letting your agent monitor the Q&A section. You can provide official answers to common questions like your phone number or specific services, making your profile more helpful to potential customers.
Can I see how people are finding my business with the Google Business Profile MCP?
Yes, you can pull performance metrics that show the search terms people used to find you. This helps you understand what your customers actually care about when they are looking for your services.
Is it safe to connect my Google Business Profile to an AI agent?
The Connector uses a secure OAuth flow to authorize management access. This means you do not have to share your password, and you can control exactly what the agent is allowed to do.
Can I respond to customer reviews directly using the AI agent?
Yes! Use the create_review_reply capability. You can ask the AI to draft a professional response to a specific review and post it to your profile instantly.
How do I update my business hours for a specific holiday?
You can use the update_business_hours capability. Simply provide the new hours object for the target location ID, and the agent will update your profile across Google Search and Maps.
Can I see how many people clicked 'Call' or 'Directions' on my profile?
Yes. The getLocationInsights capability retrieves daily metrics, including actions like phone calls, direction requests, and website clicks initiated from your Google Business Profile.
One connection away
Give your agent a direct line to Google Business Profile.
Connect Google Business Profile once. Keep it beside 6,000+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available