Skip to main content
Glama
localseodata

Local SEO Data

Official
by localseodata

Local SEO Data MCP 서버

Local SEO Data를 위한 Model Context Protocol 서버입니다. AI 어시스턴트에게 SERP 추적, 리뷰 모니터링, 키워드 조사, AI 가시성 점수, 지오그리드 스캔 등 42가지 로컬 SEO 도구에 대한 액세스 권한을 제공합니다.

한 번만 설정하면 평소처럼 영어로 질문할 수 있으며, 어시스턴트가 자동으로 올바른 엔드포인트를 호출합니다.

사전 요구 사항

  1. localseodata.com/signup에서 가입하세요.

  2. API Keys 대시보드에서 API 키를 생성하세요.

  3. 아래의 YOUR_API_KEY를 본인의 키(sk_live_로 시작)로 교체하세요.

Related MCP server: GEO Analysis for AI SEO

설정

Claude Code

claude mcp add localseodata --transport http "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY" --scope user

--scope user 플래그를 사용하면 모든 프로젝트에서 사용할 수 있습니다. 추가 후 Claude Code를 다시 시작하세요.

Claude Desktop

설정 파일에 추가하세요:

  • 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"
    }
  }
}

저장 후 Claude Desktop을 다시 시작하세요.

Cursor

프로젝트 루트의 .cursor/mcp.json 또는 전역 액세스를 위해 ~/.cursor/mcp.json에 추가하세요:

{
  "mcpServers": {
    "localseodata": {
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

VS Code (GitHub Copilot)

프로젝트의 .vscode/mcp.json에 추가하세요:

{
  "servers": {
    "localseodata": {
      "type": "streamable-http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Cline

Cline 설정 > MCP Servers > Add Remote Server를 여세요:

  • 이름: localseodata

  • URL: https://mcp.localseodata.com/mcp?key=YOUR_API_KEY

Windsurf

~/.codeium/windsurf/mcp_config.json에 추가하세요:

{
  "mcpServers": {
    "localseodata": {
      "serverUrl": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

사용 가능한 도구

카테고리

도구

SERP 데이터

local_pack, organic_serp, local_finder, maps, local_services_ads

AI/LLM 최적화

ai_overview, ai_mode, ai_mentions, ai_visibility, ai_compare, ai_keyword_data, ai_top_sources, ai_top_pages

비즈니스 데이터

business_profile, google_reviews, qa, business_listings, multi_platform_reviews

키워드 조사

search_volume, keyword_suggestions, keywords_for_site, related_keywords, keyword_trends

감사

local_audit, citation_audit, reputation_audit, page_audit, profile_health

경쟁사 정보

competitor_gap, competitor_ads, brand_mentions, backlink_gap, backlink_summary

보고서

review_velocity, local_authority, keyword_opportunities

지오그리드

geogrid_scan

위치

location_search

유틸리티

ping, get_balance

예시 프롬프트

연결 후 자연스럽게 질문하세요:

  • "덴버에서 'plumber'로 로컬 팩에 순위가 올라오는 업체는 어디인가요?"

  • "텍사스 오스틴에 있는 Mike's Plumbing에 대한 전체 로컬 SEO 감사를 실행해줘"

  • "내 Google 리뷰를 상위 3개 경쟁사와 비교해줘"

  • "포틀랜드의 치과 의사가 타겟팅해야 할 키워드는 무엇인가요?"

  • "내 비즈니스 NAP가 디렉토리 전반에서 일관적인지 확인해줘"

  • "브루클린의 'bakery'에 대해 5x5 지오그리드로 내 순위를 매핑해줘"

  • "'best pizza in Chicago'에 대한 내 AI 가시성 점수는 얼마인가요?"

인증

API 키는 URL 쿼리 매개변수(?key=YOUR_API_KEY)로 전달됩니다. 이는 사용자 지정 헤더 구성 없이 모든 MCP 클라이언트에서 작동합니다. 키는 API Keys 대시보드에서 언제든지 생성하거나 취소할 수 있습니다.

요금

MCP 호출은 REST API 호출과 마찬가지로 Local SEO Data 계정의 크레딧을 소모합니다. 대부분의 엔드포인트는 1크레딧($0.005)이 소모됩니다. 대시보드에서 사용량을 모니터링하세요.

플랜에 대한 자세한 내용은 localseodata.com/pricing을 참조하세요.

자체 호스팅

MCP 서버를 직접 실행하려면:

git clone https://github.com/localseodata/mcp-server.git
cd mcp-server
npm install
npm run build

필수 환경 변수를 설정하고 시작하세요:

export API_BASE_URL=https://api.localseodata.com
npm start

서버는 기본적으로 3003 포트에서 실행됩니다(변경하려면 PORT 설정). 컨테이너 배포를 위한 Dockerfile이 포함되어 있습니다.

개발

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

라이선스

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • -
    license
    C
    quality
    Not graded
    maintenance
    Enables 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
  • A
    license
    B
    quality
    F
    maintenance
    GEO (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.
    2
    245
    21
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    24
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Agent-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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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