wincher-mcp-server
Verified Safeby chris-tutt
Overview
Integrates Wincher's SEO API with Claude Desktop to allow natural language querying and analysis of SEO data.
Installation
/full/path/to/wincher-mcp-env/bin/python /full/path/to/wincher_mcp_server.pyEnvironment Variables
- WINCHER_API_KEY
Security Notes
The server uses `os.getenv` for the API key, preventing hardcoding. It relies on the Wincher API for data and does not appear to execute arbitrary commands or access local files beyond its script. Network requests are made via `httpx`, which is a standard library. There's no clear 'eval' or other directly exploitable code patterns. The main risk lies in the API key exposure if the configuration file is not secured, which the README warns against.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
mcp-wordpress
AI-driven SEO optimization and comprehensive management for WordPress sites via a Model Context Protocol (MCP) server.
feed-mcp
Integrate RSS, Atom, and JSON feeds directly into Claude Desktop conversations for news reading and content analysis.