mcp-keywords-everywhere
Verified Safeby hithereiamaliff
Overview
Provides AI assistants access to Keywords Everywhere API for SEO research, keyword analysis, domain analysis, traffic metrics, and backlink analysis.
Installation
KEYWORDS_EVERYWHERE_API_KEY=your_api_key npx mcp-keywords-everywhereEnvironment Variables
- KEYWORDS_EVERYWHERE_API_KEY
Security Notes
The server uses environment variables for the Keywords Everywhere API key and implements robust error handling for API calls, including rate limiting with exponential backoff. No 'eval' or other directly exploitable patterns were found in the provided source code. CORS is configured to allow all origins (`Access-Control-Allow-Origin: *`), which is common for MCP servers but broad. The analytics dashboard, while informational, exposes client IP addresses and user agents, which might be a privacy consideration if the server is publicly accessible. However, this is an explicit analytics feature.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.