⚠️

⚠️ 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 OpenClaw

Connect Local Dominator to OpenClaw

OpenClaw 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 OpenClaw, the open-source, self-hosted AI agent runtime, by adding our connector through OpenClaw’s MCP manager. This gives your agent 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 technical teams already running OpenClaw as their self-hosted agent runtime who want live Local Dominator data available inside it without leaving the app.

  • Agencies running OpenClaw on their own server, NAS, or VPS
  • Technical users comfortable with a terminal (OpenClaw’s setup is CLI-first)

πŸ“‹ What you will need

You need OpenClaw installed and running, and your Local Dominator API key. There’s nothing to download separately. OpenClaw fetches and runs the connector automatically the first time it connects.

  • OpenClaw installed (openclaw.ai one-line installer)
    curl -fsSL https://openclaw.ai/install.sh | bash
    Works with Node.js 22+
  • Your Local Dominator API key, from your account’s API settings page.
  • No separate download needed. OpenClaw 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 OpenClaw

1
Get your API key

Log into Local Dominator, go to account/API settings, and copy your key.

Your API key starts with ld_

Keep your API key private. Treat it 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 the connector

Run the following command in your terminal.

Shell Recommended
openclaw mcp set 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.

mcp set works across OpenClaw CLI versions, including older installs.

Using a recent OpenClaw CLI version?

You can use the newer openclaw mcp add command instead.

Shell Recent CLI
openclaw mcp add local-dominator --command npx --arg "-y" --arg "https://localdominator.co/wp-content/uploads/2026/08/LOCAL-1.tgz" --env "LOCAL_DOMINATOR_API_KEY=ld_your_actual_key_here"

This command additionally proposes the connection before saving.

Add the connector via powershell
3
Confirm it saved correctly

Run this command to view the saved connector configuration.

Shell
openclaw mcp show local-dominator

This prints the saved config so you can double-check that the key and repository name are correct.

Confirm it saved correctly
4
Verify it’s actually live, not just saved

Test the connection by requesting live Local Dominator data.

mcp set only writes the configuration. It does not test whether the connector can successfully communicate with Local Dominator.

1
Run a live data test

The recommended way to confirm the connector is working.

Recommended

Open a chat with your agent using the command below or through your connected channel.

Shell
openclaw chat

Then ask your agent:

Check my Local Dominator account status.

Successful result: You should receive real credit balances across all your modules.

2
Run a quick connection probe

Use this if your OpenClaw installation supports MCP probing.

Faster

This checks the connection without requiring a full chat turn.

Shell
openclaw mcp probe local-dominator

What You Can Ask For

Once connected, your agent 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.

Troubleshooting and FAQ

β€œCommand not found” or mcp add doesn’t recognize --command, --arg, or --env

You’re using an older OpenClaw CLI. Use the mcp set command from Step 2 instead. It is the more broadly compatible option.

Asking the agent for account status doesn’t return data

Run the following command to confirm that the configuration was saved with the correct API key and repository name:

Shell Β· Check MCP configuration
openclaw mcp show local-dominator

If the configuration looks correct but still doesn’t respond, confirm that the OpenClaw process has outbound internet access to reach localdominator.co .

Internet access is required for the first npx fetch.

β€œLOCAL_DOMINATOR_API_KEY is not set” or authentication errors

Recheck the API key value by running:

Shell Β· Check saved API key
openclaw mcp show local-dominator

A copy-and-paste error in the JSON is the most common cause.

Tool calls ask for approval every time

Approval behavior depends on your installation’s execution policy. Run the following command to see your current settings, including the security level and whether prompts are enabled:

Shell Β· Check approval settings
openclaw approvals get

Some installations, especially headless or bot-driven ones, already run with prompts disabled by default. If yours prompts and you want to always allow this connector, first find your npx path:

Shell Β· Find the npx path
which npx

npx is frequently a symlink rather than the actual binary. For example, which npx might return /usr/local/bin/npx, while the file it points to may be:

/usr/local/lib/node_modules/npm/bin/npx-cli.js

Check both paths with:

Shell Β· Find the executable and resolved path
which npx
realpath $(which npx)

Allowlist both paths because it is not guaranteed which path OpenClaw’s approval matcher checks. Having both entries costs nothing:

Shell Β· Allowlist both npx paths
openclaw approvals allowlist add --agent "*" "/usr/local/bin/npx"
openclaw approvals allowlist add --agent "*" "/usr/local/lib/node_modules/npm/bin/npx-cli.js"
Use the actual paths returned by your own which and realpath commands. The paths above are examples and may be different on your machine.

This allowlists by binary path, not by MCP server name, so it applies to any npx-run commandβ€”not only this connector.

After adding both paths, ask the agent for account status again to confirm that the approval prompt no longer appears.

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.