mcp-seo
Verified Safeby slamer59
Overview
A server providing comprehensive SEO analysis, keyword research, competitor intelligence, PageRank calculations, and internal link structure analysis, primarily leveraging the DataForSEO API and Kuzu graph database.
Installation
uvx --from git+https://github.com/slamer59/mcp-seo mcp-seoEnvironment Variables
- DATAFORSEO_LOGIN
- DATAFORSEO_PASSWORD
Security Notes
The server's core functionality involves extensive external API calls (DataForSEO) and web crawling (LinkGraphBuilder uses aiohttp, BeautifulSoup4). While API credentials are correctly handled via environment variables and standard authentication methods (Basic Auth), and no direct 'eval' or hardcoded secrets were found, web crawling inherently involves processing arbitrary external content, which can introduce risks from malformed or malicious data. The Kuzu database is managed locally via temporary files. The overall design follows good practices for its intended purpose.
Similar Servers
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
seo-data-api-mcp-server
This server integrates the SE Ranking SEO data API with AI assistants via the Model Context Protocol (MCP), enabling natural language queries for a wide range of SEO analysis tasks.
analytical-mcp
Provides a suite of analytical tools for data analysis, logical reasoning, and research verification, designed to enhance AI capabilities for structured problem-solving and decision-making.
mcp-server-context-engineering
This project provides a server-side framework for managing and integrating contextual information, potentially involving AI models and search modules, within a larger engineering platform.