Skip to main content
Glama
vertexdevs-hq

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)

状态

客户

商务 /api/v2/Clientes

ELEVOR_TOKEN_CLIENTES

✅ 正常运行(4,897 个客户)

订单

商务 /api/Pedidos/ConsultarPedidos

ELEVOR_TOKEN_PEDIDOS

✅ 正常运行(83 个含明细的订单)

产品/库存

Ren9veCommerce /api/Ren9veCommerce/Produtos*

ELEVOR_TOKEN_PRODUTOS

🟡 认证正常,目录为空*

* 产品令牌可以认证(200 OK),但在 Elevor 在 ERP 中*将组/产品标记为电子商务(生产配置)之前,目录返回为空。完成后,produtos_sync 将返回目录,无需更改任何代码。*

工具

工具

作用域

功能

clientes_list

客户

列出客户(分页;按日期/cpf/cnpj 筛选)

cliente_get

客户

按 Cod 获取客户

cliente_limite_credito

客户

信用额度

pedidos_consultar

订单

查询订单(筛选 + 分页);包含客户和产品

produtos_sync

产品

目录:all | since | changed(增量)

produto_get / estoque_get

产品

按 Cod 获取产品/余额(库存 + 规格)

produtos_categorias / produtos_grades

产品

类别 / 规格

pedido_ecommerce_criar

产品

写入:创建订单(扣减库存)。需要 ELEVOR_ALLOW_WRITES=true

设置

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 中配置:

  1. 哪些组/产品将用于电子商务(解锁空目录)。

  2. 公开的价格表(价格 / 促销 / 现金价)。

  3. 库存:Estoque 已经是各规格的总和了吗?是否有按仓库/分支机构的库存?

  4. 通过 ProdutosImagens 获取图片。IP 白名单。谁消费 /Produtos 增量的游标。

完整技术细节见 INTEGRATION_STUDY.md。Swagger 保存在 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