---
title: "Claude MCP Connector"
description: "Connect Localith to Claude AI via MCP to query your GBP data, analyze reviews, and generate reports using natural language prompts."
---

The Localith Claude connector lets you connect your Localith account to Claude AI. Once connected, you can ask Claude to retrieve your Google Business Profile locations, review data, and performance analytics through natural language.

## Before you start

Make sure you have:

- an active paid Localith account
- a Claude Pro, Max, Team, or Enterprise plan
- at least one connected GBP location in your Localith dashboard

## Option 1: Connect from the Claude directory

1. Go to [claude.ai/settings/connectors](https://claude.ai/settings/connectors) or open the Claude Connectors Directory.
2. Search for **Localith**.
3. Click **Connect**.
4. Sign in with your Localith account credentials.
5. Review and approve the requested permissions.

Once approved, Localith appears in your list of active connectors and Claude can access your GBP data.

## Option 2: Add as a custom connector

If Localith does not appear in the Claude Connectors Directory, you can add it manually.

1. Go to [claude.ai/settings/connectors](https://claude.ai/settings/connectors).
2. Click **Add custom connector**.
3. Fill in the following fields:

| Field | Value |
|-------|-------|
| Server name | `Localith` |
| Server URL | `https://embedsocial.com/app/api/mcp` |
| OAuth client ID | `claude-mcp` |

4. Click **Save**.
5. Complete the OAuth authentication flow when prompted.
6. Review and approve the requested permissions.

## Available tools

The connector provides 6 read-only tools. Claude uses these behind the scenes when you ask questions about your locations, reviews, or metrics.

| Tool | What it does |
|------|-------------|
| `fetch_google_locations_listings` | Returns all connected GBP locations |
| `fetch_google_location_listings_by_ID` | Returns details for a specific location |
| `fetch_google_location_listings_metrics` | Returns performance metrics (impressions, clicks, calls, direction requests) |
| `fetch_google_location_listings_reviews_metrics` | Returns review summary metrics per location |
| `fetch_reviews` | Returns individual reviews with ratings, text, and dates |
| `api_documentation` | Returns the Localith API reference for context |

All tools are read-only. Claude cannot modify your listings, reply to reviews, or change any settings through this connector.

## Disconnect Localith from Claude

1. Go to [claude.ai/settings/connectors](https://claude.ai/settings/connectors).
2. Find **Localith** in your active connectors list.
3. Click the menu icon next to Localith.
4. Select **Disconnect**.

After disconnecting, Claude will no longer have access to your Localith data. You can reconnect at any time by repeating the setup steps above.
