Marketing
reputemap.com
Manages business locations and Google reviews, including listing, stats, and sending review requests to customers.
ENDPOINT 1
https://api.reputemap.com/mcp
MCP server metadata
- Name
- reputemap
- Version
- 1.1
ReputeMap manages Google reviews for local businesses. Tools cover the org behind the API key: list locations, read reviews (filterable), get review stats, draft AI replies, publish an approved reply to Google, send a review-request email, and check API credit usage. publish_reply is public and customer-visible - only call it with text the user has explicitly approved. Billable tool calls share the org's monthly API credits (default 1000/month) with the REST API. Docs: https://reputemap.com/docs/mcp
Known tools 7
list_locationsList every business location this ReputeMap org manages, with ids to use in the other tools.
Inferred read-onlylist_reviewsList Google reviews for the org (newest first) with the published reply text inlined.
Inferred read-onlyget_review_statsReview 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).
Inferred read-onlysend_review_requestSend ONE review-request email to a real customer, through ReputeMap's campaign engine (respects unsubscribes and the suppression list).
Potential side effectsdraft_replyGenerate 2-3 reply drafts for one review using ReputeMap's tuned generator (the same one the app uses), and save the draft so it appears in the app's editor.
Inferred read-onlyget_usageCurrent month's API credit usage for this org (shared between the REST API and MCP tools).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reputemap]
url = "https://api.reputemap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reputemap": {
"type": "http",
"url": "https://api.reputemap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reputemap
Remote MCP URL: https://api.reputemap.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reputemap": {
"url": "https://api.reputemap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reputemap": {
"type": "http",
"url": "https://api.reputemap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reputemap",
"transport": "streamable-http",
"url": "https://api.reputemap.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.