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 |
Related MCP server: erp-mcp
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.
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 Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for ERPNext providing generic, doctype-agnostic access to any ERPNext document type with robust permission controls, audit logging, and enterprise-grade security.MIT

erp-mcpofficial
AlicenseNot gradedqualityBmaintenanceExposes ERP data (production orders, inventory, BOM, customers) to any MCP client through a backend-neutral interface, with a mock backend for testing.MIT- AlicenseNot gradedqualityCmaintenanceExposes Dynamics 365 Business Central data to MCP clients via standard v2.0 API or custom AL APIs, supporting read, write, and destructive operations with multiple authentication modes.16MIT
- FlicenseAqualityBmaintenanceRead-only MCP connector for querying the Protheus (TOTVS) system, exposing 10 GET endpoints as MCP tools with OAuth2 authentication and friendly error handling.10
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