# ReputeMap MCP server

Read and filter your Google Business Profile reviews, get stats, and send review requests.

## Links
- Registry page: https://www.getdrio.com/mcp/com-reputemap-reputemap
- Repository: https://github.com/reputemap/mcp
- Website: https://reputemap.com/docs/mcp

## Install
- Command: `npx -y @reputemap/mcp`
- Endpoint: https://api.reputemap.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- Package: Npm @reputemap/mcp v0.1.0
- Environment variable: REPUTEMAP_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.reputemap.com/mcp
- Header: Authorization

## Tools
- list_locations - List every business location this ReputeMap org manages, with ids to use in the other tools. Endpoint: https://api.reputemap.com/mcp
- list_reviews - List Google reviews for the org (newest first) with the published reply text inlined. Filter by location, star-rating range, replied/unreplied, or a trailing day window. Endpoint: https://api.reputemap.com/mcp
- get_review_stats - Review stats per location and org totals: review counts, average rating, 1-5 star breakdown, unanswered count, and activity in the trailing window (default 30 days). Endpoint: https://api.reputemap.com/mcp
- send_review_request - Send ONE review-request email to a real customer, through ReputeMap's campaign engine (respects unsubscribes and the suppression list; idempotent per campaign). This emails a real person - only use it when the user explicitly asks to request a review. Endpoint: https://api.reputemap.com/mcp
- get_usage - Current month's API credit usage for this org (shared between the REST API and MCP tools). Endpoint: https://api.reputemap.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.reputemap
- Version: 1.0.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
