Skip to main content
Glama
pipiwolve

dumate-supply-chain-mock-api

by pipiwolve

Dumate 供应链协同演示系统

本项目提供三套供应链业务系统的固定种子模拟数据和 API 服务,供 Dumate 通过 HTTP/MCP 网关调用。三套系统为:ERP/OMS(采购订单、订单明细、到货记录、销售预测、促销计划、销售历史)、WMS(仓库、库存快照、库存流水)和 CRM/供应商系统(供应商、SKU 主数据、供应商沟通记录)。

启动

npm run generate
npm start

打开 http://127.0.0.1:4173 可查看系统接入门户。页面用于核验三套模拟系统、记录数量和接口状态,不承担业务看板或分析职责。

公网接入门户:https://www.demofun.online。Dumate MCP 地址:https://www.demofun.online/api/mcp。JSON 导入配置见 DUMATE-MCP-IMPORT.md,完整演示脚本见 DUMATE-DEMO-RUNBOOK.md,系统操作边界见 DUMATE-OPERATING-PROMPT.md

Related MCP server: erp-mcp

模拟数据

运行 npm run generate 会确定性生成以下数据文件:

  • ERP/OMS:orders.jsonpurchaseOrderItems.jsonreceivingRecords.jsonsalesForecast.jsonpromotionPlan.jsonsalesHistory.json

  • WMS:warehouses.jsoninventory.jsoninventoryTransactions.json

  • CRM:suppliers.jsonskus.jsonsupplierCommunications.json

  • 服务元信息:meta.json

scripts/generate-mock-data.mjs 是唯一的模拟数据来源。完整接口清单见 API.md。除标准资源接口外,POST /api/mcp 提供工具网关:tools/listtools/call

当前范围

系统是 Dumate 的上游系统模拟器,所有数值均为模拟数据。Dumate 负责基于这些原始数据生成补货建议、异常预警、数据看板和定时推送。真实 ERP/WMS/CRM 接入、登录鉴权、消息通知和完整 MCP Streamable HTTP/SSE transport 留待后续实施。

F
license - not found
-
quality - not tested
B
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 Servers

View all related MCP servers

Related MCP Connectors

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • MCP server for AI access to Swagger by SmartBear.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

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/pipiwolve/dumate-supply-chain-mock-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server