dumate-supply-chain-mock-api
Click on "Install 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 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 Servers
- Flicense-qualityCmaintenanceA proof of concept MCP server that gives AI agents business context for e-commerce operations including orders, inventory, logistics, returns, claims, and payments.

erp-mcpofficial
Alicense-qualityBmaintenanceExposes ERP data (production orders, inventory, BOM, customers) to any MCP client through a backend-neutral interface, with a mock backend for testing.MIT- Flicense-qualityBmaintenanceAn extensible MCP server and generative UI engine for hosting interactive B2B enterprise workflows with dynamic styling and stateful simulators.
- Alicense-qualityAmaintenanceContract-driven service virtualization and synthetic test-data management server that enables simulating APIs from OpenAPI contracts through MCP tools.MIT
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.
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/pipiwolve/dumate-supply-chain-mock-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server