← reputemap.com

INDIVIDUAL MCP TOOL

publish_reply

PUBLISH a reply to this review's public Google profile.

reputemap.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.reputemap.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for publish_reply and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

reputemap.com

CONNECT 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.

Related tools

  • list_locations — List every business location this ReputeMap org manages, with ids to use in the other tools.
  • list_reviews — List Google reviews for the org (newest first) with the published reply text inlined.
  • 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).
  • send_review_request — Send ONE review-request email to a real customer, through ReputeMap's campaign engine (respects unsubscribes and the suppression list).
  • draft_reply — Generate 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.
  • get_usage — Current month's API credit usage for this org (shared between the REST API and MCP tools).