The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Server listing page.
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.
YOUR_API_KEY below with your key (starts with sk_live_)The --scope user flag makes it available across all your projects. Restart Claude Code after adding.
Add to your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart Claude Desktop after saving.
Add to .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for global access:
Add to .vscode/mcp.json in your project:
Open Cline settings > MCP Servers > Add Remote Server:
https://mcp.localseodata.com/mcp?key=YOUR_API_KEYAdd to ~/.codeium/windsurf/mcp_config.json:
| Category | Tools |
|---|---|
| SERP Data | local_pack, organic_serp, local_finder, maps, local_services_ads |
| AI/LLM Optimization | ai_overview, ai_mode, ai_mentions, ai_visibility, ai_compare, ai_keyword_data, ai_top_sources, ai_top_pages |
| Business Data | business_profile, google_reviews, qa, business_listings, multi_platform_reviews |
| Keyword Research | search_volume, keyword_suggestions, keywords_for_site, related_keywords, keyword_trends |
| Audits | local_audit, citation_audit, reputation_audit, page_audit, profile_health |
| Competitive Intel | competitor_gap, competitor_ads, brand_mentions, backlink_gap, backlink_summary |
| Reports | review_velocity, local_authority, keyword_opportunities |
| Geogrid | geogrid_scan |
| Locations | location_search |
| Utility | ping, get_balance |
Once connected, just ask naturally:
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.
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.
If you want to run the MCP server yourself:
Set the required environment variable and start:
The server runs on port 3003 by default (set PORT to change). A Dockerfile is included for container deployments.
MIT