🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@reputemap/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reputemap/mcp

ReputeMap MCP — manage Google Business Profile reviews from Claude, Cursor or any MCP client: review inbox, stats, review requests. Zero-dependency stdio bridge to the hosted Streamable HTTP endpoint.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

ReputeMap MCP Server

Manage Google Business Profile reviews from Claude, Cursor, or any MCP client.

ReputeMap is Google review management for agencies & local businesses. This hosted MCP server (Model Context Protocol) lets AI agents work with your review data directly — no scripts, no exports, no glue code:

"Show me every unanswered review under 3 stars from the last week, worst first." "How did the Downtown location's rating move this month vs last?" "Draft replies to the three newest negative reviews in a calm tone." "We just finished the Hendersons' job — send them a review request."

Tools

ToolWhat it doesCredits
list_locationsEvery location the org manages, with ids1
list_reviewsReviews, filterable (location, rating range, unanswered, last N days) — includes published reply text1
get_review_statsPer-location + totals: counts, average rating, 1–5 breakdown, unanswered, trailing-window activity1
send_review_requestSends a real review-request email through the campaign engine (respects opt-outs; idempotent)1
get_usageCurrent month's credit usagefree

Tool calls share the plan's 1,000 credits/month with the REST API.

Quick start

npx (any stdio MCP client, incl. Claude Desktop)

REPUTEMAP_API_KEY="rmk_YOUR_KEY" npx -y @reputemap/mcp

Zero dependencies — a 116-line stdio bridge that forwards JSON-RPC to the hosted endpoint. npm: @reputemap/mcp

Claude Code

claude mcp add --transport http reputemap https://api.reputemap.com/mcp \
  --header "Authorization: Bearer rmk_YOUR_KEY"

Claude Desktop

Merge configs/claude_desktop_config.json into Settings → Developer → Edit Config (Node.js ≥ 18), replace rmk_YOUR_KEY, restart the app.

Cursor

Copy configs/cursor-mcp.json to ~/.cursor/mcp.json (or .cursor/mcp.json in a project) and replace rmk_YOUR_KEY.

More recipes (cron digests, CRM sync, CI): reputemap/examples

Safety model

The key only reaches data your org already owns. The single write action — send_review_request — goes through the same suppression/opt-out engine as in-app campaigns, so an over-eager agent can't spam your customers. Tools carry MCP annotations (readOnlyHint/destructiveHint), and discovery (initialize, tools/list) works without a key, so clients can render the catalog before you authenticate. Revoke the key at any time and access dies instantly.

Keywords

mcp

FAQs

Package last updated on 02 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts