Local SEO Data
OfficialLocal SEO Data MCP Server
Model Context Protocol server for Local SEO Data. Gives AI assistants access to 42 local SEO tools -- SERP tracking, review monitoring, keyword research, AI visibility scoring, geogrid scans, and more.
One-time setup, then ask questions in plain English and your assistant calls the right endpoints automatically.
Prerequisites
Sign up at localseodata.com/signup
Create an API key in your API Keys dashboard
Replace
YOUR_API_KEYbelow with your key (starts withsk_live_)
Related MCP server: GEO Analysis for AI SEO
Setup
Claude Code
claude mcp add localseodata --transport http "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY" --scope userThe --scope user flag makes it available across all your projects. Restart Claude Code after adding.
Claude Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"localseodata": {
"url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}Restart Claude Desktop after saving.
Cursor
Add to .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for global access:
{
"mcpServers": {
"localseodata": {
"url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}VS Code (GitHub Copilot)
Add to .vscode/mcp.json in your project:
{
"servers": {
"localseodata": {
"type": "streamable-http",
"url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}Cline
Open Cline settings > MCP Servers > Add Remote Server:
Name: localseodata
URL:
https://mcp.localseodata.com/mcp?key=YOUR_API_KEY
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"localseodata": {
"serverUrl": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}Available Tools
Category | Tools |
SERP Data |
|
AI/LLM Optimization |
|
Business Data |
|
Keyword Research |
|
Audits |
|
Competitive Intel |
|
Reports |
|
Geogrid |
|
Locations |
|
Utility |
|
Example Prompts
Once connected, just ask naturally:
"Who ranks in the local pack for 'plumber' in Denver?"
"Run a full local SEO audit for Mike's Plumbing in Austin, TX"
"Compare my Google reviews to my top 3 competitors"
"What keywords should a dentist in Portland be targeting?"
"Check if my business NAP is consistent across directories"
"Map my rankings on a 5x5 geogrid for 'bakery' in Brooklyn"
"What's my AI visibility score for 'best pizza in Chicago'?"
Authentication
Your API key is passed as a URL query parameter (?key=YOUR_API_KEY). This works with every MCP client without needing custom header configuration. Keys can be created or revoked anytime in the API Keys dashboard.
Pricing
MCP calls consume credits from your Local SEO Data account, same as REST API calls. Most endpoints cost 1 credit ($0.005). Monitor usage in your dashboard.
See localseodata.com/pricing for plans.
Self-Hosting
If you want to run the MCP server yourself:
git clone https://github.com/localseodata/mcp-server.git
cd mcp-server
npm install
npm run buildSet the required environment variable and start:
export API_BASE_URL=https://api.localseodata.com
npm startThe server runs on port 3003 by default (set PORT to change). A Dockerfile is included for container deployments.
Development
npm run dev # Watch mode with hot reload
npm run build # Compile TypeScript
npm run typecheck # Type check without emitting
npm start # Run compiled outputLicense
MIT
Maintenance
Related MCP Servers
- -licenseCquality-maintenanceEnables AI assistants to access comprehensive SEO data through DataForSEO APIs, including SERP results, keyword research, backlink analysis, on-page metrics, and domain analytics. Supports real-time search engine data from Google, Bing, and Yahoo with customizable filtering and multiple deployment options.Last updated36
- AlicenseBqualityFmaintenanceGEO (Generative Engine Optimisation). This tool shows you exactly how AI search engines see your content - claim density, writing quality, E-E-A-T signals, extractability. Research-backed metrics that correlate with 40% higher AI citation rates.Last updated28621MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to access SurfRank's AI visibility analytics platform through 24 tools. It allows agents to run AI-visibility reports, research keywords, track competitors, and manage projects directly from chat interfaces.Last updated2420MIT
- Alicense-qualityCmaintenanceAgent-first SEO toolkit with 24 MCP tools for keyword research, rank tracking, site audits up to 50k pages, competitor analysis, content gap detection, domain reputation, backlink intelligence, Google Search Console integration, and AI-powered strategy generation with Claude, GPT, and Ollama. SQLite-backed and bring-your-own-key.Last updatedMIT
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.
60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.
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/localseodata/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server