Skip to main content
Glama
vertexdevs-hq

elevor-erp360

elevor-mcp — MCP-Server ERP360 / Elevor (DentalInoveh)

MCP-Server, der das ERP360 von Elevor für einen Agenten/eine App bereitstellt. Live gebaut und getestet (10/06) gegen die Produktionsinstallation s6.elevor.cloud/DentalInoveh/ERP360.

Es sind zwei APIs im selben ERP, mit Tokens pro Bereich (Auth Bearer):

Bereich

API

Token (.env)

Status

Kunden

Kommerziell /api/v2/Clientes

ELEVOR_TOKEN_CLIENTES

✅ funktioniert (4.897 Kunden)

Bestellungen

Kommerziell /api/Pedidos/ConsultarPedidos

ELEVOR_TOKEN_PEDIDOS

✅ funktioniert (83 Bestellungen m/ Artikeln)

Produkte/Bestand

Ren9veCommerce /api/Ren9veCommerce/Produtos*

ELEVOR_TOKEN_PRODUTOS

🟡 Auth OK, Katalog leer*

* Das Produkttoken authentifiziert (200 OK), aber der Katalog bleibt leer, bis Elevor die Gruppen/Produkte im ERP für den E-Commerce markiert (Produktionskonfiguration). Sobald das erledigt ist, gibt produtos_sync den Katalog zurück, ohne dass sich am Code etwas ändert.

Tools

Tool

Bereich

Funktion

clientes_list

clientes

Listet Kunden (paginiert; Filter nach Datum/CPF/CNPJ)

cliente_get

clientes

Kunde nach Cod

cliente_limite_credito

clientes

Kreditlimit

pedidos_consultar

pedidos

Fragt Bestellungen ab (Filter + Paginierung); liefert Kunde und Produkte

produtos_sync

produtos

Katalog: all | since | changed (Delta)

produto_get / estoque_get

produtos

Produkt / Saldo nach Cod (Bestand + Größen)

produtos_categorias / produtos_grades

produtos

Kategorien / Größen

pedido_ecommerce_criar

produtos

Schreiben: erstellt Bestellung (reduziert Bestand). Erfordert ELEVOR_ALLOW_WRITES=true

Setup

cd ~/elevor-mcp
npm install
cp .env.example .env     # .env já tem os tokens reais (gitignored)
npm run build
node test-live.mjs       # teste read-only contra produção

Im MCP-Client registrieren (Claude Desktop / OpenClaw):

{
  "mcpServers": {
    "elevor-erp360": {
      "command": "node",
      "args": ["/Users/barboza/elevor-mcp/dist/index.js"],
      "env": { "ELEVOR_RADICAL_URL": "http://s6.elevor.cloud/DentalInoveh/ERP360" }
    }
  }
}

(die Tokens werden aus der .env gelesen oder können im env-Block stehen.)

Einzige offene Aufgabe: E-Commerce-Konfiguration (Elevor)

Treffen mit Lucas (Elevor) zur Konfiguration im ERP:

  1. Welche Gruppen/Produkte in den E-Commerce gehen (entsperrt den leeren Katalog).

  2. Exponierte Preistabelle (Preis / Aktion / Barzahlung).

  3. Bestand: Ist Estoque bereits die Summe der Größen? Gibt es Bestand pro Lager/Filiale?

  4. Bilder über ProdutosImagens. IP-Allowlist. Wer konsumiert den Cursor des Deltas /Produtos.

Vollständige technische Details in INTEGRATION_STUDY.md. Swagger gespeichert in erp360-swagger.json.

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Conta Azul ERP MCP — sales, customers, finance and NF-e via OAuth 2.0. Read + write, 35 tools.

  • Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…

  • Search, document and execute authenticated API calls across 700+ apps via one MCP server

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vertexdevs-hq/elevor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server