elevor-erp360
elevor-mcp — MCP server ERP360 / Elevor (DentalInoveh)
将 Elevor 的 ERP360 暴露给代理/应用的 MCP 服务器。已针对生产环境 s6.elevor.cloud/DentalInoveh/ERP360 进行实时构建和测试(10/06)。
同一 ERP 中有两个 API,使用按作用域的令牌(auth Bearer):
作用域 | API | Token (.env) | 状态 |
客户 | 商务 |
| ✅ 正常运行(4,897 个客户) |
订单 | 商务 |
| ✅ 正常运行(83 个含明细的订单) |
产品/库存 | Ren9veCommerce |
| 🟡 认证正常,目录为空* |
* 产品令牌可以认证(200 OK),但在 Elevor 在 ERP 中*将组/产品标记为电子商务(生产配置)之前,目录返回为空。完成后,produtos_sync 将返回目录,无需更改任何代码。*
工具
工具 | 作用域 | 功能 |
| 客户 | 列出客户(分页;按日期/cpf/cnpj 筛选) |
| 客户 | 按 Cod 获取客户 |
| 客户 | 信用额度 |
| 订单 | 查询订单(筛选 + 分页);包含客户和产品 |
| 产品 | 目录: |
| 产品 | 按 Cod 获取产品/余额(库存 + 规格) |
| 产品 | 类别 / 规格 |
| 产品 | 写入:创建订单(扣减库存)。需要 |
设置
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在 MCP 客户端(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" }
}
}
}(令牌从 .env 读取,也可以放在 env 块中。)
唯一待办事项:电子商务配置(Elevor)
与 Lucas(Elevor)开会,在 ERP 中配置:
哪些组/产品将用于电子商务(解锁空目录)。
公开的价格表(价格 / 促销 / 现金价)。
库存:
Estoque已经是各规格的总和了吗?是否有按仓库/分支机构的库存?通过
ProdutosImagens获取图片。IP 白名单。谁消费/Produtos增量的游标。
完整技术细节见 INTEGRATION_STUDY.md。Swagger 保存在 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