mcp-dataforseo

mcp-dataforseo

3.3

If you are the rightful owner of mcp-dataforseo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A stdio-based Model Context Protocol (MCP) server for DataForSEO API.

The DataForSEO MCP Server is a Model Context Protocol server designed to interface with the DataForSEO API. It allows users to send JSON requests via standard input and receive JSON responses via standard output, making it a versatile tool for integrating DataForSEO's services into various applications. The server supports multiple API request types, including SERP, Keywords Data, Backlinks, On-Page, Domain Analytics, App Data, Merchant, and Business Data APIs. Users can configure the server using command-line arguments or environment variables, providing flexibility in deployment and usage. The server can be run directly using npx or installed globally via npm, making it accessible for both quick testing and production use.

Features

  • Supports multiple DataForSEO API request types including SERP, Keywords Data, and Backlinks.
  • Configurable via command-line arguments or environment variables.
  • Can be run directly with npx or installed globally via npm.
  • Processes JSON requests and responses through standard input and output.
  • Includes integration examples for Node.js applications.