Skip to main content
Glama
vertexdevs-hq

elevor-erp360

elevor-mcp — MCP 서버 ERP360 / Elevor (DentalInoveh)

Elevor의 ERP360을 에이전트/앱에 노출하는 MCP 서버입니다. 프로덕션 설치 s6.elevor.cloud/DentalInoveh/ERP360을 대상으로 라이브로 구축 및 테스트 완료(10/06).

동일한 ERP에 두 개의 API가 있으며, 범위별 토큰(인증 Bearer)을 사용합니다:

범위

API

토큰(.env)

상태

Clientes

Comercial /api/v2/Clientes

ELEVOR_TOKEN_CLIENTES

✅ 작동 중 (고객 4,897명)

Pedidos

Comercial /api/Pedidos/ConsultarPedidos

ELEVOR_TOKEN_PEDIDOS

✅ 작동 중 (항목 포함 주문 83건)

Produtos/Estoque

Ren9veCommerce /api/Ren9veCommerce/Produtos*

ELEVOR_TOKEN_PRODUTOS

🟡 인증 OK, 카탈로그 비어 있음*

* 제품 토큰은 인증은 되지만(200 OK), Elevor가 ERP에서 그룹/제품을 e-커머스용으로 표시(운영 구성)할 때까지 카탈로그가 비어 있습니다. 그렇게 되면 produtos_sync는 코드 변경 없이 카탈로그를 반환합니다.

도구

도구

범위

설명

clientes_list

clientes

고객 목록 (페이지네이션, 날짜/cpf/cnpj 필터)

cliente_get

clientes

Cod로 고객 조회

cliente_limite_credito

clientes

신용 한도

pedidos_consultar

pedidos

주문 조회 (필터 + 페이지네이션); 고객 및 제품 포함

produtos_sync

produtos

카탈로그: all | since | changed (델타)

produto_get / estoque_get

produtos

Cod별 제품/잔고 (재고 + Grades)

produtos_categorias / produtos_grades

produtos

카테고리 / grades

pedido_ecommerce_criar

produtos

쓰기: 주문 생성 (재고 차감). 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 블록에 넣을 수 있습니다.)

유일한 미결 사항: e-커머스 구성 (Elevor)

Lucas(Elevor)와 ERP 구성을 위한 회의:

  1. 어떤 그룹/제품을 e-커머스에 포함할지 (빈 카탈로그 잠금 해제).

  2. 노출 가격표 (정가 / 프로모션 / 현금가).

  3. 재고: Estoque는 이미 grades의 합계인가? 창고/지점별 재고가 있는가?

  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