Skip to main content
Glama
localdominator

Local Dominator MCP Server

Local Dominator MCP Server

Official Model Context Protocol (MCP) connector for Local Dominator. Connects AI agents (Claude, Google Antigravity, OpenAI Codex, OpenClaw, and any other MCP-compatible client) directly to your Local Dominator account.

Once connected, you can ask your AI agent in plain English to pull SERP rankings, site audit issues, AI Tracker visibility, geogrid scans, and review data. No CSV exports, no dashboard switching.

All 20 tools are read-only. Nothing that spends credits (new scans, new audits, new AI Tracker runs) is exposed through this connector.

Requirements

  • Node.js v18 or higher

    • Git (npx needs it to fetch this repo from GitHub; most Mac/Linux machines already have it, on Windows install with winget install --id Git.Git -e if git --version doesn't work)

      • A Local Dominator account and API key (from your account's API settings page)

      • Related MCP server: GoHighLevel MCP Server

        Usage

      • Add this to your MCP client's config, using npx to run directly from this repo (no local install or npm registry required):

      • {
          "mcpServers": {
            "local-dominator": {
              "command": "npx",
              "args": ["-y", "github:localdominator/mcp-server"],
              "env": {
                "LOCAL_DOMINATOR_API_KEY": "ld_your_actual_key_here"
              }
            }
          }
        }

        Replace the API key with your real one. Never share it in chat, email, or a screenshot, treat it like a password.

        Clients that use a TOML config instead of JSON (like the OpenAI Codex app) use the same command/args/env pattern under a [mcp_servers.local-dominator] table, see that client's setup guide for the exact syntax.

        Alternative install: Claude Desktop Extension

        If you're on Claude Desktop, you can skip the npx/Git setup entirely and install a self-contained .mcpb Desktop Extension instead:

        1. Download local-dominator.mcpb from the latest release.

          1. In Claude Desktop, go to Settings → Extensions → Advanced settings → Install Extension and select the downloaded file.

            1. Enter your API key when prompted.

            2. This bundles the connector directly in the package, no Git, no npx, no internet fetch at install time.

            3. Setup guides for specific clients:

              • Connect to Claude Desktop

                • Connect to Google Antigravity

                  • More guides at localdominator.co/help-category/integrations

                  • Available Tools

                  • | Tool | What it does |

                  • |------|---------------|

                  • | ld_account_status | Credit balances across all modules |

                  • | ld_serp_list_campaigns | List SERP campaigns |

                  • | ld_serp_get_keywords | Keyword rankings for a campaign |

                  • | ld_serp_campaign_analytics | Campaign-level trends and visibility scores |

                  • | ld_serp_keyword_analytics | Single keyword rank history |

                  • | ld_serp_get_serp_snapshot | Full SERP result snapshot for a keyword |

                  • | ld_serp_export | CSV export of a campaign |

                  • | ld_site_audit_list | List sites and audits |

                  • | ld_site_audit_get_issues | Technical SEO issues (filterable by severity) |

                  • | ld_site_audit_get_pages | Crawled pages from an audit |

                  • | ld_geogrid_list_scans | List geogrid scans |

                  • | ld_geogrid_get_results | Grid results for a scan (auto-polls until ready) |

                  • | ld_geogrid_list_scheduled_scans | List recurring scan campaigns |

                  • | ld_geogrid_get_scheduled_run_results | Results from a scheduled run |

                  • | ld_ai_tracker_list_campaigns | List AI Tracker campaigns |

                  • | ld_ai_tracker_get_results | LLM visibility results and rankings |

                  • | ld_ai_tracker_get_prompts | Tracked prompts for a campaign |

                  • | ld_reviews_list_campaigns | List Review Velocity campaigns |

                  • | ld_reviews_get_reviews | Scraped reviews with rating/date filters |

                  • | ld_reviews_get_analysis | Velocity and reputation analysis |

                  • Full API Reference

                  • For anything beyond these prebuilt tools: app.localdominator.co/api-doc

                  • Security

                    • Your API key is passed via the LOCAL_DOMINATOR_API_KEY environment variable at runtime. It is never written to disk by this server and never leaves your machine except in requests to api.localdominator.co.

                      • If a key is ever exposed, revoke it immediately in your Local Dominator account settings and generate a new one.

                        • Use a separate API key per team member for accurate audit trails and easy revocation.

                        • License

                        • MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    B
    maintenance
    Connects AI systems to Local Falcon API, enabling access to local SEO reporting tools including scan reports, trend analysis, keyword tracking, and competitor data through the Model Context Protocol.
    Last updated
    21
    123
    23
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Connects GoHighLevel sub-accounts to AI models with over 260 tools for managing contacts, messaging, sales pipelines, and marketing automation. It enables users to automate complex CRM operations and business tasks through natural language interfaces like Claude Desktop.
    Last updated
    52
    ISC
  • A
    license
    C
    quality
    D
    maintenance
    Connects AI assistants to SE Ranking's SEO and project management APIs to enable natural language queries for keyword research, backlink analysis, and technical audits. It supports comprehensive tasks including competitive analysis, domain traffic tracking, and AI search visibility monitoring.
    Last updated
    100
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Connects AI agents to AgentData's company intelligence platform, enabling natural language queries for structured company data like tech stacks, emails, people, and signals.
    Last updated
    6
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

  • Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

  • Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/localdominator/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server