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, 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:
More guides at localdominator.co/help-category/integrations
Available Tools
Tool | What it does |
| Credit balances across all modules |
| List SERP campaigns |
| Keyword rankings for a campaign |
| Campaign-level trends and visibility scores |
| Single keyword rank history |
| Full SERP result snapshot for a keyword |
| CSV export of a campaign |
| List sites and audits |
| Technical SEO issues (filterable by severity) |
| Crawled pages from an audit |
| List geogrid scans |
| Grid results for a scan (auto-polls until ready) |
| List recurring scan campaigns |
| Results from a scheduled run |
| List AI Tracker campaigns |
| LLM visibility results and rankings |
| Tracked prompts for a campaign |
| List Review Velocity campaigns |
| Scraped reviews with rating/date filters |
| 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.
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