⚠️

⚠️ Your current plan won’t be available forever. Keep your current pricing and benefits before July 1.

Help Center

Help – Integrations – Connect Local Dominator to Google Antigravity

Connect Local Dominator to Google Antigravity

Google Antigravity can access your Local Dominator data directly. Learn how to connect it and start asking for reports in plain English.
On this page:

You can connect Local Dominator to Google Antigravity by adding our connector to Antigravity’s MCP settings. This gives Antigravity direct, read-only access to your SERP Tracker, Site Audit, Geogrid, AI Tracker, and Review Velocity data, so you can ask for reports and analysis in plain English instead of exporting CSVs or switching tabs.

🎯 Who is this for?

This is for agencies and marketers who already use Google Antigravity for research, reporting, or coding workflows and want live Local Dominator data available inside it without leaving the app.

  • Agencies managing multiple client accounts in Local Dominator
  • Marketers comfortable editing one config file (no coding required beyond copy-paste)

πŸ“‹ What you will need

You need Antigravity installed, Node.js to run the connector, and your Local Dominator API key. There’s no separate connector file to download yourself. Antigravity fetches and runs it automatically the first time it connects.

  • Google Antigravity installed (2.0 app, IDE, or CLIβ€”all three share the same configuration)
  • Node.js version 18 or newer (nodejs.org, LTS version)
  • Your Local Dominator API key, from your account’s API settings page.
  • No separate download needed. Antigravity runs Local Dominator’s official connector directly from our hosted connector file via npx, so there are no files to create or manage yourself.

⏳ Time to complete

  • ~ 10 minutes

How to Connect Antigravity

Follow these steps to connect Antigravity. Node.js runs the connector for you on demand, there’s nothing to download or install ahead of time.

1
Get your API key

Go to Account β†’ API Settings, and copy your API key. Your key starts with ld_.

Treat your API key like a password

Never share it in chat, email, or a screenshot.

Account Settings page; Developer API tab active with a Create Key button and an API Keys area in the main panel
2
Add it to Antigravity

Open the Antigravity customization settings.

Navigation
Settings Customizations

Under Installed MCP Servers, the built-in store will not list Local Dominator because it is a custom connector rather than a store listing.

Open the configuration file directly

Open this file in any text editor:

C:\Users\<you>\.gemini\config\mcp_config.json
JSON
{
  "mcpServers": {
    "local-dominator": {
      "command": "npx",
      "args": [
        "-y",
        "https://localdominator.co/wp-content/uploads/2026/08/LOCAL-1.tgz"
      ],
      "env": {
        "LOCAL_DOMINATOR_API_KEY": "ld_your_actual_key_here"
      }
    }
  }
}

Replace ld_your_actual_key_here with your real Local Dominator API key, then save the file.

3
Refresh the connection

Return to Antigravity’s Customizations settings:

Settings Customizations Add MCP

Click Refresh next to Add MCP.

After refreshing, the Local Dominator connector should appear like this:

local-dominator
20 tools available
Connected

The first connection may take a few extra seconds while npx fetches the connector. After the initial setup, refreshing the connection should be nearly instant.

Antigravity - Refresh the connection
4
Verify it’s live

Start a new conversation in Antigravity and send this prompt:

Use the local-dominator MCP tool to check my Local Dominator account status.
Expected result

You should receive your real credit balances across all Local Dominator modules.

Antigravity - Verify its live

What You Can Ask For

Ask for the result you want

Once connected, Antigravity can pull and summarize live data on request. You don’t need to know tool names or campaign IDs in advanceβ€”just describe what you want.

Example requests Copy a prompt and replace the bracketed details.
Account status
Check my Local Dominator account status.
SERP campaign
Pull the SERP campaign for [client domain] and tell me which keywords dropped this week.
Site audit
List open critical site audit issues for [site] and draft a client-ready summary.
AI Tracker
What’s our AI Tracker visibility trend for [brand] over the last 30 days?
GeoGrid results
Show me the latest GeoGrid scan results for [business name].
Safe, read-only access

All available tools are read-only. Actions that spend creditsβ€”such as triggering a new scan or auditβ€”cannot run through this connector.

Example workflow

From Raw Grid Data to a Client-Ready Action Plan

The real value appears when you chain questions together instead of asking them one at a time. Here’s an actual verified session, condensed:

1
Retrieve the GeoGrid scan
Check GeoGrid (Maps & Local Pack) for Sunrise Remodeling Co.

Antigravity pulls the scan and summarizes the rankings by keyword and location.

2
Find underperforming keywords
What keywords are we showing lower than 10 on GeoGrids for Sunrise Remodeling?

Antigravity filters the pulled data into a table showing the keyword, average grid rank, best pin position, and overall status.

Verified finding

Three keywords ranked between #4 and #8 at the business’s home pin, but fell to unranked (20+) at nearly every other point on the grid.

3
Diagnose the visibility gap
Identify what we need to address to improve our visibility with these keywords in the areas on the grid that we are failing.

Antigravity diagnosed the pattern: strong visibility at the center pin with a steep drop-off everywhere elseβ€”a classic proximity decay signal.

It then proposed potential improvements:

  • GBP category and service-area alignment
  • Geotagged content
  • Review keyword and location co-occurrence
  • On-page schema
  • Citation cleanup
4
Generate and save the action plan
Strategize an exact 20-point action plan we can take charge of today.

Antigravity generated a complete phased plan covering:

GBP setup Geotagged content On-page and schema Review engine Citations Tracking
Saved as a standalone document The completed plan was saved as a file that could be reviewed, edited, and handed directly to a strategist or client.
Go beyond chat output

Antigravity can write its output directly to a file when you ask it to. A session like this can end with an actual action-plan document ready for handoffβ€”not merely chat text that you need to copy manually.

Troubleshooting and FAQ

You can resolve most connection issues by rechecking the config file or restarting Antigravity fully.

Server doesn’t appear after Refresh

Fully quit Antigravityβ€”not just close the windowβ€”and reopen it.

β€œLOCAL_DOMINATOR_API_KEY is not set” error

The env block is missing or malformed in mcp_config.json. Check that it matches the example exactly.

First connection takes a while or seems stuck

This is normal on the very first run. npx is downloading the connector from our server. It needs internet access to reach localdominator.co once; after that, it’s cached and starts instantly.

Server shows β€œfailed” or won’t connect

Confirm Node.js version 18 or newer is installed by running the following command in a terminal:

Terminal Β· Check Node.js version
node --version

Also confirm that the following package URL in your config is spelled exactly right. A typo here is the most common cause.

Connector package URL
https://localdominator.co/wp-content/uploads/2026/08/LOCAL-1.tgz

Tool calls ask for approval every time

This is expected default behavior. Allow local-dominator automatically under the following settings if you use it often:

Settings β€Ί Permissions β€Ί MCP Tools β€Ί local-dominator

Still have questions? Our team is willing to help.

We strive to provide prompt responses based on the time you reach out. Our response time can range from 10 minutes to 7 hours, seven days a week.Β 

On this page:

Help Center

Topics

πŸš€ Wait β€” Don’t Leave Yet!

Want to Win More Local SEO Clients Without Guesswork?

Book your free demo of Local Dominator and see how top agencies scale multi-location SEO in minutes, not months.

πŸ‘‰ Schedule your demo now, dominate local search the smart way.