remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Supports JavaScript functionality in on-page analysis through the 'enable_javascript' parameter in the DataForSEO On-Page API integration.
Provides Node.js integration examples for programmatically interacting with the DataForSEO API services through child processes.
Supports installation and distribution through npm, allowing users to install the package globally or run it directly with npx.
DataForSEO MCP 서버
DataForSEO API를 위한 stdio 기반 모델 컨텍스트 프로토콜(MCP) 서버입니다.
설치
npx로 직접 실행할 수 있습니다.
지엑스피1
또는 전역적으로 설치:
용법
stdin으로 JSON 요청을 보내고 stdout에서 JSON 응답을 받습니다.
지원되는 요청 유형
SERP API
키워드 데이터 API
백링크 API
온페이지 API
도메인 분석 API
앱 데이터 API
판매자 API
비즈니스 데이터 API
통합 예제
Node.js 코드에서 이 MCP 서버를 사용하는 방법은 다음과 같습니다.
환경 변수
config 대신 환경 변수를 사용할 수도 있습니다.
출판
이 패키지를 npm에 게시하려면:
- 아직 로그인하지 않았다면 npm에 로그인하세요.Copy
- 패키지를 게시합니다.Copy
- 나중에 패키지를 업데이트하려면:Copy
This server cannot be installed
Model Context Protocol을 통해 DataForSEO API와 상호작용을 가능하게 하는 stdio 기반 서버로, 사용자는 검색 결과, 키워드 데이터, 백링크, 온페이지 분석 등의 SEO 데이터를 가져올 수 있습니다.