Back to Home
Skobyn icon

dataforseo-mcp-server

Verified Safe

by Skobyn

Overview

A Model Context Protocol (MCP) server that enables LLMs to interact with DataForSEO and Local Falcon SEO APIs for tasks like keyword research, backlink analysis, and SERP data retrieval.

Installation

Run Command
npm start:http

Environment Variables

  • DATAFORSEO_LOGIN
  • DATAFORSEO_PASSWORD
  • LOCALFALCON_API_KEY
  • LOCALFALCON_API_URL
  • ENABLED_MODULES
  • ENABLED_TOOLS
  • PORT

Security Notes

The code leverages Zod for robust input validation on tool parameters and relies on environment variables for API credentials, which are good practices. However, the HTTP server defaults to broad CORS (`Access-Control-Allow-Origin: *`), making it widely accessible. The `INTEGRATION_GUIDE.md` explicitly states it's 'currently unauthenticated (public access)' and recommends adding authentication (API Key or IAM) for production deployments. No 'eval' or direct command injection vectors are apparent within the server's core logic.

Similar Servers

Stats

Interest Score48
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars65
Forks27
Last Update2025-12-09

Tags

SEOAPILLMMCPDataForSEO