plytix-mcp
Verified Safeby Supplyline
Overview
Provides AI assistants with live access to Plytix PIM data via the Model Context Protocol (MCP) for searching, looking up, and retrieving product information.
Installation
npm startEnvironment Variables
- PLYTIX_API_KEY
- PLYTIX_API_PASSWORD
Security Notes
The server demonstrates strong security practices. It avoids hardcoded secrets by relying on environment variables or request headers for API credentials. Automatic token refresh and rate limit handling with exponential backoff are implemented for robust API interaction. Input validation for tool arguments is performed using `zod`, which helps prevent common injection vulnerabilities. Explicit CORS configuration restricts access to allowed origins. There is no usage of `eval` or similar dangerous functions found in the provided source code, and the stateless nature inherently reduces some persistence-related risks.
Similar Servers
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.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
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.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.