
TOTVS Moda MCP Server
by fabianoomura
Integrate AI assistants with TOTVS Moda ERP V2 API for fashion retail management in Brazil.
What it does
TOTVS Moda MCP Server connects AI assistants directly to the TOTVS Moda ERP (API V2), allowing users to query and operate their fashion ERP using natural language. It streamlines operational tasks by automating data retrieval and updates across multiple ERP modules.
Tools
- Sales Order queries (e.g., "Which sales orders were created today?")
- Financial reporting (e.g., "What was last week's revenue by branch?")
- Inventory checks (e.g., "Which products have a balance below 10?")
- Customer analytics (e.g., "Show the top 10 customers this month")
- Product updates (e.g., "Update product price to R$ 89.90")
- Accounts receivable monitoring
Installation
{
"servers": {
"totvs-moda": {
"command": "python",
"args": ["-m", "totvs_moda_mcp"],
"env": {
"TOTVS_BASE_URL": "https://your-server:9443",
"TOTVS_CLIENT_ID": "client_id",
"TOTVS_CLIENT_SECRET": "client_secret",
"TOTVS_USERNAME": "username",
"TOTVS_PASSWORD": "password",
"TOTVS_BRANCH_CODES": "1"
}
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Cursor
Quick install
pip install totvs-moda-mcpInformation
- Pricing
- free
- Published
- 4/25/2026






