seo-mcp-server
Verified Safeby rhoni
Overview
Provides a Messaging Control Protocol (MCP) server that acts as a client for the SEOMCP backend, enabling AI agents to access specialized SEO optimization, analytics, and content generation tools.
Installation
seo-mcp-serverEnvironment Variables
- SEOMCP_API_KEY
- SEOMCP_BACKEND_URL
Security Notes
The server functions as a stdio proxy client to an external backend API (`https://api.seomcp.run`). It loads its API key and backend URL from environment variables (`SEOMCP_API_KEY`, `SEOMCP_BACKEND_URL`), which is a good security practice. There are no direct uses of `eval` or obvious obfuscation. Network calls use `httpx` with timeouts. Error handling for JSON parsing and general exceptions is present. The primary security considerations would be the trustworthiness of the `seomcp.run` backend and the secure handling of the `SEOMCP_API_KEY` by the user, not inherent vulnerabilities in this client's code.
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.
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.
bit2me-mcp
Interact with the Bit2Me cryptocurrency exchange ecosystem to access real-time market data, manage wallets, execute trading operations, and query products like Earn (staking) and Loans via AI assistants.