Skip to main content
Glama
vertexdevs-hq

elevor-erp360

elevor-mcp — MCPサーバー ERP360 / Elevor (DentalInoveh)

ElevorのERP360をエージェント/アプリに公開するMCPサーバー。本番インストール s6.elevor.cloud/DentalInoveh/ERP360 に対してライブで構築・テスト済み(6月10日)

同じERP内に2つのAPIがあり、スコープごとのトークン(認証 Bearer)を使用します:

スコープ

API

トークン(.env)

ステータス

顧客

Comercial /api/v2/Clientes

ELEVOR_TOKEN_CLIENTES

✅ 動作中(顧客4,897件)

注文

Comercial /api/Pedidos/ConsultarPedidos

ELEVOR_TOKEN_PEDIDOS

✅ 動作中(明細付き注文83件)

商品/在庫

Ren9veCommerce /api/Ren9veCommerce/Produtos*

ELEVOR_TOKEN_PRODUTOS

🟡 認証OK、カタログは空*

* 商品トークンは認証されます(200 OK)が、ElevorがERP上で*グループ/商品をeコマース向けにマークする(本番設定)まで、カタログは空のままです。それが行われれば、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 ブロックに記述することもできます。)

唯一の保留事項:eコマース設定(Elevor)

Lucas(Elevor)との会議でERPに設定する内容:

  1. どのグループ/商品をeコマースに出すか(空のカタログを解消します)。

  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