ā DataForSEO MCP Server
A powerful Model Context Protocol (MCP) server implementation that enables AI applications like Claude to interact with DataForSEO APIs and obtain comprehensive SEO data through a standardized interface.
š Links : GitHub Repositoryā | DataForSEO Websiteā
ā š Key Features
ā Comprehensive SEO Data Access
SERP API : Real-time Search Engine Results Page data for Google, Bing, and Yahoo
Keywords Data API : Keyword research and clickstream data, including search volume, cost-per-click, and other metrics
OnPage API : Website crawling and on-page SEO performance metrics with customizable parameters
DataForSEO Labs API : Keywords, SERPs, and domain data based on proprietary databases and algorithms
Backlinks API : Inbound links, referring domains and pages analysis for any domain or webpage
Business Data API : Business reviews and information from Google, Trustpilot, and Tripadvisor
Domain Analytics API : Website technology identification and Whois data
Content Analysis API : Keyword citations discovery and sentiment analysis around brands
ā Multiple Transport Modes
Local/Stdio Mode : Standard MCP communication for AI client applications
HTTP Mode : RESTful API endpoints with Basic Authentication support (default)
SSE Mode : Server-Sent Events for real-time streaming data
ā Flexible Authentication
Basic Authentication via HTTP headers
Environment variable-based credentials
Secure credential management for production deployments
ā š³ Quick Start
ā Basic HTTP Server (Default)
docker run -p 3000:3000 \
-e DATAFORSEO_USERNAME=your_username \
-e DATAFORSEO_PASSWORD=your_password \
dataforseo/mcp:latest
Copy