findmine-mcp
Verified Safeby findmine
Overview
An MCP server that provides product styling, outfitting recommendations, visually similar product suggestions, and fashion advice by integrating with the FindMine API for LLM-powered shopping stylists.
Installation
npx findmine-mcpEnvironment Variables
- FINDMINE_API_URL
- FINDMINE_APP_ID
- FINDMINE_API_VERSION
- FINDMINE_DEFAULT_REGION
- FINDMINE_DEFAULT_LANGUAGE
- FINDMINE_CACHE_ENABLED
- FINDMINE_CACHE_TTL_MS
- NODE_ENV
- FINDMINE_DEFAULT_SESSION_ID
- FINDMINE_ENABLE_TRACKING
- FINDMINE_ENABLE_ITEM_UPDATES
- FINDMINE_DEBUG
Security Notes
The server demonstrates good security practices including input validation via Zod schemas for all tool arguments, use of environment variables for API keys and configurations (with safe defaults), and logging to stderr to avoid interfering with the MCP protocol. The API client handles network requests with retries and basic error handling, constructing URLs and JSON bodies appropriately to prevent common injection vectors. Potentially sensitive features like tracking and item updates are opt-in via environment variables. No 'eval' or malicious obfuscation patterns were found. The primary risk would be in the security of the upstream FindMine API or misconfiguration of environment variables.
Similar Servers
deepl-mcp-server
Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
unified-thinking
A Model Context Protocol (MCP) server that consolidates multiple cognitive thinking patterns into a single Go-based implementation with 85 specialized reasoning tools for enhanced problem-solving and AI integration.
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.