dataforseo-mcp
Verified Safeby pawneetdev
Overview
This server acts as a Model Context Protocol (MCP) adapter, exposing DataForSEO's Research Toolkit API to Claude Desktop as automatically generated tools for SEO research tasks.
Installation
python run_server.pyEnvironment Variables
- DATAFORSEO_USERNAME
- DATAFORSEO_PASSWORD
- DATAFORSEO_BASE_URL
Security Notes
Credentials are loaded from environment variables (.env file) and not hardcoded, which is good practice. The server interacts with external APIs (DataForSEO, GitHub for OpenAPI spec), which is standard for its function. No 'eval' or obvious malicious patterns were found in the provided code snippets. Logging is directed to stderr to avoid interfering with stdout JSON-RPC communication.
Similar Servers
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.
RDFPortal-MCP
Facilitates SPARQL queries and API interactions with various biological/biomedical RDF databases for research and data integration.
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.