Skip to main content
Glama
satheeshds

Google Business Profile Review MCP Server

by satheeshds
package.json1.78 kB
{ "name": "google-business-review-mcp-server", "version": "1.0.0", "description": "MCP server for managing Google Business Profile reviews with AI-powered responses", "type": "module", "main": "build/index.js", "bin": { "google-business-review-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "start:mock": "cross-env NODE_ENV=development ENABLE_MOCK_MODE=true node build/index.js", "auth": "node authenticate.js", "dev": "tsx src/index.ts", "test": "npm run build && node build/test/runTests.js", "test:mock": "npm run build && node build/test/runTests.js --mock", "test:dev": "tsx src/test/runTests.ts", "test:client": "node test-client.js", "quick-test": "node quick-test.js", "setup:vscode": "node setup-vscode-copilot.js", "logs": "node monitor-logs.js", "logs:debug": "cross-env LOG_LEVEL=debug node monitor-logs.js", "lint": "eslint src/**/*.ts", "clean": "rm -rf build" }, "keywords": [ "mcp", "model-context-protocol", "google-business", "reviews", "ai", "llm" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "dotenv": "^16.3.1", "express": "^4.18.2", "googleapis": "^128.0.0", "node-fetch": "^3.3.2", "open": "^10.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "cross-env": "^10.1.0", "eslint": "^8.54.0", "jest": "^29.7.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "files": [ "build" ], "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/satheeshds/gbp-review-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server