elevor-erp360

elevor-erp360

Exposes the Elevor ERP360 API to MCP clients, enabling listing customers, checking credit limits, querying orders, syncing product catalog and stock, and creating e-commerce orders with stock updates, subject to scope-specific bearer tokens and write permissions.

Category
Visit Server

README

elevor-mcp — MCP server ERP360 / Elevor (DentalInoveh)

Servidor MCP que expõe o ERP360 da Elevor para um agente/app. Construído e testado ao vivo (10/06) contra a instalação de produção s6.elevor.cloud/DentalInoveh/ERP360.

São duas APIs no mesmo ERP, com tokens por escopo (auth Bearer):

Escopo API Token (.env) Status
Clientes Comercial /api/v2/Clientes ELEVOR_TOKEN_CLIENTES ✅ funcionando (4.897 clientes)
Pedidos Comercial /api/Pedidos/ConsultarPedidos ELEVOR_TOKEN_PEDIDOS ✅ funcionando (83 pedidos c/ itens)
Produtos/Estoque Ren9veCommerce /api/Ren9veCommerce/Produtos* ELEVOR_TOKEN_PRODUTOS 🟡 auth OK, catálogo vazio*

* O token de produtos autentica (200 OK), mas o catálogo volta vazio até a Elevor marcar os grupos/produtos para o e-commerce no ERP (config de produção). Quando isso for feito, produtos_sync passa a retornar o catálogo sem mudar nada de código.

Tools

Tool Escopo O que faz
clientes_list clientes Lista clientes (paginado; filtro por data/cpf/cnpj)
cliente_get clientes Cliente por Cod
cliente_limite_credito clientes Limite de crédito
pedidos_consultar pedidos Consulta pedidos (filtros + paginação); traz Cliente e Produtos
produtos_sync produtos Catálogo: all | since | changed (delta)
produto_get / estoque_get produtos Produto / saldo por Cod (Estoque + Grades)
produtos_categorias / produtos_grades produtos Categorias / grades
pedido_ecommerce_criar produtos Escrita: cria pedido (baixa estoque). Requer ELEVOR_ALLOW_WRITES=true

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ção

Registrar no cliente 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" }
    }
  }
}

(os tokens são lidos do .env, ou podem ir no bloco env.)

Pendência única: config do e-commerce (Elevor)

Reunião com o Lucas (Elevor) para configurar no ERP:

  1. Quais grupos/produtos vão pro e-commerce (destrava o catálogo vazio).
  2. Tabela de preço exposta (Preço / Promoção / À Vista).
  3. Estoque: Estoque já é soma das grades? Há estoque por depósito/filial?
  4. Imagens via ProdutosImagens. Allowlist de IP. Quem consome o cursor do delta /Produtos.

Detalhes técnicos completos em INTEGRATION_STUDY.md. Swagger salvo em erp360-swagger.json.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured