Local SEO Data
42 local SEO tools for AI assistants. SERP tracking, Google Business Profile data, review monitoring, keyword research, AI visibility scoring, geogrid rank scans, citation audits, and competitive analysis.
README
Local 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_)
Setup
Claude Code
claude mcp add localseodata --transport http "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY" --scope user
The --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.json - Windows:
%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 | 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 |
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 build
Set the required environment variable and start:
export API_BASE_URL=https://api.localseodata.com
npm start
The 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 output
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。