magalu-mcp-server
Verified Safeby suissa
Overview
Acts as a Model Context Protocol (MCP) server enabling AI models to interact with the Magalu Marketplace API for managing products, orders, customer service, questions, and chat.
Installation
node dist/index.jsEnvironment Variables
- MAGALU_API_KEY
- MAGALU_SELLER_ID
- MAGALU_ENV
Security Notes
The server correctly uses environment variables for sensitive API keys (MAGALU_API_KEY, MAGALU_SELLER_ID), preventing hardcoded secrets. It implements semantic types (e.g., MagaluSkuId, MagaluPage) with basic validation (length, regex, range) for many inputs, enhancing data integrity. There is no usage of 'eval' or obvious obfuscation. Network calls are made to defined Magalu API endpoints. A minor area for potential improvement could be more explicit and comprehensive JSON schema validation for complex input objects (e.g., 'sku', 'price', 'delivery' objects) within the MCP tool definitions or the MagaluClient, beyond basic type checks, to ensure all fields conform to expected structures before forwarding to the external API.
Similar Servers
meshy-ai-mcp-server
This server acts as a Model Context Protocol (MCP) wrapper for the Meshy AI API, enabling MCP clients to interact with Meshy's generative 3D tools for tasks like text-to-3D, image-to-3D, texturing, rigging, and animation.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.