Local SEO Data
OfficialServidor MCP de Datos de SEO Local
Servidor del Model Context Protocol para Local SEO Data. Proporciona a los asistentes de IA acceso a 42 herramientas de SEO local: seguimiento de SERP, monitoreo de reseñas, investigación de palabras clave, puntuación de visibilidad de IA, escaneos geogrid y más.
Configuración única, luego haz preguntas en inglés sencillo y tu asistente llamará a los endpoints correctos automáticamente.
Requisitos previos
Regístrate en localseodata.com/signup
Crea una clave API en tu panel de claves API
Reemplaza
YOUR_API_KEYa continuación con tu clave (comienza consk_live_)
Related MCP server: GEO Analysis for AI SEO
Configuración
Claude Code
claude mcp add localseodata --transport http "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY" --scope userLa bandera --scope user lo hace disponible en todos tus proyectos. Reinicia Claude Code después de añadirlo.
Claude Desktop
Añade a tu archivo de configuración:
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"
}
}
}Reinicia Claude Desktop después de guardar.
Cursor
Añade a .cursor/mcp.json en la raíz de tu proyecto, o a ~/.cursor/mcp.json para acceso global:
{
"mcpServers": {
"localseodata": {
"url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}VS Code (GitHub Copilot)
Añade a .vscode/mcp.json en tu proyecto:
{
"servers": {
"localseodata": {
"type": "streamable-http",
"url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}Cline
Abre la configuración de Cline > MCP Servers > Add Remote Server:
Nombre: localseodata
URL:
https://mcp.localseodata.com/mcp?key=YOUR_API_KEY
Windsurf
Añade a ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"localseodata": {
"serverUrl": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
}
}Herramientas disponibles
Categoría | Herramientas |
Datos SERP |
|
Optimización IA/LLM |
|
Datos de negocio |
|
Investigación de palabras clave |
|
Auditorías |
|
Inteligencia competitiva |
|
Informes |
|
Geogrid |
|
Ubicaciones |
|
Utilidad |
|
Ejemplos de prompts
Una vez conectado, simplemente pregunta de forma natural:
"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'?"
Autenticación
Tu clave API se pasa como un parámetro de consulta de URL (?key=YOUR_API_KEY). Esto funciona con cualquier cliente MCP sin necesidad de configuración de encabezados personalizados. Las claves se pueden crear o revocar en cualquier momento en el panel de claves API.
Precios
Las llamadas MCP consumen créditos de tu cuenta de Local SEO Data, igual que las llamadas a la API REST. La mayoría de los endpoints cuestan 1 crédito ($0.005). Monitorea el uso en tu panel.
Consulta localseodata.com/pricing para ver los planes.
Autoalojamiento
Si deseas ejecutar el servidor MCP tú mismo:
git clone https://github.com/localseodata/mcp-server.git
cd mcp-server
npm install
npm run buildEstablece la variable de entorno requerida e inicia:
export API_BASE_URL=https://api.localseodata.com
npm startEl servidor se ejecuta en el puerto 3003 por defecto (configura PORT para cambiarlo). Se incluye un Dockerfile para despliegues en contenedores.
Desarrollo
npm run dev # Watch mode with hot reload
npm run build # Compile TypeScript
npm run typecheck # Type check without emitting
npm start # Run compiled outputLicencia
MIT
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
- -licenseCqualityNot gradedmaintenanceEnables 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.36
- 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.224521MIT
- 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.249MIT
- AlicenseNot gradedqualityCmaintenanceAgent-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.MIT
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