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 |
| ✅ 작동 중 (고객 4,897명) |
Pedidos | Comercial |
| ✅ 작동 중 (항목 포함 주문 83건) |
Produtos/Estoque | Ren9veCommerce |
| 🟡 인증 OK, 카탈로그 비어 있음* |
* 제품 토큰은 인증은 되지만(200 OK), Elevor가 ERP에서 그룹/제품을 e-커머스용으로 표시(운영 구성)할 때까지 카탈로그가 비어 있습니다. 그렇게 되면 produtos_sync는 코드 변경 없이 카탈로그를 반환합니다.
도구
도구 | 범위 | 설명 |
| clientes | 고객 목록 (페이지네이션, 날짜/cpf/cnpj 필터) |
| clientes | Cod로 고객 조회 |
| clientes | 신용 한도 |
| pedidos | 주문 조회 (필터 + 페이지네이션); 고객 및 제품 포함 |
| produtos | 카탈로그: |
| produtos | Cod별 제품/잔고 (재고 + Grades) |
| produtos | 카테고리 / grades |
| produtos | 쓰기: 주문 생성 (재고 차감). |
설정
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çãoMCP 클라이언트(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 구성을 위한 회의:
어떤 그룹/제품을 e-커머스에 포함할지 (빈 카탈로그 잠금 해제).
노출 가격표 (정가 / 프로모션 / 현금가).
재고:
Estoque는 이미 grades의 합계인가? 창고/지점별 재고가 있는가?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