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 |
| ✅ 動作中(顧客4,897件) |
注文 | Comercial |
| ✅ 動作中(明細付き注文83件) |
商品/在庫 | Ren9veCommerce |
| 🟡 認証OK、カタログは空* |
* 商品トークンは認証されます(200 OK)が、ElevorがERP上で*グループ/商品をeコマース向けにマークする(本番設定)まで、カタログは空のままです。それが行われれば、produtos_sync はコードを一切変更せずにカタログを返すようになります。*
ツール
ツール | スコープ | 機能 |
| 顧客 | 顧客一覧(ページング対応;日付/cpf/cnpjでフィルタ) |
| 顧客 | Codによる顧客取得 |
| 顧客 | 与信限度額 |
| 注文 | 注文の照会(フィルタ+ページング);顧客と商品を含む |
| 商品 | カタログ: |
| 商品 | Codによる商品/残高(在庫+グレード) |
| 商品 | カテゴリ / グレード |
| 商品 | 書き込み:注文を作成(在庫を減算)。 |
セットアップ
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はすでにグレードの合計ですか? 倉庫/支店ごとの在庫はありますか?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