Integrations
Provides access to Google SERP data through DataForSEO's SERP API, allowing retrieval of real-time search engine results including titles, descriptions, and URLs.
Supports server implementation built on Node.js, requiring v14 or higher for handling DataForSEO API requests and responses.
Offers a TypeScript-based implementation for creating and extending tools that interact with DataForSEO APIs.
DataForSEO MCP 서버
DataForSEO를 위한 MCP(Model Context Protocol) 서버 구현으로, Claude가 선택된 DataForSEO API와 상호 작용하고 표준화된 인터페이스를 통해 SEO 데이터를 얻을 수 있습니다.
특징
- SERP API: Google, Bing, Yahoo의 실시간 검색 엔진 결과 페이지(SERP) 데이터
- KEYWORDS_DATA API: 검색 볼륨, 클릭당 비용 및 기타 지표를 포함한 키워드 조사 및 클릭스트림 데이터
- ONPAGE API: 사용자 정의 가능한 매개변수에 따라 웹사이트와 웹페이지를 크롤링하여 온페이지 SEO 성과 지표를 얻을 수 있습니다.
- DATAFORSEO_LABS API: DataForSEO의 사내 데이터베이스와 독점 알고리즘을 기반으로 한 키워드, SERP, 도메인에 대한 데이터입니다.
필수 조건
- Node.js(v14 이상)
- DataForSEO API 자격 증명(API 로그인 및 비밀번호)
설치
- 저장소를 복제합니다.
지엑스피1
- 종속성 설치:
- 환경 변수 설정:
건물과 운영
프로젝트를 빌드하세요:
서버를 실행합니다:
사용 가능한 모듈
다음 모듈을 활성화/비활성화할 수 있습니다.
SERP
: Google, Bing, Yahoo의 실시간 SERP 데이터KEYWORDS_DATA
: 키워드 조사 및 클릭스트림 데이터ONPAGE
: 웹사이트와 웹페이지를 크롤링하여 온페이지 SEO 성과 지표를 얻습니다.DATAFORSEO_LABS
: DataForSEO의 데이터베이스와 알고리즘을 기반으로 한 키워드, SERP, 도메인에 대한 데이터입니다.
새로운 도구/모듈 추가
모듈 구조
각 모듈은 특정 DataForSEO API에 해당합니다.
SERP
모듈 → SERP APIKEYWORDS_DATA
모듈 → 키워드 데이터 APIONPAGE
모듈 → OnPage APIDATAFORSEO_LABS
모듈 → DataForSEO Labs API
구현 옵션
다음 중 하나를 선택할 수 있습니다.
- 기존 모듈에 새 도구 추가
- 완전히 새로운 모듈을 만듭니다
새 도구 추가
새 모듈이나 기존 모듈에 새 도구를 추가하는 방법은 다음과 같습니다.
새 모듈 만들기
src/modules/
아래에 모듈용 새 디렉토리를 만듭니다.
- 모듈 파일을 만듭니다.
src/config/modules.config.ts
에 모듈을 등록하세요:
src/index.ts
에서 모듈을 초기화합니다.
다음으로 어떤 엔드포인트/API를 지원하길 원하시나요?
저희는 이 MCP 서버의 기능 확장을 위해 끊임없이 노력하고 있습니다. 지원되기를 원하는 특정 DataForSEO 엔드포인트나 API가 있으시면 다음을 확인해 주세요.
- DataForSEO API 설명서를 확인하여 사용 가능한 기능을 확인하세요.
- 다음을 사용하여 GitHub 저장소에 이슈를 열어보세요.
- 지원하려는 API/엔드포인트
- 사용 사례에 대한 간략한 설명
- 구체적으로 구현하고 싶은 기능이 있는지 설명해 주세요.
귀하의 피드백은 다음에 지원할 API의 우선순위를 정하는 데 도움이 됩니다!
자원
This server cannot be installed
Claude가 DataForSEO API와 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, SERP, 키워드 조사, 온페이지 메트릭, 도메인 분석을 포함한 SEO 데이터에 액세스할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.Last updated -3511TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.Last updated -Python
- -securityFlicense-qualityA stdio-based server that enables interaction with the DataForSEO API through the Model Context Protocol, allowing users to fetch SEO data including search results, keywords data, backlinks, on-page analysis, and more.Last updated -145JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.Last updated -8544MIT License