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, Cursor, 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

  • 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.

Setup guides for specific clients:

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
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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.

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