elevor-erp360
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@elevor-erp360check the credit limit for customer code 1045"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
elevor-mcp — MCP server ERP360 / Elevor (DentalInoveh)
MCP server exposing Elevor's ERP360 to an agent/app. Built and live-tested (10/06) against the production installation s6.elevor.cloud/DentalInoveh/ERP360.
There are two APIs in the same ERP, with per-scope tokens (Bearer auth):
Scope | API | Token (.env) | Status |
Customers | Commercial |
| ✅ working (4,897 customers) |
Orders | Commercial |
| ✅ working (83 orders with items) |
Products/Stock | Ren9veCommerce |
| 🟡 auth OK, empty catalog* |
* The product token authenticates (200 OK), but the catalog comes back empty until Elevor marks the groups/products for e-commerce in the ERP (production config). Once that is done, produtos_sync will return the catalog without any code changes.
Tools
Tool | Scope | What it does |
| customers | Lists customers (paginated; filter by date/CPF/CNPJ) |
| customers | Customer by code |
| customers | Credit limit |
| orders | Queries orders (filters + pagination); returns Customer and Products |
| products | Catalog: |
| products | Product / balance by code (Stock + Grids) |
| products | Categories / grids |
| products | Write: creates order (stock deduction). Requires |
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çãoRegister in the MCP client (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" }
}
}
}(tokens are read from .env, or can go in the env block.)
Only pending item: e-commerce config (Elevor)
Meeting with Lucas (Elevor) to configure in the ERP:
Which groups/products go to e-commerce (unlocks the empty catalog).
Exposed price table (Price / Promotion / Cash).
Stock: is
Estoquealready the sum of the grids? Is there stock by warehouse/branch?Images via
ProdutosImagens. IP allowlist. Who consumes the delta cursor/Produtos.
Full technical details in INTEGRATION_STUDY.md. Swagger saved 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