Google Maps Reviews MCP

Paginated review access with sort modes, date filtering, and URL resolution — review-focused features that general Maps APIs don't expose.

Pricing

Free

$0/month

100 calls/month. No credit card required.

Starter

$19/month

2,500 calls/month. For individual developers.

Business

$129/month

100,000 calls/month. For production workloads.

Need more? Contact us for enterprise pricing.

Available tools

Your AI assistant can call any of these tools through the MCP server:

Search places

Search Google Maps by keyword and location. Returns place names, ratings, review counts, addresses, and place IDs.

Place details

Full details for any Google Maps listing: name, address, phone, website, hours, rating, photos, and category.

Reviews

Full review text with star ratings, exact timestamps, reviewer info, and owner replies. Paginated access to all reviews — not just the default 5. Sort by newest, highest, lowest, or most relevant. Filter by date range.

Resolve URL

Convert any Google Maps URL (short links, search result links, shared links) into a canonical place ID. Handles all Maps URL formats.

Get started

Get your API key

Pick a plan above. Free tier: enter your email and get a key instantly. Paid tiers: complete checkout and your key is emailed to you.

Connect the MCP server

Add this to your MCP client configuration:

{
  "mcpServers": {
    "google-maps-reviews": {
      "url": "https://mcp.beatanalytics.org/maps/mcp",
      "headers": {
        "x-client": "YOUR_EMAIL_ADDRESS",
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client. Or connect via Smithery.

Start querying

Ask your AI assistant:

  • Get me the 20 most recent reviews for this restaurant
  • Find all dentists in Austin with 100+ reviews and summarize the negative ones
  • What are the common complaints in 1-star reviews for this hotel?