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 |
| ✅ funktioniert (4.897 Kunden) |
Bestellungen | Kommerziell |
| ✅ funktioniert (83 Bestellungen m/ Artikeln) |
Produkte/Bestand | Ren9veCommerce |
| 🟡 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 | Listet Kunden (paginiert; Filter nach Datum/CPF/CNPJ) |
| clientes | Kunde nach Cod |
| clientes | Kreditlimit |
| pedidos | Fragt Bestellungen ab (Filter + Paginierung); liefert Kunde und Produkte |
| produtos | Katalog: |
| produtos | Produkt / Saldo nach Cod (Bestand + Größen) |
| produtos | Kategorien / Größen |
| produtos | Schreiben: erstellt Bestellung (reduziert Bestand). Erfordert |
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çãoIm 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:
Welche Gruppen/Produkte in den E-Commerce gehen (entsperrt den leeren Katalog).
Exponierte Preistabelle (Preis / Aktion / Barzahlung).
Bestand: Ist
Estoquebereits die Summe der Größen? Gibt es Bestand pro Lager/Filiale?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.
This server cannot be installed
Maintenance
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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