dumate-supply-chain-mock-api
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dumate-supply-chain-mock-apiShow me the current inventory snapshot for all warehouses"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.json、purchaseOrderItems.json、receivingRecords.json、salesForecast.json、promotionPlan.json、salesHistory.jsonWMS:
warehouses.json、inventory.json、inventoryTransactions.jsonCRM:
suppliers.json、skus.json、supplierCommunications.json服务元信息:
meta.json
scripts/generate-mock-data.mjs 是唯一的模拟数据来源。完整接口清单见 API.md。除标准资源接口外,POST /api/mcp 提供工具网关:tools/list 和 tools/call。
当前范围
系统是 Dumate 的上游系统模拟器,所有数值均为模拟数据。Dumate 负责基于这些原始数据生成补货建议、异常预警、数据看板和定时推送。真实 ERP/WMS/CRM 接入、登录鉴权、消息通知和完整 MCP Streamable HTTP/SSE transport 留待后续实施。
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-native mock API server with MCP. Create REST/SOAP mocks from Claude, Cursor, or Windsurf.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA proof of concept MCP server that gives AI agents business context for e-commerce operations including orders, inventory, logistics, returns, claims, and payments.1-

erp-mcpofficial
AlicenseNot gradedqualityCmaintenanceExposes ERP data (production orders, inventory, BOM, customers) to any MCP client through a backend-neutral interface, with a mock backend for testing.1MIT- FlicenseNot gradedqualityBmaintenanceAn extensible MCP server and generative UI engine for hosting interactive B2B enterprise workflows with dynamic styling and stateful simulators.-
- AlicenseNot gradedqualityAmaintenanceContract-driven service virtualization and synthetic test-data management server that enables simulating APIs from OpenAPI contracts through MCP tools.MIT