Sign inSign up

dataforseo/mcp

By dataforseo

•Updated 27 days ago

MCP server for DataForSEO APIs.

Image
API management
Machine learning & AI
Web analytics
2

7.4K

dataforseo/mcp repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:7bc134791…

Size

282.7 MB

Last updated

27 days ago

docker pull dataforseo/mcp