florinel-chis/gomag-mcp
MCP server for the Gomag Public API — AI-powered e-commerce management with full audit logging
Platform-specific configuration:
{
"mcpServers": {
"gomag-mcp": {
"command": "npx",
"args": [
"-y",
"gomag-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A production-ready Model Context Protocol (MCP) server for the [Gomag Public API](https://api.gomag.ro), giving AI assistants like Claude direct, audited access to your Gomag e-commerce store.
> Gomag is a Romanian e-commerce platform. This server exposes its entire public REST API as 42 typed MCP tools across 10 categories — from product and order management to shipping (AWB), invoicing, and loyalty points.
---
httpx.AsyncClient (keep-alive, max connections)gomag://health and gomag://rate-limit for observability---
---
git clone https://github.com/florinel-chis/gomag-mcp.git
cd gomag-mcp
# Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
# Install
pip install -e .pip install gomag-mcp---
All configuration is via environment variables (prefix GOMAG_). Copy .env.example to .env and fill in your credentials:
cp .env.example .env| Variable | Description | |--
Loading reviews...