gbp-review-agent
Verified Safeby satheeshds
Overview
Manages Google Business Profile reviews by fetching reviews, generating AI-powered responses, and posting replies back to Google Business Profile.
Installation
npm startEnvironment Variables
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GOOGLE_REDIRECT_URI
Security Notes
The server stores Google OAuth tokens in a local `.tokens.json` file. While convenient for development, this file could be accidentally exposed if committed to a public repository or not properly secured on the host system, potentially leading to unauthorized access to the linked Google Business Profile. The `authenticate.js` and `quick-test.js` scripts use `execSync` from `child_process`, but these are auxiliary setup/test scripts and not part of the main server runtime, mitigating risk.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
lighthouse-mcp-server
Provides comprehensive web performance, accessibility, SEO, and security auditing and analysis using Google Lighthouse for LLMs and AI agents.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.