Local Dominator MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Dominator MCP Servershow me SERP rankings for my main campaign"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 (
npxneeds it to fetch this repo from GitHub; most Mac/Linux machines already have it, on Windows install withwinget install --id Git.Git -eifgit --versiondoesn'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
npxto 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.mcpbDesktop Extension instead:Download local-dominator.mcpb from the latest release.
In Claude Desktop, go to Settings → Extensions → Advanced settings → Install Extension and select the downloaded file.
Enter your API key when prompted.
This bundles the connector directly in the package, no Git, no
npx, no internet fetch at install time.Setup guides for specific clients:
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_KEYenvironment variable at runtime. It is never written to disk by this server and never leaves your machine except in requests toapi.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
This server cannot be installed
Maintenance
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
- AlicenseCqualityBmaintenanceConnects 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 updated2112323MIT
- Alicense-qualityDmaintenanceConnects 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 updated52ISC
- AlicenseCqualityDmaintenanceConnects 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 updated100Apache 2.0
- AlicenseAqualityDmaintenanceConnects AI agents to AgentData's company intelligence platform, enabling natural language queries for structured company data like tech stacks, emails, people, and signals.Last updated64MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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